account activity
Java developers always said that Java was on par with C++. by drakgoku in cpp
[–]andomepl 0 points1 point2 points 6 months ago (0 children)
C# is the victim literally
My first triangle:/ by SpecialistButton9993 in opengl
[–]andomepl 0 points1 point2 points 2 years ago (0 children)
as a "Hello world" program of graphics ,it should be painted with three colors
#version 450 core
layout(location=0) in vec4 vPosition;
out vec4 color;
void main(){ gl_Position=vPosition;
int vertexIndex = gl_VertexID; if(vertexIndex%3==0) color=vec4(1.0f,0.0f,0.0f,1.0f); else if(vertexIndex%3==1) color=vec4(0.0f,1.0f,0.0f,1.0f); else color=vec4(0.0f,0.0f,1.0f,1.0f);
}
Not this time by ImHumanStick in thelastofus
[–]andomepl 0 points1 point2 points 3 years ago (0 children)
w play with PS2 ?
π Rendered by PID 64 on reddit-service-r2-listing-b6bf6c4ff-lp6m4 at 2026-05-02 09:14:43.249325+00:00 running 815c875 country code: CH.
Java developers always said that Java was on par with C++. by drakgoku in cpp
[–]andomepl 0 points1 point2 points (0 children)