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

@@ -8,4 +8,6 @@ gnDeviceFunctions loadFunctionLoaderDeviceFunctions();
gnCommandFunctions loadFunctionLoaderCommandFunctions();
#include "extensions/synchronization/loader/sync_functions.h"
#include "extensions/queues/queues_functions.h"
gnSyncExtFunctions loadFunctionLoaderSyncExtFunctions();
gnQueueExtFunctions loadFunctionLoaderQueueExtFunctions();