Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Spawn
Method
Spawn
Source/Engine/Graphics/GPUDevice.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
GPUPipelineState* GPUPipelineState::Spawn(const SpawnParams& params)
65
{
66
return GPUDevice::Instance->CreatePipelineState();
67
}
68
69
GPUPipelineState* GPUPipelineState::New()
70
{
Callers
4
CreateInstance
Method · 0.45
VisualScriptObjectSpawn
Method · 0.45
CreateInstance
Method · 0.45
NewValue
Method · 0.45
Calls
1
CreatePipelineState
Method · 0.45
Tested by
no test coverage detected