IndigoShader
A trait representing a shader that fills the available window.
You can override a number of the details in this trait using launch flags, including:
- width - starting width of the shader
- height - starting height of the shader
- channel0 - path to an image
- channel1 - path to an image
- channel2 - path to an image
- channel3 - path to an image
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
A fixed set of assets that will be loaded before the game starts, typically for loading an external shader file.
A fixed set of assets that will be loaded before the game starts, typically for loading an external shader file.
Attributes
An optional path to an image asset you would like to be mapped to channel 0 for your shader to use.
An optional path to an image asset you would like to be mapped to channel 0 for your shader to use.
Attributes
An optional path to an image asset you would like to be mapped to channel 1 for your shader to use.
An optional path to an image asset you would like to be mapped to channel 1 for your shader to use.
Attributes
An optional path to an image asset you would like to be mapped to channel 2 for your shader to use.
An optional path to an image asset you would like to be mapped to channel 2 for your shader to use.
Attributes
An optional path to an image asset you would like to be mapped to channel 3 for your shader to use.
An optional path to an image asset you would like to be mapped to channel 3 for your shader to use.
Attributes
Your shader's default configuration settings, values like the viewport size can be overriden with flags.
Your shader's default configuration settings, values like the viewport size can be overriden with flags.
Attributes
Concrete methods
Inherited methods
Attributes
- Inherited from:
- GameLauncher
Attributes
- Inherited from:
- GameLauncher
Attributes
- Inherited from:
- GameLauncher
Attributes
- Inherited from:
- GameLauncher
Attributes
- Inherited from:
- GameLauncher
Attributes
- Inherited from:
- GameLauncher
Attributes
- Inherited from:
- GameLauncher
Attributes
- Inherited from:
- GameLauncher
Attributes
- Inherited from:
- GameLauncher