Skip to content

Commit c423316

Browse files
committed
don't beat the dead horse
Signed-off-by: Ali Cheraghi <alichraghi@proton.me>
1 parent 0c9dfca commit c423316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nbl/asset/utils/IMeshPackerV2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ class IMeshPackerV2 : public IMeshPacker<MeshBufferType,MDIStructType>, public I
380380
{
381381
bnd->binding = binding;
382382
bnd->count = count;
383-
bnd->stageFlags = asset::ISpecializedShader::ESS_ALL_OR_LIBRARY;
383+
bnd->stageFlags = asset::ISpecializedShader::ESS_ALL;
384384
bnd->type = asset::IDescriptor::E_TYPE::ET_UNIFORM_TEXEL_BUFFER;
385385
bnd->samplers = nullptr;
386386
bnd++;
@@ -517,7 +517,7 @@ class IMeshPackerV2 : public IMeshPacker<MeshBufferType,MDIStructType>, public I
517517
{
518518
bnd->binding = binding;
519519
bnd->count = 1u;
520-
bnd->stageFlags = asset::ISpecializedShader::ESS_ALL_OR_LIBRARY;
520+
bnd->stageFlags = asset::ISpecializedShader::ESS_ALL;
521521
bnd->type = asset::IDescriptor::E_TYPE::ET_STORAGE_BUFFER;
522522
bnd->samplers = nullptr;
523523
bnd++;

0 commit comments

Comments
 (0)