MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetResourceType

Method GetResourceType

Source/Engine/Graphics/GPUDevice.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151GPUResourceType GPUPipelineState::GetResourceType() const
152{
153 return GPUResourceType::PipelineState;
154}
155
156// @formatter:off
157GPUPipelineState::Description GPUPipelineState::Description::Default =

Callers 2

DumpResourcesToLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected