Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
function
texture(x: number, y: number): Vec2 {
31
return
{ x, y }
32
}
33
34
// Shader fragment functions for different effects
35
export
const
fragmentShaders = {
Callers
1
shader-utils.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected