| 33 | } |
| 34 | |
| 35 | NestedFrameCapture::NestedFrameCapture( |
| 36 | const VkInstance_T* instance, |
| 37 | const char* title) |
| 38 | : NestedFrameCapture( |
| 39 | RENDERDOC_DEVICEPOINTER_FROM_VKINSTANCE(instance), |
| 40 | title) { |
| 41 | } |
| 42 | |
| 43 | NestedFrameCapture::NestedFrameCapture(ID3D12Device* device, const char* title) |
| 44 | : NestedFrameCapture(static_cast<void*>(device), title) { |
nothing calls this directly
no outgoing calls
no test coverage detected