mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-21 14:06:45 +00:00
Add warning if some required extensions are missing
This commit is contained in:
@@ -793,6 +793,8 @@ void GLReplay::InitDebugData()
|
||||
|
||||
if(!HasExt[ARB_shader_image_load_store] || !HasExt[ARB_compute_shader])
|
||||
{
|
||||
RDCWARN(
|
||||
"Don't have shader image load/store or compute shaders, functionality will be degraded.");
|
||||
m_Degraded = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user