We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd7de7 commit 7cacef9Copy full SHA for 7cacef9
filament/backend/test/test_MipLevels.cpp
@@ -40,7 +40,7 @@ std::string fragmentTexturedLod (R"(#version 450 core
40
layout(location = 0) out vec4 fragColor;
41
layout(location = 0) in vec2 uv;
42
43
-layout(location = 0, set = 0) uniform sampler2D backend_test_sib_tex;
+layout(binding = 0, set = 0) uniform sampler2D backend_test_sib_tex;
44
45
void main() {
46
fragColor = textureLod(backend_test_sib_tex, uv, 1);
0 commit comments