Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pengsida
/
NeuralBody
like
1
Configuration error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
1ba539f
NeuralBody
/
tools
/
render
/
quad.fs
pengsida
initial commit
1ba539f
almost 3 years ago
raw
Copy download link
history
blame
Safe
159 Bytes
#version
330
core
out vec4 FragColor;
in
vec2 TexCoord;
uniform sampler2D screenTexture;
void
main()
{
FragColor
=
texture(screenTexture, TexCoord);
}