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 488ab2b commit 150af62Copy full SHA for 150af62
arcade/examples/gl/bindless_texture.py
@@ -120,7 +120,7 @@ def __init__(self):
120
// The texture handles in the buffer are 64 bit integers and are
121
// automatically converted into sampler objects for us.
122
struct TextureRef {
123
- sampler2D tex; // 64 bit integer
+ layout (bindless_sampler) sampler2D tex; // 64 bit integer
124
};
125
126
// Shader storage buffer with texture handles
0 commit comments