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

Method data

qrenderdoc/Windows/BufferViewer.cpp:517–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 QAtomicInteger<uint32_t> refcount;
516
517 const byte *data() const { return storage.begin(); };
518 const byte *end() const { return storage.end(); }
519 bool hasData() const { return !storage.empty(); }
520 size_t size() const { return storage.size(); }

Callers 11

CalcIndexFunction · 0.45
dataMethod · 0.45
CacheDataForIterationFunction · 0.45
RT_FetchMeshPipeDataFunction · 0.45
RT_FetchVertexPipeDataFunction · 0.45
stageRowMenuMethod · 0.45
UI_AddTaskPayloadsMethod · 0.45
eventFilterMethod · 0.45
CalcColumnWidthMethod · 0.45
exportDataMethod · 0.45
debugVertexMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected