You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StorageClassShaderRecordBufferKHR = 5343 is currently unsupported by gfxrecon::util::SpirVParsingUtil.
this will currently spam Storage class 5343 not handled messages.
we parse all incoming SpirV,
but currently do not rely on this specific parser (yet), just issue warnings in case buffer-device-addresses are used.
this issue asks for proper support of StorageClassShaderRecordBufferKHR in gfxrecon::util::SpirVParsingUtil
The text was updated successfully, but these errors were encountered:
StorageClassShaderRecordBufferKHR = 5343
is currently unsupported bygfxrecon::util::SpirVParsingUtil
.this will currently spam
Storage class 5343 not handled
messages.we parse all incoming SpirV,
but currently do not rely on this specific parser (yet), just issue warnings in case buffer-device-addresses are used.
this issue asks for proper support of
StorageClassShaderRecordBufferKHR
ingfxrecon::util::SpirVParsingUtil
The text was updated successfully, but these errors were encountered: