MCPcopy 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
69GPUPipelineState* GPUPipelineState::New()
70{
71 return GPUDevice::Instance->CreatePipelineState();
72}
73
74GPUPipelineState::GPUPipelineState()
75 : GPUResource(SpawnParams(Guid::New(), TypeInitializer))

Callers 4

ConvertMethod · 0.45
CreateInstanceMethod · 0.45
SpawnMethod · 0.45
SpawnMethod · 0.45

Calls 1

CreatePipelineStateMethod · 0.45

Tested by

no test coverage detected