C# Класс Fusion.Drivers.Graphics.ConstantBufferCollection

The constant buffer collection.
Наследование: GraphicsResource
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clear ( ) : void

Clears collection

this ( int index ) : ConstantBuffer

Sets and gets sampler state to given shader stage.

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

Метод Описание
ConstantBufferCollection ( GraphicsDevice device, SharpDX.Direct3D11.CommonShaderStage stage ) : System

Creates instance of sampler state collection.

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

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

Clears collection
public Clear ( ) : void
Результат void

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

Sets and gets sampler state to given shader stage.
public this ( int index ) : ConstantBuffer
index int
Результат ConstantBuffer