Namespace: DeltaEngine.Graphics.BaseOpenGL11Assembly: DeltaEngine.Graphics.BaseOpenGL11 (in DeltaEngine.Graphics.BaseOpenGL11.dll) Version: 1.1.1.0 (1.1.1)
public abstract void LoadIndices(
int offset,
short[] indices,
int indexDataSizeInBytes
)
public abstract void LoadIndices(
int offset,
short[] indices,
int indexDataSizeInBytes
)
Public MustOverride Sub LoadIndices (
offset As Integer,
indices As Short(),
indexDataSizeInBytes As Integer
)
Public MustOverride Sub LoadIndices (
offset As Integer,
indices As Short(),
indexDataSizeInBytes As Integer
)
public:
virtual void LoadIndices(
int offset,
array<short>^ indices,
int indexDataSizeInBytes
) abstract
public:
virtual void LoadIndices(
int offset,
array<short>^ indices,
int indexDataSizeInBytes
) abstract
abstract LoadIndices :
offset : int *
indices : int16[] *
indexDataSizeInBytes : int -> unit
abstract LoadIndices :
offset : int *
indices : int16[] *
indexDataSizeInBytes : int -> unit