kong + metal test
This commit is contained in:
@@ -412,10 +412,6 @@ static bool controlKeyMouseButton = false;
|
||||
return device;
|
||||
}
|
||||
|
||||
- (id<MTLLibrary>)metalLibrary {
|
||||
return library;
|
||||
}
|
||||
|
||||
- (id<MTLCommandQueue>)metalQueue {
|
||||
return commandQueue;
|
||||
}
|
||||
@@ -1107,10 +1103,6 @@ id getMetalDevice(void) {
|
||||
return [view metalDevice];
|
||||
}
|
||||
|
||||
id getMetalLibrary(void) {
|
||||
return [view metalLibrary];
|
||||
}
|
||||
|
||||
id getMetalQueue(void) {
|
||||
return [view metalQueue];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user