diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-23 21:42:11 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-23 21:42:11 +0100 |
| commit | 63282290db44d619de4e68e2b6b3fc90c5678949 (patch) | |
| tree | 674763798408697f1304818df2185cee0726a64c | |
| parent | 7a1498e7dcfecee6f4804484d150943e552be751 (diff) | |
Remove dead procedure
| -rw-r--r-- | vendor/OpenGL/impl.odin | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/OpenGL/impl.odin b/vendor/OpenGL/impl.odin index 751af9df3..82cc4af94 100644 --- a/vendor/OpenGL/impl.odin +++ b/vendor/OpenGL/impl.odin @@ -1582,9 +1582,3 @@ load_4_6 :: proc(set_proc_address: Set_Proc_Address_Type) { set_proc_address(&impl_MultiDrawElementsIndirectCount, "glMultiDrawElementsIndirectCount"); set_proc_address(&impl_PolygonOffsetClamp, "glPolygonOffsetClamp"); } - -init :: proc(set_proc_address: Set_Proc_Address_Type) { - // Placeholder for loading maximum supported version -} - - |