glimpse-graphics
1.2.0
common
glimpse-core
/
graphics.glimpse.shaders
/
Shader
/
Factory
Factory
common
interface
Factory
Content copied to clipboard
A factory for shaders.
Types
Functions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
create
Shader
Link copied to clipboard
common
abstract
fun
createShader
(
type
:
ShaderType
,
source
:
String
)
:
Shader
Content copied to clipboard
Creates a new shader of a given
type
from the given shader
source
.