1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-09-24 11:38:34 +02:00
imgui/examples/opengl3_example
Gregg Tavares 01286f6636 Fix blend func state save/restore
AFAIK there's no such enum as `GL_BLEND_SRC` or `GL_BLEND_DST` in OpenGL3 and OpenGL4.

Maybe they're left over from previous versions? They don't even seem to exist in OpenGL 2.1. In fact checking they were deprecated in OpenGL 1.5 (they exist in 1.3)
2017-05-01 16:05:45 +09:00
..
build_win32.bat Tweak build batch files and readmes 2015-11-16 22:03:13 +01:00
imgui_impl_glfw_gl3.cpp Fix blend func state save/restore 2017-05-01 16:05:45 +09:00
imgui_impl_glfw_gl3.h FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...) 2016-03-24 11:00:47 +01:00
main.cpp Examples: GL3: Comments about gl3w (#880) 2016-11-12 12:48:33 +01:00
Makefile Examples: Speculative fix for OSX Makefile to make Travis happy (re #812) 2016-12-21 20:12:43 +01:00
opengl3_example.vcxproj Examples: Added README into the Visual Studio solution to people are less likely to miss it. 2015-11-29 11:01:50 +00:00
opengl3_example.vcxproj.filters Examples: Added README into the Visual Studio solution to people are less likely to miss it. 2015-11-29 11:01:50 +00:00