We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eef9f9 commit 2798fbaCopy full SHA for 2798fba
include/nbl/asset/ECommonEnums.h
@@ -257,6 +257,9 @@ inline core::bitflag<ACCESS_FLAGS> allAccessesFromStages(core::bitflag<PIPELINE_
257
};
258
constexpr PerStageAccesses bitToAccess = {};
259
260
+ // TODO: add logically later or previous stages to make sure all other accesses remain valid
261
+ // or ideally expand the stages before calling `allAccessesFromStages` (TODO: add a `allLaterStages` and `allPreviouStages` basically)
262
+
263
core::bitflag<ACCESS_FLAGS> retval = ACCESS_FLAGS::NONE;
264
while (bool(stages.value))
265
{
0 commit comments