MCPcopy Create free account
hub / github.com/TankOs/SFGUI / ClearExtensionVars

Function ClearExtensionVars

src/SFGUI/GLLoader.cpp:1805–1826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1803}
1804
1805static void ClearExtensionVars(void)
1806{
1807 sfgogl_ext_SGIS_texture_edge_clamp = sfgogl_LOAD_FAILED;
1808 sfgogl_ext_ARB_multitexture = sfgogl_LOAD_FAILED;
1809 sfgogl_ext_EXT_blend_minmax = sfgogl_LOAD_FAILED;
1810 sfgogl_ext_EXT_blend_subtract = sfgogl_LOAD_FAILED;
1811 sfgogl_ext_EXT_blend_func_separate = sfgogl_LOAD_FAILED;
1812 sfgogl_ext_ARB_vertex_buffer_object = sfgogl_LOAD_FAILED;
1813 sfgogl_ext_ARB_vertex_program = sfgogl_LOAD_FAILED;
1814 sfgogl_ext_ARB_fragment_program = sfgogl_LOAD_FAILED;
1815 sfgogl_ext_ARB_shading_language_100 = sfgogl_LOAD_FAILED;
1816 sfgogl_ext_ARB_shader_objects = sfgogl_LOAD_FAILED;
1817 sfgogl_ext_ARB_vertex_shader = sfgogl_LOAD_FAILED;
1818 sfgogl_ext_ARB_fragment_shader = sfgogl_LOAD_FAILED;
1819 sfgogl_ext_ARB_texture_non_power_of_two = sfgogl_LOAD_FAILED;
1820 sfgogl_ext_EXT_blend_equation_separate = sfgogl_LOAD_FAILED;
1821 sfgogl_ext_EXT_framebuffer_object = sfgogl_LOAD_FAILED;
1822 sfgogl_ext_ARB_vertex_array_object = sfgogl_LOAD_FAILED;
1823 sfgogl_ext_ARB_geometry_shader4 = sfgogl_LOAD_FAILED;
1824 sfgogl_ext_ARB_explicit_attrib_location = sfgogl_LOAD_FAILED;
1825 sfgogl_ext_ARB_explicit_uniform_location = sfgogl_LOAD_FAILED;
1826}
1827
1828
1829static void LoadExtByName(const char *extensionName)

Callers 1

sfgogl_LoadFunctionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected