Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
496
struct BufferData
497
{
498
BufferData()
499
{
500
refcount.store(1);
501
stride = 0;
502
}
503
504
void ref() { refcount.ref(); }
505
void deref()
Callers
15
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
glBufferData
Method · 0.45
Calls
1
store
Method · 0.45
Tested by
no test coverage detected