Repository
Docs
Examples
Preparing search index...
The search index is not available
gpu-curtains
gpu-curtains
core/shaders/chunks/fragment/head/get-uv-cover-helper
getUVCover
Variable getUVCover
Const
getUVCover
:
"\nfn getUVCover(uv: vec2f, textureMatrix: mat3x3f) -> vec2f {\n return (textureMatrix * vec3f(uv, 1.0)).xy;\n}"
= ...
Applies given texture matrix (
mat4x4f
) to given uv coordinates (
vec2f
).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Repository
Docs
Examples
gpu-curtains
Loading...
Applies given texture matrix (
mat4x4f
) to given uv coordinates (vec2f
).