libobs: Add GPU timestamp query support
This change only wraps the functionality. I have rough code to exercise the the query functionality, but that part is not really clean enough to submit.
This commit is contained in:
@@ -76,6 +76,8 @@ EXPORT gs_indexbuffer_t *device_indexbuffer_create(gs_device_t *device,
|
||||
enum gs_index_type type,
|
||||
void *indices, size_t num,
|
||||
uint32_t flags);
|
||||
EXPORT gs_timer_t *device_timer_create(gs_device_t *device);
|
||||
EXPORT gs_timer_range_t *device_timer_range_create(gs_device_t *device);
|
||||
EXPORT enum gs_texture_type
|
||||
device_get_texture_type(const gs_texture_t *texture);
|
||||
EXPORT void device_load_vertexbuffer(gs_device_t *device,
|
||||
|
Reference in New Issue
Block a user