Interface IGorgon2DEffectBuilders
Returns the builders that applications can use to build up states for an effect.
Namespace: Gorgon.Renderers
Assembly: Gorgon.Renderers.Gorgon2D.dll
Syntax
public interface IGorgon2DEffectBuilders
Properties
| Edit this page View SourceBatchBuilder
Property to return the batch state builder.
Declaration
Gorgon2DBatchStateBuilder BatchBuilder { get; }
Property Value
Type | Description |
---|---|
Gorgon2DBatchStateBuilder |
PixelShaderBuilder
Property to return the pixel shader state builder.
Declaration
Gorgon2DShaderStateBuilder<GorgonPixelShader> PixelShaderBuilder { get; }
Property Value
Type | Description |
---|---|
Gorgon2DShaderStateBuilder<GorgonPixelShader> |
VertexShaderBuilder
Property to return the vertex shader state builder.
Declaration
Gorgon2DShaderStateBuilder<GorgonVertexShader> VertexShaderBuilder { get; }
Property Value
Type | Description |
---|---|
Gorgon2DShaderStateBuilder<GorgonVertexShader> |