Searched defs:CollisionBoxDynamicAttributes (Results 1 – 1 of 1) sorted by relevance
20 struct CollisionBoxDynamicAttributes : gl::Attributes<attributes::a_placed> { struct21 static Vertex vertex(bool placed, bool notUsed) { in vertex()