MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / NestedFrameCapture

Method NestedFrameCapture

src/lib/RenderDoc.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35NestedFrameCapture::NestedFrameCapture(
36 const VkInstance_T* instance,
37 const char* title)
38 : NestedFrameCapture(
39 RENDERDOC_DEVICEPOINTER_FROM_VKINSTANCE(instance),
40 title) {
41}
42
43NestedFrameCapture::NestedFrameCapture(ID3D12Device* device, const char* title)
44 : NestedFrameCapture(static_cast<void*>(device), title) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected