0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/libobs-opengl
jp9000 c111fa68b8 libobs: Add vertex/index buffer "direct" flush functions
(Note: This commit also modifies libobs-d3d11 and libobs-opengl)

Allows the ability to flush data directly without having to use the
buffer's internal data.

Allows the caller to manage his/her own vertex/index buffer data if
desired, working around the design flaw of having to rely on a
vertex/index buffer's internal data.
2017-11-27 03:00:20 -08:00
..
.gitignore
CMakeLists.txt
gl-cocoa.m libobs-opengl: Disable v-sync on mac 2017-10-06 06:35:56 -07:00
gl-helpers.c libobs-opengl: Make update_buffer data param const 2017-11-27 02:30:49 -08:00
gl-helpers.h libobs-opengl: Make update_buffer data param const 2017-11-27 02:30:49 -08:00
gl-indexbuffer.c libobs: Add vertex/index buffer "direct" flush functions 2017-11-27 03:00:20 -08:00
gl-shader.c libobs/graphics: Add ability to set shader texture sampler 2016-06-29 04:15:38 -07:00
gl-shaderparser.c libobs-opengl: Fix bug with texelFetch shader intrinsic 2016-04-19 19:42:27 -07:00
gl-shaderparser.h
gl-stagesurf.c Fix various typos across multiple modules 2017-04-25 22:39:42 -04:00
gl-subsystem.c libobs-opengl: Fix potential crash w/ viewports 2017-05-13 01:21:15 -07:00
gl-subsystem.h libobs/graphics: Add ability to set shader texture sampler 2016-06-29 04:15:38 -07:00
gl-texture2d.c
gl-texturecube.c
gl-vertexbuffer.c libobs: Add vertex/index buffer "direct" flush functions 2017-11-27 03:00:20 -08:00
gl-windows.c Fix various typos across multiple modules 2017-04-25 22:39:42 -04:00
gl-x11.c libobs-opengl: Log OpenGL version on all systems 2017-04-23 19:42:24 -04:00
gl-zstencil.c