Format
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
76fc7cd1c4
commit
a30b6c53dd
1 changed files with 5 additions and 1 deletions
|
|
@ -197,7 +197,11 @@ TEST(TestPushConstants, TestConstantsMixedTypes)
|
|||
pa[2] += pcs.z;
|
||||
})");
|
||||
|
||||
struct TestConsts{float x; uint32_t y; int32_t z;};
|
||||
struct TestConsts{
|
||||
float x;
|
||||
uint32_t y;
|
||||
int32_t z;
|
||||
};
|
||||
|
||||
std::vector<uint32_t> spirv = compileSource(shader);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue