mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Remove dead procedure
This commit is contained in:
Vendored
-6
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user