3 lines
125 B
GLSL
3 lines
125 B
GLSL
|
|
layout(set = 2, binding = 0) uniform sampler2D textures[];
|
|
layout(set = 2, binding = 0) uniform samplerCube cubeTextures[];
|