Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ New
Method
New
Source/Engine/Graphics/GPUDevice.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
GPUPipelineState* GPUPipelineState::New()
70
{
71
return GPUDevice::Instance->CreatePipelineState();
72
}
73
74
GPUPipelineState::GPUPipelineState()
75
: GPUResource(SpawnParams(Guid::New(), TypeInitializer))
Callers
4
Convert
Method · 0.45
CreateInstance
Method · 0.45
Spawn
Method · 0.45
Spawn
Method · 0.45
Calls
1
CreatePipelineState
Method · 0.45
Tested by
no test coverage detected