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

Method BufferData

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

Source from the content-addressed store, hash-verified

496struct BufferData
497{
498 BufferData()
499 {
500 refcount.store(1);
501 stride = 0;
502 }
503
504 void ref() { refcount.ref(); }
505 void deref()

Callers 15

glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45
glBufferDataMethod · 0.45

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected