C# Class RTUGame1.Graphics.Mesh

Inheritance: IDisposable
Exibir arquivo Open project: sselecirPyM/RTUGame

Public Properties

Property Type Description
Name string
index ID3D12Resource
indexCount int
indexFormat Format
indexSizeInByte int
sizeInByte int
stride int
vertex ID3D12Resource

Public Methods

Method Description
Dispose ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Name public_oe property

public string Name
return string

index public_oe property

public ID3D12Resource index
return ID3D12Resource

indexCount public_oe property

public int indexCount
return int

indexFormat public_oe property

public Format indexFormat
return Format

indexSizeInByte public_oe property

public int indexSizeInByte
return int

sizeInByte public_oe property

public int sizeInByte
return int

stride public_oe property

public int stride
return int

vertex public_oe property

public ID3D12Resource vertex
return ID3D12Resource