Added ability to programmatically capture frame with RenderDoc.

This commit is contained in:
Branimir Karadžić
2016-06-02 18:46:43 -07:00
parent 52d0563136
commit e46135da8c
11 changed files with 41 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ namespace bgfx
{
void* loadRenderDoc();
void unloadRenderDoc(void*);
void renderDocTriggerCapture();
} // namespace bgfx