C# Класс Microsoft.Xna.Framework.Graphics.Shader

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ApplySamplerTextureUnits void
GetAttribLocation int
GetShaderHandle int
GetVertexAttributeLocations void
PlatformConstruct void
PlatformGraphicsDeviceResetting void
Shader System.IO

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
GraphicsDeviceResetting ( ) : void

Приватные методы

Метод Описание
ApplySamplerTextureUnits ( int program ) : void
GetAttribLocation ( VertexElementUsage usage, int index ) : int
GetShaderHandle ( ) : int
GetVertexAttributeLocations ( int program ) : void
PlatformConstruct ( BinaryReader reader, bool isVertexShader, byte shaderBytecode ) : void
PlatformGraphicsDeviceResetting ( ) : void
Shader ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, BinaryReader reader ) : System.IO

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

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GraphicsDeviceResetting() защищенный Метод

protected GraphicsDeviceResetting ( ) : void
Результат void