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

Function BindCBufferGfx

BindlessDeferred/AppSettings.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 CBuffer.Upload();
217 }
218 void BindCBufferGfx(ID3D12GraphicsCommandList* cmdList, uint32 rootParameter)
219 {
220 CBuffer.SetAsGfxRootParameter(cmdList, rootParameter);
221 }
222 void BindCBufferCompute(ID3D12GraphicsCommandList* cmdList, uint32 rootParameter)
223 {
224 CBuffer.SetAsComputeRootParameter(cmdList, rootParameter);

Callers 5

RenderClustersMethod · 0.85
RenderResolveMethod · 0.85
RenderMainPassMethod · 0.85
PostProcessMethod · 0.85

Calls 1

SetAsGfxRootParameterMethod · 0.80

Tested by

no test coverage detected