mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 13:30:44 +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