Class GLSLCodeGenerator

java.lang.Object
icyllis.arc3d.compiler.CodeGenerator
icyllis.arc3d.compiler.glsl.GLSLCodeGenerator

public final class GLSLCodeGenerator extends CodeGenerator
Standard GLSL code generator for OpenGL 3.3 or above and Vulkan 1.0 or above (Vulkan GLSL).

A GLSL shader is a UTF-8 encoded string. However, our compiler only outputs ASCII characters.