ShaderGenerators

built-in shader generators

Functions

Link copied to clipboard
abstract fun circleFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun circleVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun expansionFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun expansionVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun fastLineFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun fastLineVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun filterFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun filterVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun fontImageMapFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun fontImageMapVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
Link copied to clipboard
abstract fun imageArrayTextureVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun imageFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun imageVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun meshLineFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun meshLineVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun pointFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun pointVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun rectangleFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun rectangleVertexShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun vertexBufferFragmentShader(shadeStructure: ShadeStructure): String
Link copied to clipboard
abstract fun vertexBufferVertexShader(shadeStructure: ShadeStructure): String