instance suitability functions
This commit is contained in:
@@ -8,13 +8,15 @@
|
||||
gryphnInstanceFunctionLayers checkerLoadInstanceFunctions(void) {
|
||||
return (gryphnInstanceFunctionLayers) {
|
||||
.createInstance = checkCreateInstance,
|
||||
.destroyInstance = checkDestroyInstance
|
||||
.isSuitable = checkIsInstanceSuitable,
|
||||
.queryDevices = checkQueryDevices,
|
||||
.destroyInstance = checkDestroyInstance,
|
||||
.next = GN_NULL_HANDLE
|
||||
};
|
||||
}
|
||||
|
||||
gnInstanceFunctions loadFunctionLoaderInstanceFunctions(void) {
|
||||
return (gnInstanceFunctions){
|
||||
._gnGetPhysicalDevices = checkGetPhysicalDevices,
|
||||
._gnPhysicalDeviceCanPresentToSurface = checkCanDevicePresent,
|
||||
|
||||
._gnCreateOutputDevice = checkCreateOutputDevice,
|
||||
|
Reference in New Issue
Block a user