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

Method createGraphicsStateObject

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

Source from the content-addressed store, hash-verified

917}
918
919ref<GraphicsStateObject> Device::createGraphicsStateObject(const GraphicsStateObjectDesc& desc)
920{
921 return make_ref<GraphicsStateObject>(ref<Device>(this), desc);
922}
923
924ref<RtStateObject> Device::createRtStateObject(const RtStateObjectDesc& desc)
925{

Callers 1

getGSOMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected