check functions for new API
This commit is contained in:
@@ -11,6 +11,9 @@ gryphnInstanceFunctionLayers checkerLoadInstanceFunctions(void) {
|
||||
.isSuitable = checkIsInstanceSuitable,
|
||||
.queryDevices = checkQueryDevices,
|
||||
.destroyInstance = checkDestroyInstance,
|
||||
.getPhysicalDeviceProperties = checkQueryPhysicalDeviceProperties,
|
||||
.getPhysicalDeviceFeatures = checkQueryPhysicalDeviceFeatures,
|
||||
.getPhysicalDeviceLimits = checkQueryPhysicalDeviceLimits,
|
||||
.next = GN_NULL_HANDLE
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user