C# Класс ShaderCompiler.Core.ShaderMethod

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Precision ShaderMethodPrecisions
Type ShaderMethodTypes

Открытые методы

Метод Описание
ShaderMethod ( ShaderMethodTypes type ) : System
ShaderMethod ( ShaderMethodTypes type, ShaderMethodPrecisions precision ) : System

Описание методов

ShaderMethod() публичный Метод

public ShaderMethod ( ShaderMethodTypes type ) : System
type ShaderMethodTypes
Результат System

ShaderMethod() публичный Метод

public ShaderMethod ( ShaderMethodTypes type, ShaderMethodPrecisions precision ) : System
type ShaderMethodTypes
precision ShaderMethodPrecisions
Результат System

Описание свойств

Precision публичное свойство

public ShaderMethodPrecisions Precision
Результат ShaderMethodPrecisions

Type публичное свойство

public ShaderMethodTypes Type
Результат ShaderMethodTypes