MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / BindCBufferCompute

Function BindCBufferCompute

BindlessDeferred/AppSettings.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 CBuffer.SetAsGfxRootParameter(cmdList, rootParameter);
221 }
222 void BindCBufferCompute(ID3D12GraphicsCommandList* cmdList, uint32 rootParameter)
223 {
224 CBuffer.SetAsComputeRootParameter(cmdList, rootParameter);
225 }
226 void Shutdown()
227 {
228 CBuffer.Shutdown();

Callers 1

RenderDeferredMethod · 0.85

Calls 1

Tested by

no test coverage detected