mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-22 15:37:51 +00:00
Custom thread local models
This commit is contained in:
@@ -64,7 +64,6 @@ Get_Extensions_String_ARB_Type :: #type proc "c" (Hdc) -> ^u8;
|
||||
get_extensions_string_arb: Get_Extensions_String_ARB_Type;
|
||||
|
||||
|
||||
|
||||
foreign opengl32 {
|
||||
@(link_name="wglCreateContext")
|
||||
create_context :: proc(hdc: Hdc) -> Hglrc ---;
|
||||
|
||||
Reference in New Issue
Block a user