All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.io7m.jcanephora.tests.contracts.valid0.geom Maven / Gradle / Ivy

#version 330 core

layout(points) in;
layout(points, max_vertices = 1) out;

void
main ()
{
  gl_Position = gl_in[0].gl_Position;
  EmitVertex();
  EndPrimitive();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy