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

Method GetFormat

deps/LLGL/sources/Renderer/Vulkan/Texture/VKTexture.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120Format VKTexture::GetFormat() const
121{
122 return VKTypes::Unmap(GetVkFormat());
123}
124
125void VKTexture::CreateImageView(
126 VkDevice device,

Callers

nothing calls this directly

Calls 1

UnmapFunction · 0.50

Tested by

no test coverage detected