C# Class ShaderCompiler.Core.ShaderMethod

Inheritance: System.Attribute
Datei anzeigen Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
Precision ShaderMethodPrecisions
Type ShaderMethodTypes

Public Methods

Method Description
ShaderMethod ( ShaderMethodTypes type ) : System
ShaderMethod ( ShaderMethodTypes type, ShaderMethodPrecisions precision ) : System

Method Details

ShaderMethod() public method

public ShaderMethod ( ShaderMethodTypes type ) : System
type ShaderMethodTypes
return System

ShaderMethod() public method

public ShaderMethod ( ShaderMethodTypes type, ShaderMethodPrecisions precision ) : System
type ShaderMethodTypes
precision ShaderMethodPrecisions
return System

Property Details

Precision public_oe property

public ShaderMethodPrecisions Precision
return ShaderMethodPrecisions

Type public_oe property

public ShaderMethodTypes Type
return ShaderMethodTypes