]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
Added r_shadow_bouncegrid_lightpathsize which is an alternative to blur
[xonotic/darkplaces.git] / glquake.h
index 781eb3100947ce16fb0ffc45755ea7a2d8a96300..5f4cc84dfb06ce3394e775e5bccb4cda3b2298b1 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -658,6 +658,12 @@ extern void (GLAPIENTRY *qglDrawBuffersARB)(GLsizei n, const GLenum *bufs);
 #define GL_LUMINANCE_ALPHA16F_ARB                            0x881F
 #endif
 
+// GL_ARB_half_float_pixel
+#ifndef GL_HALF_FLOAT_ARB
+typedef unsigned short GLhalfARB;
+#define GL_HALF_FLOAT_ARB                                    0x140B
+#endif
+
 // GL_EXT_texture_sRGB
 #ifndef GL_SRGB_EXT
 #define GL_SRGB_EXT                                          0x8C40