essentially finish the loader rewrite
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
gryphnInstanceFunctionLayers loadVulkanAPILayer() {
|
||||
return (gryphnInstanceFunctionLayers) {
|
||||
.createInstance = {vulkanCreateInstance, NULL},
|
||||
.destroyInstance = {vulkanDestroyInstance, NULL}
|
||||
.createInstance = { vulkanCreateInstance, NULL },
|
||||
.destroyInstance = { vulkanDestroyInstance, NULL }
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user