mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Removed NSLog(@"Names %@", [g_library functionNames]); debug call from src/native/macosx/MacMiniFB.m (#156)
This commit is contained in:
parent
880e8db6df
commit
3d5ae73135
|
@ -114,8 +114,6 @@ static bool create_shaders() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
NSLog(@"Names %@", [g_library functionNames]);
|
|
||||||
|
|
||||||
g_library = library;
|
g_library = library;
|
||||||
|
|
||||||
id<MTLFunction> vertex_shader_func = [g_library newFunctionWithName:@"vertFunc"];
|
id<MTLFunction> vertex_shader_func = [g_library newFunctionWithName:@"vertFunc"];
|
||||||
|
|
Loading…
Reference in a new issue