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

Class SamplerKey

libs/drape/vulkan/vulkan_utils.hpp:47–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47struct SamplerKey
48{
49 SamplerKey() = default;
50 SamplerKey(TextureFilter filter, TextureWrapping wrapSMode, TextureWrapping wrapTMode);
51 void Set(TextureFilter filter, TextureWrapping wrapSMode, TextureWrapping wrapTMode);
52 TextureFilter GetTextureFilter() const;
53 TextureWrapping GetWrapSMode() const;
54 TextureWrapping GetWrapTMode() const;
55 bool operator<(SamplerKey const & rhs) const;
56
57 uint32_t m_sampler = 0;
58};
59
60class DebugName
61{

Callers 1

GetSamplerKeyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected