Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1408
GPUPipelineState* GPUContextVulkan::GetState() const
1409
{
1410
return _currentState;
1411
}
1412
1413
void GPUContextVulkan::SetState(GPUPipelineState* state)
1414
{
Callers
8
RequestWork
Method · 0.45
~GPUTasksContext
Method · 0.45
OnFrameBegin
Method · 0.45
OnDrawCall
Method · 0.45
Flush
Method · 0.45
GetNewActiveCommandBuffer
Method · 0.45
GetBackBufferView
Method · 0.45
DebugUtilsCallback
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected