Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
Format VKRenderContext::GetColorFormat() const
135
{
136
return VKTypes::Unmap(swapChainFormat_.format);
137
}
138
139
Format VKRenderContext::GetDepthStencilFormat() const
140
{
Callers
2
ExampleBase
Method · 0.45
CreateRenderPass
Method · 0.45
Calls
1
Unmap
Function · 0.70
Tested by
no test coverage detected