glimpse-core
/
graphics.glimpse.shaders
/
Program
/
Builder
common
Builder
interface
Builder
Content copied to clipboard
A builder for programs.
Types
Functions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
build
Link copied to clipboard
common
abstract fun
build
():
Program
Content copied to clipboard
Builds a new program with previously configured shaders.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
withFragmentShader
Link copied to clipboard
common
abstract fun
withFragmentShader
(fragmentShader:
Shader
):
Program.Builder
Content copied to clipboard
Will attach
fragmentShader
when building a program.
withVertexShader
Link copied to clipboard
common
abstract fun
withVertexShader
(vertexShader:
Shader
):
Program.Builder
Content copied to clipboard
Will attach
vertexShader
when building a program.