Searched defs:SP_PlatformFns (Results 1 – 2 of 2) sorted by relevance
442 typedef struct SP_PlatformFns { struct443 size_t struct_size;445 void* ext; // reserved for future use448 void (*create_device)(const SP_Platform* platform,453 void (*destroy_device)(const SP_Platform* platform, SP_Device* device);456 void (*create_device_fns)(const SP_Platform* platform,480 } SP_PlatformFns; argument
676 void (*destroy_platform_fns)(SP_PlatformFns*), in CPlatform()