Class VertProperties
Collection of shader code strings, describing possible in, out and uniform properties of a vertex shader.
Inheritance
System.Object
VertProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core.ShaderShards.Vertex
Assembly: Fusee.Engine.Core.dll
Syntax
public static class VertProperties
Methods
InParams(TextureSetup)
Creates the in (with prefix "fu") and out parameters of the vertex shader, depending on the given ShaderEffectProps.
Declaration
public static string InParams(TextureSetup texSetup)
Parameters
Type | Name | Description |
---|---|---|
TextureSetup | texSetup |
Returns
Type | Description |
---|---|
System.String |