blob: fab0d6181d220555fd286c6e819eb9b62cd71297 [file] [edit]
#version 460
#extension GL_EXT_ray_query : enable
#extension GL_EXT_opacity_micromap_ray_query_mode : enable
// The specialization-constant form must be the bare "layout(constant_id = N) gl_EnableOpacityMicromapEXT;".
// Restating the type or specifying a value together with constant_id is not valid.
layout(constant_id = 2) const bool gl_EnableOpacityMicromapEXT = false;
void main()
{
}