Add missing binding for cbuffer

This commit is contained in:
baldurk
2019-09-18 13:55:11 +01:00
parent 65cc331b10
commit f415ba00bf
+1 -1
View File
@@ -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