Custom thread local models

This commit is contained in:
gingerBill
2017-11-03 23:46:42 +00:00
parent e7999f8450
commit 121f0185d6
5 changed files with 25 additions and 13 deletions
-1
View File
@@ -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 ---;