Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
EXCAI
/
Diffusion-As-Shader
like
31
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
Diffusion-As-Shader
/
submodules
/
MoGe
/
utils3d
/
numpy
/
shaders
/
vertex_attribute.fsh
Beijia11
init
3aba902
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
86 Bytes
#version 330
in
vecN v_attr;
out
vecN f_attr;
void
main
()
{
f_attr = v_attr;
}