Namespace: DeltaEngine.Graphics.MocksAssembly: DeltaEngine.Graphics.Mocks (in DeltaEngine.Graphics.Mocks.dll) Version: 1.1.1.0 (1.1.1)
public MockCircularBuffer(
Device device,
ShaderWithFormat shader,
BlendMode blendMode,
VerticesMode drawMode
)
public MockCircularBuffer(
Device device,
ShaderWithFormat shader,
BlendMode blendMode,
VerticesMode drawMode
)
Public Sub New (
device As Device,
shader As ShaderWithFormat,
blendMode As BlendMode,
drawMode As VerticesMode
)
Public Sub New (
device As Device,
shader As ShaderWithFormat,
blendMode As BlendMode,
drawMode As VerticesMode
)
public:
MockCircularBuffer(
Device^ device,
ShaderWithFormat^ shader,
BlendMode blendMode,
VerticesMode drawMode
)
public:
MockCircularBuffer(
Device^ device,
ShaderWithFormat^ shader,
BlendMode blendMode,
VerticesMode drawMode
)
new :
device : Device *
shader : ShaderWithFormat *
blendMode : BlendMode *
drawMode : VerticesMode -> MockCircularBuffer
new :
device : Device *
shader : ShaderWithFormat *
blendMode : BlendMode *
drawMode : VerticesMode -> MockCircularBuffer