MCPcopy Create free account
hub / github.com/comaps/comaps / GetCurrentLayout

Method GetCurrentLayout

libs/drape/vulkan/vulkan_texture.hpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 VkImage GetImage() const { return m_textureObject.m_image; }
40 SamplerKey GetSamplerKey() const;
41 VkImageLayout GetCurrentLayout() const { return m_currentLayout; }
42
43 void MakeImageLayoutTransition(VkCommandBuffer commandBuffer, VkImageLayout newLayout,
44 VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask) const;

Callers 1

ApplyFramebufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected