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

Method createRtStateObject

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

Source from the content-addressed store, hash-verified

922}
923
924ref<RtStateObject> Device::createRtStateObject(const RtStateObjectDesc& desc)
925{
926 return make_ref<RtStateObject>(ref<Device>(this), desc);
927}
928
929size_t Device::getBufferDataAlignment(ResourceBindFlags bindFlags)
930{

Callers 1

getRtsoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected