a lot of loader cleanup
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
|
||||
gryphnInstanceFunctionLayers metalLoadAPILayer() {
|
||||
return (gryphnInstanceFunctionLayers) {
|
||||
.createInstance = { metalCreateInstance, NULL },
|
||||
.destroyInstance = { metalDestroyInstance, NULL }
|
||||
.createInstance = metalCreateInstance,
|
||||
.destroyInstance = metalDestroyInstance,
|
||||
.next = NULL
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user