File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1890,16 +1890,6 @@ void rlActiveDrawBuffers(int count)
1890
1890
else
1891
1891
{
1892
1892
unsigned int buffers [8 ] = {
1893
- #if defined(GRAPHICS_API_OPENGL_ES3 )
1894
- GL_COLOR_ATTACHMENT0_EXT ,
1895
- GL_COLOR_ATTACHMENT1_EXT ,
1896
- GL_COLOR_ATTACHMENT2_EXT ,
1897
- GL_COLOR_ATTACHMENT3_EXT ,
1898
- GL_COLOR_ATTACHMENT4_EXT ,
1899
- GL_COLOR_ATTACHMENT5_EXT ,
1900
- GL_COLOR_ATTACHMENT6_EXT ,
1901
- GL_COLOR_ATTACHMENT7_EXT ,
1902
- #else
1903
1893
GL_COLOR_ATTACHMENT0 ,
1904
1894
GL_COLOR_ATTACHMENT1 ,
1905
1895
GL_COLOR_ATTACHMENT2 ,
@@ -1908,14 +1898,9 @@ void rlActiveDrawBuffers(int count)
1908
1898
GL_COLOR_ATTACHMENT5 ,
1909
1899
GL_COLOR_ATTACHMENT6 ,
1910
1900
GL_COLOR_ATTACHMENT7 ,
1911
- #endif
1912
1901
};
1913
1902
1914
- #if defined(GRAPHICS_API_OPENGL_ES3 )
1915
- glDrawBuffersEXT (count , buffers );
1916
- #else
1917
1903
glDrawBuffers (count , buffers );
1918
- #endif
1919
1904
}
1920
1905
}
1921
1906
else TRACELOG (LOG_WARNING , "GL: One color buffer active by default" );
You can’t perform that action at this time.
0 commit comments