MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / clear

Method clear

Source/ThirdParty/basis_universal/encoder/basisu_comp.h:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 void clear()
202 {
203 m_value = m_def;
204 m_changed = false;
205 }
206
207 operator T() const
208 {

Callers 3

clearMethod · 0.45
clearMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected