MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / RWBuffer

Method RWBuffer

Shadows/SampleFramework11/GraphicsTypes.cpp:308–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306// == RWBuffer ====================================================================================
307
308RWBuffer::RWBuffer() : Size(0), Stride(0), NumElements(0), Format(DXGI_FORMAT_UNKNOWN), RawBuffer(false)
309{
310
311}
312
313void RWBuffer::Initialize(ID3D11Device* device, DXGI_FORMAT format, uint32 stride, uint32 numElements,
314 bool32 rawBuffer, bool vertexBuffer, bool indexBuffer, bool indirectArgs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected