MCPcopy 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
64GPUPipelineState* GPUPipelineState::Spawn(const SpawnParams& params)
65{
66 return GPUDevice::Instance->CreatePipelineState();
67}
68
69GPUPipelineState* GPUPipelineState::New()
70{

Callers 4

CreateInstanceMethod · 0.45
CreateInstanceMethod · 0.45
NewValueMethod · 0.45

Calls 1

CreatePipelineStateMethod · 0.45

Tested by

no test coverage detected