CARVIEW |
Select Language
HTTP/2 200
date: Tue, 14 Oct 2025 08:19:29 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=3deca4e0a210ce1d7f2ad2b7a806b62209e194352e9b034a8f1060bc83934557a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22AXF8pk_w2YP0H6r6wfz3ewY4b1hzJbxX%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e5a6eaabbac16f-BLR
#version 150in vec2 vertexPosition;in vec4 vertexColor;in vec2 vertexUV; - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #version 150
- in vec2 vertexPosition;
- in vec4 vertexColor;
- in vec2 vertexUV;
- out vec2 fragmentPosition;
- out vec4 fragmentColor;
- out vec2 fragmentUV;
- uniform mat4 projection;
- void main () {
- gl_Position.xy = (projection * vec4 (vertexPosition, 0.0, 1.0)).xy;
- gl_Position.z = 0.0;
- gl_Position.w = 1.0;
- fragmentPosition = vertexPosition;
- fragmentColor = vertexColor;
- fragmentUV = vec2 (vertexUV.x, 1.0 - vertexUV.y);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 2 sec ago | 0.15 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 3 sec ago | 0.15 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 10 sec ago | 0.15 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 11 sec ago | 0.15 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 13 sec ago | 0.15 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 13 sec ago | 0.25 KB
-
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 15 sec ago | 0.15 KB
-
✅ Marketplace Glitch ✅ Working NEVER SEEN BE...
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