CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 08:19:24 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=20efac71d2ab31255b2e95de973764160b9418151419877e8f051dc94dd36826a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22q4dBeZrJq5f0KXsqFRfNpLh87pSEysk4%22%3B%7D; HttpOnly; Path=/
cf-ray: 98dd696e2f10c467-BLR
Ex: 1 - Circle - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #version 300 es
- #ifdef GL_ES
- precision mediump float;
- #endif
- uniform vec2 u_resolution;
- out vec4 outColor;
- float circleshape(vec2 position, float radius) {
- return step(radius, length(position - vec2(0.5)));
- }
- void main() {
- vec2 position = gl_FragCoord.xy / u_resolution.x;
- vec3 color = vec3(0.0);
- float circle = circleshape(position, 0.3);
- color = vec3(circle);
- outColor = vec4(color, 1.0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
📝 EASY MONEY GUIDE ✅ Working 8
JavaScript | 2 sec ago | 0.25 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 4 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 10 sec ago | 0.15 KB
-
📌 Instant BTC Profit Method ✅ Working Y
JavaScript | 12 sec ago | 0.25 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 14 sec ago | 0.15 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 14 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 19 sec ago | 0.15 KB
-
✅ Make $2500 in 20 minutes⭐ Y
JavaScript | 21 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand