Skip to content
Snippets Groups Projects
Unverified Commit a41bc926 authored by Romaric Jodin's avatar Romaric Jodin Committed by GitHub
Browse files

VkspReflection non-sematic: add fields to DescriptorSetBuffer (#440)

This is needed to add support for texel buffer to vksp.
parent db5a00f8
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ extern "C" {
#endif
enum {
NonSemanticVkspReflectionRevision = 2,
NonSemanticVkspReflectionRevision = 3,
NonSemanticVkspReflectionRevision_BitWidthPadding = 0x7fffffff
};
......
{
"revision" : 2,
"revision" : 3,
"instructions" : [
{
"opname" : "Configuration",
......@@ -65,7 +65,9 @@
{ "kind" : "LiteralInteger", "name" : "offset" },
{ "kind" : "LiteralInteger", "name" : "memorySize" },
{ "kind" : "LiteralInteger", "name" : "memoryType" },
{ "kind" : "LiteralInteger", "name" : "bindOffset" }
{ "kind" : "LiteralInteger", "name" : "bindOffset" },
{ "kind" : "LiteralInteger", "name" : "viewFlags" },
{ "kind" : "LiteralInteger", "name" : "viewFormat" }
]
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment