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

Method GetState

Source/Engine/GraphicsDevice/Vulkan/GPUContextVulkan.cpp:1408–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408GPUPipelineState* GPUContextVulkan::GetState() const
1409{
1410 return _currentState;
1411}
1412
1413void GPUContextVulkan::SetState(GPUPipelineState* state)
1414{

Callers 8

RequestWorkMethod · 0.45
~GPUTasksContextMethod · 0.45
OnFrameBeginMethod · 0.45
OnDrawCallMethod · 0.45
FlushMethod · 0.45
GetBackBufferViewMethod · 0.45
DebugUtilsCallbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected