mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
parent
6395450b10
commit
952cd796ff
15 changed files with 1358 additions and 233 deletions
2
thirdparty/spirv-cross/spirv_reflect.cpp
vendored
2
thirdparty/spirv-cross/spirv_reflect.cpp
vendored
|
|
@ -637,6 +637,8 @@ void CompilerReflection::emit_resources(const char *tag, const SmallVector<Resou
|
|||
json_stream->emit_json_key_value("WeightTextureQCOM", get_decoration(res.id, DecorationWeightTextureQCOM));
|
||||
if (mask.get(DecorationBlockMatchTextureQCOM))
|
||||
json_stream->emit_json_key_value("BlockMatchTextureQCOM", get_decoration(res.id, DecorationBlockMatchTextureQCOM));
|
||||
if (mask.get(DecorationBlockMatchSamplerQCOM))
|
||||
json_stream->emit_json_key_value("BlockMatchSamplerQCOM", get_decoration(res.id, DecorationBlockMatchSamplerQCOM));
|
||||
|
||||
// For images, the type itself adds a layout qualifer.
|
||||
// Only emit the format for storage images.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue