function loader supports GN_EXT_QUEUES

This commit is contained in:
Greg Wells
2025-07-16 20:03:15 -04:00
parent 29a2818643
commit ab72c87421
5 changed files with 58 additions and 1 deletions

View File

@@ -134,7 +134,8 @@ loaderLayer function_check_layer() {
.deviceFunctions = loadFunctionLoaderDeviceFunctions(),
.commandFunctions = loadFunctionLoaderCommandFunctions(),
.syncFunctions = loadFunctionLoaderSyncExtFunctions()
.syncFunctions = loadFunctionLoaderSyncExtFunctions(),
.queueFunctions = loadFunctionLoaderQueueExtFunctions(),
};
}