Searched defs:SP_PlatformFns (Results 1 – 2 of 2) sorted by relevance
463 typedef struct SP_PlatformFns { struct464 size_t struct_size;466 void* ext; // reserved for future use469 void (*get_device_count)(const SP_Platform* platform, int* device_count,472 void (*create_device)(const SP_Platform* platform,477 void (*destroy_device)(const SP_Platform* platform, SP_Device* device);480 void (*create_device_fns)(const SP_Platform* platform,504 } SP_PlatformFns; argument
661 void (*destroy_platform_fns)(SP_PlatformFns*), in CPlatform()