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

Function GetStateByte

libs/drape/vulkan/vulkan_utils.hpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template <typename T>
42uint8_t GetStateByte(T & state, uint8_t byteNumber)
43{
44 return static_cast<uint8_t>((state >> byteNumber * 8) & 0xFF);
45}
46
47struct SamplerKey
48{

Callers 4

GetTextureFilterMethod · 0.85
GetWrapSModeMethod · 0.85
GetWrapTModeMethod · 0.85
GetPipelineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected