Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ get_diff_bit
Method
get_diff_bit
engine/dlib/src/basis/encoder/basisu_etc.h:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
inline bool get_diff_bit() const
170
{
171
return (m_bytes[3] & 2) != 0;
172
}
173
174
inline void set_diff_bit(bool diff)
175
{
Callers
5
refine_block_endpoints_given_selectors
Method · 0.45
validate_output
Method · 0.45
get_diff_flag
Method · 0.45
unpack_etc1
Function · 0.45
pack_uastc
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected