66#define GPU_DEBUG_SHADER_COMPILATION_GROUP "Shader Compilation"
void GPU_debug_group_end()
void GPU_debug_capture_end()
void GPU_debug_capture_scope_end(void *scope)
void GPU_debug_capture_begin(const char *title)
bool GPU_debug_group_match(const char *ref)
bool GPU_debug_capture_scope_begin(void *scope)
void GPU_debug_group_begin(const char *name)
void GPU_debug_get_groups_names(int name_buf_len, char *r_name_buf)
void * GPU_debug_capture_scope_create(const char *name)
ScopedCapture(void *scope)
ScopedCapture scoped_capture()
DebugScope(const char *identifier)