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

com.io7m.jcanephora.tests.contracts.incompatible0.frag Maven / Gradle / Ivy

#version 330 core

in vec4 out_0;

layout(location = 0) out vec4 p;

void
main (void)
{
  p = out_0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy