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

Method GetSamplerKey

libs/drape/vulkan/vulkan_texture.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214SamplerKey VulkanTexture::GetSamplerKey() const
215{
216 return SamplerKey(m_params.m_filter, m_params.m_wrapSMode, m_params.m_wrapTMode);
217}
218
219void VulkanTexture::MakeImageLayoutTransition(VkCommandBuffer commandBuffer, VkImageLayout newLayout,
220 VkPipelineStageFlags srcStageMask,

Callers 1

ApplyTexturesMethod · 0.80

Calls 1

SamplerKeyClass · 0.70

Tested by

no test coverage detected