all
constall:DualFn<(value) =>boolean>
Defined in: packages/typegpu/src/std/boolean.ts:223
Returns true if each component of value is true.
Example
Section titled βExampleβall(vec2b(false, true)) // returns falseall(vec3b(true, true, true)) // returns true