0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs-opengl
jp9000 7b12133af3 Use uint8_t* instead of void* for texture data
NOTE: In texture_setimage, I had to move variables to the top of the
scope because microsoft's C compiler will give the legacy C90 error of:
'illegal use of this type as an expression'.

To sum it up, microsoft's C compiler is still utter garbage.
2014-06-28 10:12:57 -07:00
..
.gitignore first commit 2013-09-30 19:37:13 -07:00
CMakeLists.txt Update OSX dependencies for cmake generators other than ninja/make 2014-05-08 14:31:43 +02:00
gl-cocoa.m Use high resolution GL surface when available 2014-04-16 22:39:20 +02:00
gl-helpers.c Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
gl-helpers.h Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
gl-indexbuffer.c Use bzalloc instead of bmalloc then memset 2014-02-09 12:34:07 -07:00
gl-shader.c Remove 'shader' param from shader param functions 2014-06-25 19:50:08 -07:00
gl-shaderparser.c Give cf_parser functions better naming 2014-03-01 01:25:41 -07:00
gl-shaderparser.h OpenGL: Don't name VS inputs as 'geom' inputs. 2014-06-07 19:31:57 -07:00
gl-stagesurf.c Implement encoder interface (still preliminary) 2014-03-16 16:21:34 -07:00
gl-subsystem.c Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
gl-subsystem.h OpenGL: Fix erroneous handling of BGRX 2014-06-07 15:30:05 -07:00
gl-texture2d.c Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
gl-texturecube.c Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
gl-vertexbuffer.c Remove 'rebuild' variable from vertexbuffer_flush 2014-06-25 01:54:32 -07:00
gl-windows.c Fix a possible null pointer dereference 2014-04-21 21:28:40 -04:00
gl-x11.c Destroy swapchain before removing the window info 2014-05-16 20:32:30 +02:00
gl-zstencil.c Use bzalloc instead of bmalloc then memset 2014-02-09 12:34:07 -07:00