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

Method GetTextureView

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

Source from the content-addressed store, hash-verified

36 bool Validate() const override;
37
38 VkImageView GetTextureView() const { return m_textureObject.m_imageView; }
39 VkImage GetImage() const { return m_textureObject.m_image; }
40 SamplerKey GetSamplerKey() const;
41 VkImageLayout GetCurrentLayout() const { return m_currentLayout; }

Callers 2

ApplyTexturesMethod · 0.80
ApplyFramebufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected