Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
9eada4b97114e17ce3e4aebd645b6efb43ce535e
/
.
/
Test
/
nonVulkan.frag
blob: 425e8402dbeafd40f06b568bab6e64e5f97d061b [
file
] [
log
] [
blame
]
#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