summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/ra.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/ra.h')
-rw-r--r--video/out/opengl/ra.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/opengl/ra.h b/video/out/opengl/ra.h
index 11b458b616..ac209a935d 100644
--- a/video/out/opengl/ra.h
+++ b/video/out/opengl/ra.h
@@ -19,8 +19,8 @@ struct ra {
};
enum {
- RA_CAP_TEX_1D = 0 << 0, // supports 1D textures (as shader source textures)
- RA_CAP_TEX_3D = 0 << 1, // supports 3D textures (as shader source textures)
+ RA_CAP_TEX_1D = 1 << 0, // supports 1D textures (as shader source textures)
+ RA_CAP_TEX_3D = 1 << 1, // supports 3D textures (as shader source textures)
};
enum ra_ctype {