Gorgon
Show / Hide Table of Contents

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 Source

BatchBuilder

Property to return the batch state builder.

Declaration
Gorgon2DBatchStateBuilder BatchBuilder { get; }
Property Value
Type Description
Gorgon2DBatchStateBuilder
| Edit this page View Source

PixelShaderBuilder

Property to return the pixel shader state builder.

Declaration
Gorgon2DShaderStateBuilder<GorgonPixelShader> PixelShaderBuilder { get; }
Property Value
Type Description
Gorgon2DShaderStateBuilder<GorgonPixelShader>
| Edit this page View Source

VertexShaderBuilder

Property to return the vertex shader state builder.

Declaration
Gorgon2DShaderStateBuilder<GorgonVertexShader> VertexShaderBuilder { get; }
Property Value
Type Description
Gorgon2DShaderStateBuilder<GorgonVertexShader>

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author