MCPcopy
hub / github.com/sparkjsdev/spark / isUintType

Function isUintType

src/dyno/types.ts:132–136  ·  view source on GitHub ↗
(type: DynoType)

Source from the content-addressed store, hash-verified

130}
131
132export function isUintType(type: DynoType): boolean {
133 return (
134 type === "uint" || type === "uvec2" || type === "uvec3" || type === "uvec4"
135 );
136}
137
138export function isFloatType(type: DynoType): boolean {
139 return (

Callers 11

constructorMethod · 0.90
swizzleOutputTypeFunction · 0.90
compXorOutputTypeFunction · 0.90
literalZeroFunction · 0.90
literalOneFunction · 0.90
literalNegOneFunction · 0.90
addOutputTypeFunction · 0.90
mulOutputTypeFunction · 0.90
imodOutputTypeFunction · 0.90
minOutputTypeFunction · 0.90
clampOutputTypeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected