Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Fusion
Drivers
Graphics
ShaderResourceCollection
C# Class Fusion.Drivers.Graphics.ShaderResourceCollection
The texture collection.
Inheritance:
GraphicsResource
Exibir arquivo
Open project: demiurghg/FusionEngine
Class Usage Examples
Public Methods
Method
Description
Clear
( ) :
void
Clears collection
this
(
int
index
) :
ShaderResource
Sets and gets shader resources bound to given shader stage.
Private Methods
Method
Description
ShaderResourceCollection
(
GraphicsDevice
device
,
SharpDX.Direct3D11.CommonShaderStage
stage
) :
System
Method Details
Clear()
public
method
Clears collection
public
Clear
( ) :
void
return
void
this()
public
method
Sets and gets shader resources bound to given shader stage.
public
this
(
int
index
) :
ShaderResource
index
int
return
ShaderResource