- Sign In
- Sign Up
Static Peach Colour
A literal static color that does not change
Created by m4rc0 on Mon, 04 Apr 2022 08:27:45 GMT.
// _____________ // | Marco Gomez | // | 04.04.22 | // |_____________| void main(){ gl_FragColor = vec4(1.0, 0.6, 0.9, 1.0); }
xxxxxxxxxx
// _____________
// | Marco Gomez |
// | 04.04.22 |
// |_____________|
void main(){
gl_FragColor = vec4(1.0, 0.6, 0.9, 1.0);
}
103 fps 15ms
00:00:00.32
0.00