mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 20:14:35 +00:00
Add imgui opengl loader diff, for reference.
The repo url is https://github.com/dearimgui/gl3w_stripped.
This commit is contained in:
parent
0e47224578
commit
1769c2f457
14
cmake/gl3w-extra-symbols.patch
Normal file
14
cmake/gl3w-extra-symbols.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/extra_symbols.txt b/extra_symbols.txt
|
||||||
|
index 447818e..d086538 100644
|
||||||
|
--- a/extra_symbols.txt
|
||||||
|
+++ b/extra_symbols.txt
|
||||||
|
@@ -1,3 +1,9 @@
|
||||||
|
+glCompressedTexImage2D
|
||||||
|
+GL_LINEAR_MIPMAP_LINEAR
|
||||||
|
+GL_TEXTURE_WRAP_S
|
||||||
|
+GL_TEXTURE_WRAP_T
|
||||||
|
+GL_REPEAT
|
||||||
|
+GL_CLAMP_TO_EDGE
|
||||||
|
glReadPixels
|
||||||
|
glClearColor
|
||||||
|
glClear
|
Loading…
Reference in New Issue
Block a user