MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetColorFormat

Method GetColorFormat

deps/LLGL/sources/Renderer/Vulkan/VKRenderContext.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134Format VKRenderContext::GetColorFormat() const
135{
136 return VKTypes::Unmap(swapChainFormat_.format);
137}
138
139Format VKRenderContext::GetDepthStencilFormat() const
140{

Callers 2

ExampleBaseMethod · 0.45
CreateRenderPassMethod · 0.45

Calls 1

UnmapFunction · 0.70

Tested by

no test coverage detected