forked from blender/blender
main sync #3
@ -389,17 +389,17 @@ void GLContext::debug_capture_end()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void *GLContext::debug_capture_scope_create(const char *name)
|
void *GLContext::debug_capture_scope_create(const char * /*name*/)
|
||||||
{
|
{
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GLContext::debug_capture_scope_begin(void *scope)
|
bool GLContext::debug_capture_scope_begin(void * /*scope*/)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLContext::debug_capture_scope_end(void *scope)
|
void GLContext::debug_capture_scope_end(void * /*scope*/)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -137,17 +137,17 @@ void VKContext::debug_capture_end()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void *VKContext::debug_capture_scope_create(const char *name)
|
void *VKContext::debug_capture_scope_create(const char * /*name*/)
|
||||||
{
|
{
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool VKContext::debug_capture_scope_begin(void *scope)
|
bool VKContext::debug_capture_scope_begin(void * /*scope*/)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void VKContext::debug_capture_scope_end(void *scope)
|
void VKContext::debug_capture_scope_end(void * /*scope*/)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user