]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
add prvm_uint_t type
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 6d30a039bca5252f6f1fce024eec673008b95d4a..1b960d4a5c51253ab9cb70445861d86a8d592457 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -46,7 +46,7 @@ typedef struct viddef_support_s
 {
        qboolean gl20shaders;
        qboolean gl20shaders130; // indicates glBindFragDataLocation is available
-       qboolean glshaderversion; // typical values: 100 110 120 130 140 ...
+       int glshaderversion; // typical values: 100 110 120 130 140 ...
        qboolean amd_texture_texture4;
        qboolean arb_depth_texture;
        qboolean arb_draw_buffers;