Tesla Graphics Engine Documentation (January 2012)
UpdateIndexData Method
TeslaTesla.SceneMeshDataUpdateIndexData()()()()
Members
Icon Member Description
UpdateIndexData<(Of <<'(T>)>>)(DataBuffer<(Of <<'(T>)>>))
Updates the MeshData's index data. This applies to both the CPU copy and the GPU (IndexBuffer) copy, if the latter exists. Error will occur trying to set data that is not valid for index type already contained in the IndexBuffer.

UpdateIndexData<(Of <<'(T>)>>)(DataBuffer<(Of <<'(T>)>>), Int32, Int32)
Updates the MeshData's index data. This applies to both the CPU copy and the GPU (IndexBuffer) copy, if the latter exists. Error will occur trying to set data that is not valid for index type already contained in the IndexBuffer.

UpdateIndexData<(Of <<'(T>)>>)(Int32, DataBuffer<(Of <<'(T>)>>), Int32, Int32)
Updates the MeshData's index data. This applies to both the CPU copy and the GPU (IndexBuffer) copy, if the latter exists. Error will occur trying to set data that is not valid for index type already contained in the IndexBuffer.

UpdateIndexData<(Of <<'(T>)>>)(DataBuffer<(Of <<'(T>)>>), DataWriteOptions)
Updates the MeshData's index data. This applies to both the CPU copy and the GPU (IndexBuffer) copy, if the latter exists. Error will occur trying to set data that is not valid for index type already contained in the IndexBuffer.

UpdateIndexData<(Of <<'(T>)>>)(DataBuffer<(Of <<'(T>)>>), Int32, Int32, DataWriteOptions)
Updates the MeshData's index data. This applies to both the CPU copy and the GPU (IndexBuffer) copy, if the latter exists. Error will occur trying to set data that is not valid for index type already contained in the IndexBuffer.

UpdateIndexData<(Of <<'(T>)>>)(Int32, DataBuffer<(Of <<'(T>)>>), Int32, Int32, DataWriteOptions)
Updates the MeshData's index data. This applies to both the CPU copy and the GPU (IndexBuffer) copy, if the latter exists. Error will occur trying to set data that is not valid for index type already contained in the IndexBuffer.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)