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

Method ResetState

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

Source from the content-addressed store, hash-verified

1420}
1421
1422void GPUContextVulkan::ResetState()
1423{
1424 ResetRenderTarget();
1425 ResetSR();
1426 ResetUA();
1427 ResetCB();
1428 SetState(nullptr);
1429
1430 FlushState();
1431}
1432
1433void GPUContextVulkan::FlushState()
1434{

Callers

nothing calls this directly

Calls 1

SetStateFunction · 0.85

Tested by

no test coverage detected