Skip to content

Vec3b

Defined in: packages/typegpu/src/data/wgslTypes.ts:1048

Type of the d.vec3b object/function: vector data type schema/constructor Cannot be used inside buffers as it is not host-shareable.

  • DualFn<(x, y, z) => v3b & (xyz) => v3b & () => v3b & (v) => v3b & (v0, z) => v3b & (x, v0) => v3b>

Vec3b(x, y, z): v3b

Defined in: packages/typegpu/src/data/wgslTypes.ts:1050

Type of the d.vec3b object/function: vector data type schema/constructor Cannot be used inside buffers as it is not host-shareable.

boolean

boolean

boolean

v3b

Vec3b(xyz): v3b

Defined in: packages/typegpu/src/data/wgslTypes.ts:1051

Type of the d.vec3b object/function: vector data type schema/constructor Cannot be used inside buffers as it is not host-shareable.

boolean

v3b

Vec3b(): v3b

Defined in: packages/typegpu/src/data/wgslTypes.ts:1052

Type of the d.vec3b object/function: vector data type schema/constructor Cannot be used inside buffers as it is not host-shareable.

v3b

Vec3b(v): v3b

Defined in: packages/typegpu/src/data/wgslTypes.ts:1053

Type of the d.vec3b object/function: vector data type schema/constructor Cannot be used inside buffers as it is not host-shareable.

v3b

v3b

Vec3b(v0, z): v3b

Defined in: packages/typegpu/src/data/wgslTypes.ts:1054

Type of the d.vec3b object/function: vector data type schema/constructor Cannot be used inside buffers as it is not host-shareable.

v2b

boolean

v3b

Vec3b(x, v0): v3b

Defined in: packages/typegpu/src/data/wgslTypes.ts:1055

Type of the d.vec3b object/function: vector data type schema/constructor Cannot be used inside buffers as it is not host-shareable.

boolean

v2b

v3b

readonly [$internal]: object

Defined in: packages/typegpu/src/data/dualFn.ts:8

argConversionHint: FnArgsConversionHint

gpuImpl: (…args) => Snippet

…[Snippet, Snippet]

Snippet

jsImpl: (x, y, z) => v3b & (xyz) => v3b & () => v3b & (v) => v3b & (v0, z) => v3b & (x, v0) => v3b

DualFn.[$internal]


readonly [$invalidSchemaReason]: "Boolean vectors is not host-shareable, use numeric vectors instead"

Defined in: packages/typegpu/src/data/wgslTypes.ts:1061


readonly [$repr]: v3b

Defined in: packages/typegpu/src/data/wgslTypes.ts:1060


readonly type: "vec3<bool>"

Defined in: packages/typegpu/src/data/wgslTypes.ts:1057