C# Class ShaderCompiler.Core.ShaderMethod

Inheritance: System.Attribute
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Свойство Type Description
Precision ShaderMethodPrecisions
Type ShaderMethodTypes

Méthodes publiques

Méthode Description
ShaderMethod ( ShaderMethodTypes type ) : System
ShaderMethod ( ShaderMethodTypes type, ShaderMethodPrecisions precision ) : System

Method Details

ShaderMethod() public méthode

public ShaderMethod ( ShaderMethodTypes type ) : System
type ShaderMethodTypes
Résultat System

ShaderMethod() public méthode

public ShaderMethod ( ShaderMethodTypes type, ShaderMethodPrecisions precision ) : System
type ShaderMethodTypes
precision ShaderMethodPrecisions
Résultat System

Property Details

Precision public_oe property

public ShaderMethodPrecisions Precision
Résultat ShaderMethodPrecisions

Type public_oe property

public ShaderMethodTypes Type
Résultat ShaderMethodTypes