Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
924
ref<RtStateObject> Device::createRtStateObject(const RtStateObjectDesc& desc)
925
{
926
return make_ref<RtStateObject>(ref<Device>(this), desc);
927
}
928
929
size_t Device::getBufferDataAlignment(ResourceBindFlags bindFlags)
930
{
Callers
1
getRtso
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected