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

Method createComputeStateObject

Source/Falcor/Core/API/Device.cpp:914–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914ref<ComputeStateObject> Device::createComputeStateObject(const ComputeStateObjectDesc& desc)
915{
916 return make_ref<ComputeStateObject>(ref<Device>(this), desc);
917}
918
919ref<GraphicsStateObject> Device::createGraphicsStateObject(const GraphicsStateObjectDesc& desc)
920{

Callers 3

createPipelinesMethod · 0.80
dispatchMethod · 0.80
getCSOMethod · 0.80

Calls

no outgoing calls

Tested by 1

getCSOMethod · 0.64