C# Class CSPspEmu.Core.Gpu.VertexReader

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
PointerOffset int
VertexSize int

Protected Properties

Свойство Type Description
BasePointer byte*
ReadColor System.Action
ReadColorList System.Action[]
ReadNormal System.Action
ReadNormalList System.Action[]
ReadPosition System.Action
ReadPositionList System.Action[]
ReadTextureCoordinates System.Action
ReadTextureCoordinatesList System.Action[]
ReadWeights System.Action
ReadWeightsList System.Action[]
SkinningWeightCount int
Transform2D bool
VertexAlignSize int
VertexAlignment System.Action
VertexInfo VertexInfo*
VertexType CSPspEmu.Core.Gpu.State.VertexTypeStruct

Méthodes publiques

Méthode Description
ReadNormalByte ( ) : void
ReadNormalFloat ( ) : void
ReadNormalShort ( ) : void
ReadPositionByte ( ) : void
ReadPositionFloat ( ) : void
ReadPositionShort ( ) : void
ReadVertex ( int Index ) : VertexInfo
ReadVertex ( int Index, VertexInfo VertexInfo ) : void
ReadVertices ( int Index, VertexInfo VertexInfo, int Count ) : void
ReadWeightByte ( ) : void
ReadWeightFloat ( ) : void
ReadWeightShort ( ) : void
SetVertexTypeStruct ( CSPspEmu.Core.Gpu.State.VertexTypeStruct VertexType, byte BasePointer ) : void
VertexReader ( ) : System

Méthodes protégées

Méthode Description
Align ( int Size ) : void
Align1 ( ) : void
Align2 ( ) : void
Align4 ( ) : void
Invalid ( ) : void
ReadColor4444 ( ) : void
ReadColor5551 ( ) : void
ReadColor5650 ( ) : void
ReadColor8888 ( ) : void
ReadTextureCoordinatesByte ( ) : void
ReadTextureCoordinatesFloat ( ) : void
ReadTextureCoordinatesShort ( ) : void
Void ( ) : void
_SetVertexInfoColor ( OutputPixel Color ) : void

Method Details

Align() protected méthode

protected Align ( int Size ) : void
Size int
Résultat void

Align1() protected méthode

protected Align1 ( ) : void
Résultat void

Align2() protected méthode

protected Align2 ( ) : void
Résultat void

Align4() protected méthode

protected Align4 ( ) : void
Résultat void

Invalid() protected méthode

protected Invalid ( ) : void
Résultat void

ReadColor4444() protected méthode

protected ReadColor4444 ( ) : void
Résultat void

ReadColor5551() protected méthode

protected ReadColor5551 ( ) : void
Résultat void

ReadColor5650() protected méthode

protected ReadColor5650 ( ) : void
Résultat void

ReadColor8888() protected méthode

protected ReadColor8888 ( ) : void
Résultat void

ReadNormalByte() public méthode

public ReadNormalByte ( ) : void
Résultat void

ReadNormalFloat() public méthode

public ReadNormalFloat ( ) : void
Résultat void

ReadNormalShort() public méthode

public ReadNormalShort ( ) : void
Résultat void

ReadPositionByte() public méthode

public ReadPositionByte ( ) : void
Résultat void

ReadPositionFloat() public méthode

public ReadPositionFloat ( ) : void
Résultat void

ReadPositionShort() public méthode

public ReadPositionShort ( ) : void
Résultat void

ReadTextureCoordinatesByte() protected méthode

protected ReadTextureCoordinatesByte ( ) : void
Résultat void

ReadTextureCoordinatesFloat() protected méthode

protected ReadTextureCoordinatesFloat ( ) : void
Résultat void

ReadTextureCoordinatesShort() protected méthode

protected ReadTextureCoordinatesShort ( ) : void
Résultat void

ReadVertex() public méthode

public ReadVertex ( int Index ) : VertexInfo
Index int
Résultat VertexInfo

ReadVertex() public méthode

public ReadVertex ( int Index, VertexInfo VertexInfo ) : void
Index int
VertexInfo VertexInfo
Résultat void

ReadVertices() public méthode

public ReadVertices ( int Index, VertexInfo VertexInfo, int Count ) : void
Index int
VertexInfo VertexInfo
Count int
Résultat void

ReadWeightByte() public méthode

public ReadWeightByte ( ) : void
Résultat void

ReadWeightFloat() public méthode

public ReadWeightFloat ( ) : void
Résultat void

ReadWeightShort() public méthode

public ReadWeightShort ( ) : void
Résultat void

SetVertexTypeStruct() public méthode

public SetVertexTypeStruct ( CSPspEmu.Core.Gpu.State.VertexTypeStruct VertexType, byte BasePointer ) : void
VertexType CSPspEmu.Core.Gpu.State.VertexTypeStruct
BasePointer byte
Résultat void

VertexReader() public méthode

public VertexReader ( ) : System
Résultat System

Void() protected méthode

protected Void ( ) : void
Résultat void

_SetVertexInfoColor() protected méthode

protected _SetVertexInfoColor ( OutputPixel Color ) : void
Color OutputPixel
Résultat void

Property Details

BasePointer protected_oe property

protected byte* BasePointer
Résultat byte*

PointerOffset public_oe property

public int PointerOffset
Résultat int

ReadColor protected_oe property

protected Action,System ReadColor
Résultat System.Action

ReadColorList protected_oe property

protected Action[],System ReadColorList
Résultat System.Action[]

ReadNormal protected_oe property

protected Action,System ReadNormal
Résultat System.Action

ReadNormalList protected_oe property

protected Action[],System ReadNormalList
Résultat System.Action[]

ReadPosition protected_oe property

protected Action,System ReadPosition
Résultat System.Action

ReadPositionList protected_oe property

protected Action[],System ReadPositionList
Résultat System.Action[]

ReadTextureCoordinates protected_oe property

protected Action,System ReadTextureCoordinates
Résultat System.Action

ReadTextureCoordinatesList protected_oe property

protected Action[],System ReadTextureCoordinatesList
Résultat System.Action[]

ReadWeights protected_oe property

protected Action,System ReadWeights
Résultat System.Action

ReadWeightsList protected_oe property

protected Action[],System ReadWeightsList
Résultat System.Action[]

SkinningWeightCount protected_oe property

protected int SkinningWeightCount
Résultat int

Transform2D protected_oe property

protected bool Transform2D
Résultat bool

VertexAlignSize protected_oe property

protected int VertexAlignSize
Résultat int

VertexAlignment protected_oe property

protected Action,System VertexAlignment
Résultat System.Action

VertexInfo protected_oe property

protected VertexInfo* VertexInfo
Résultat VertexInfo*

VertexSize public_oe property

public int VertexSize
Résultat int

VertexType protected_oe property

protected VertexTypeStruct,CSPspEmu.Core.Gpu.State VertexType
Résultat CSPspEmu.Core.Gpu.State.VertexTypeStruct