Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
template <typename T>
42
uint8_t GetStateByte(T & state, uint8_t byteNumber)
43
{
44
return static_cast<uint8_t>((state >> byteNumber * 8) & 0xFF);
45
}
46
47
struct SamplerKey
48
{
Callers
4
GetTextureFilter
Method · 0.85
GetWrapSMode
Method · 0.85
GetWrapTMode
Method · 0.85
GetPipeline
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected