MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / writeRef

Method writeRef

Source/Falcor/Core/API/ShaderTable.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 gfx::IShaderTable* get() { return mTable.get(); }
77
78 gfx::IShaderTable** writeRef() { return mTable.writeRef(); }
79
80 operator gfx::IShaderTable*() { return mTable.get(); }
81

Callers 15

SwapchainMethod · 0.80
prepareImagesMethod · 0.80
createMethod · 0.80
createBufferResourceFunction · 0.80
FenceMethod · 0.80
initFramebufferMethod · 0.80
RtStateObjectMethod · 0.80
GraphicsStateObjectMethod · 0.80
ComputeStateObjectMethod · 0.80

Calls

no outgoing calls

Tested by 1

ComputeStateObjectMethod · 0.64