| Package | Description |
|---|---|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLFragmentShaderType |
JCGLShadersType.shaderCompileFragment(String name,
List<String> lines)
Read a GLSL fragment shader from the lines of GLSL source code given in
lines. |
JCGLGeometryShaderType |
JCGLShadersType.shaderCompileGeometry(String name,
List<String> lines)
Read a GLSL geometry shader from the lines of GLSL source code given in
lines. |
JCGLVertexShaderType |
JCGLShadersType.shaderCompileVertex(String name,
List<String> lines)
Read a GLSL vertex shader from the lines of GLSL source code given in
lines. |
JCGLProgramShaderType |
JCGLShadersType.shaderLinkProgram(String name,
JCGLVertexShaderUsableType v,
Optional<JCGLGeometryShaderUsableType> g,
JCGLFragmentShaderUsableType f)
Link a program consisting of the vertex shader
v, the optional
geometry shader g, and the fragment shader f. |
Copyright © 2017 <code@io7m.com> http://io7m.com