MCPcopy 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

validate_outputMethod · 0.45
get_diff_flagMethod · 0.45
unpack_etc1Function · 0.45
pack_uastcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected