You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#version 450
|
|
|
|
layout(constant_id = 17) const int arraySize = 12; // ERROR
|
|
layout(input_attachment_index = 1) int foo; // ERROR
|
|
layout(push_constant) uniform ubn { int a; } ubi; // ERROR
|
|
|
|
#ifdef VULKAN
|
|
#error VULKAN should not be defined
|
|
#endif
|