C# Class Microsoft.Xna.Framework.Graphics.ConstantBufferCollection

Show file Open project: procfxgen/MGShaderEditor

Private Properties

Property Type Description
Clear void
ConstantBufferCollection
SetConstantBuffers void
SetConstantBuffers void
SetConstantBuffers void

Public Methods

Method Description
this ( int index ) : ConstantBuffer

Private Methods

Method Description
Clear ( ) : void
ConstantBufferCollection ( ShaderStage stage, int maxBuffers )
SetConstantBuffers ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void
SetConstantBuffers ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, Microsoft.Xna.Framework.Graphics.ShaderProgram shaderProgram ) : void
SetConstantBuffers ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, int shaderProgram ) : void

Method Details

this() public method

public this ( int index ) : ConstantBuffer
index int
return ConstantBuffer