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