MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ViewBuffer

Method ViewBuffer

qrenderdoc/Code/CaptureContext.cpp:2655–2663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2653}
2654
2655IBufferViewer *CaptureContext::ViewBuffer(uint64_t byteOffset, uint64_t byteSize, ResourceId id,
2656 const rdcstr &format)
2657{
2658 BufferViewer *viewer = new BufferViewer(*this, false, m_MainWindow);
2659
2660 viewer->ViewBuffer(byteOffset, byteSize, id, format);
2661
2662 return viewer;
2663}
2664
2665IBufferViewer *CaptureContext::ViewTextureAsBuffer(ResourceId id, const Subresource &sub,
2666 const rdcstr &format)

Callers 2

show_buffer.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected