X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=vid.h;h=37955e8c95670d785bd19b42b5a1499412ca4fc1;hb=569bdf4312b50327055406243ec991c42cf06563;hp=7e8f3203c7177acacfcb96e689e1b117c5dc46fe;hpb=e32c37df7da8febe7fd6d5c97159b3fb01c14717;p=xonotic%2Fdarkplaces.git diff --git a/vid.h b/vid.h index 7e8f3203..37955e8c 100644 --- a/vid.h +++ b/vid.h @@ -53,6 +53,7 @@ typedef struct viddef_support_s qboolean arb_framebuffer_object; qboolean arb_multitexture; qboolean arb_occlusion_query; + qboolean arb_query_buffer_object; qboolean arb_shadow; qboolean arb_texture_compression; qboolean arb_texture_cube_map; @@ -74,6 +75,9 @@ typedef struct viddef_support_s qboolean ext_texture_edge_clamp; qboolean ext_texture_filter_anisotropic; qboolean ext_texture_srgb; + qboolean arb_texture_float; + qboolean arb_half_float_pixel; + qboolean arb_half_float_vertex; qboolean arb_multisample; } viddef_support_t;