Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
mambazjp
/
REC-MV_preprocess
like
6
Model card
Files
Files and versions
xet
Community
main
REC-MV_preprocess
/
pifuhd
/
lib
/
render
/
gl
/
data
/
quad.fs
mambazjp
Upload 58 files
355b5d6
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
158 Bytes
#version
330
core
out vec4 FragColor;
in
vec2 TexCoord;
uniform sampler2D screenTexture;
void
main()
{
FragColor
=
texture(screenTexture, TexCoord);
}