mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-29 02:41:08 +00:00
Add missing binding for cbuffer
This commit is contained in:
@@ -171,7 +171,7 @@ struct S16
|
||||
// size = 27, align = 2
|
||||
};
|
||||
|
||||
layout(column_major, scalar) uniform B1
|
||||
layout(column_major, scalar, binding = 0) uniform B1
|
||||
{
|
||||
float a; // offset = 0
|
||||
vec2 b; // offset = 4
|
||||
|
||||
Reference in New Issue
Block a user