MCPcopy
hub / github.com/rdev/liquid-glass-react / texture

Function texture

src/shader-utils.ts:30–32  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

28}
29
30function texture(x: number, y: number): Vec2 {
31 return { x, y }
32}
33
34// Shader fragment functions for different effects
35export const fragmentShaders = {

Callers 1

shader-utils.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected