C# Class CSPspEmu.Core.Gpu.Formats.PspWavefrontObjWriter

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Methods

Method Description
End ( ) : void
EndPrimitive ( ) : void
PspWavefrontObjWriter ( WavefrontObjWriter WavefrontObjWriter ) : System
PutVertex ( VertexInfo &VertexInfo ) : void
StartPrimitive ( GpuStateStruct GpuState, State PrimitiveType, uint VertexAddress, int VertexCount, State &VertexType ) : void

Method Details

End() public method

public End ( ) : void
return void

EndPrimitive() public method

public EndPrimitive ( ) : void
return void

PspWavefrontObjWriter() public method

public PspWavefrontObjWriter ( WavefrontObjWriter WavefrontObjWriter ) : System
WavefrontObjWriter WavefrontObjWriter
return System

PutVertex() public method

public PutVertex ( VertexInfo &VertexInfo ) : void
VertexInfo VertexInfo
return void

StartPrimitive() public method

public StartPrimitive ( GpuStateStruct GpuState, State PrimitiveType, uint VertexAddress, int VertexCount, State &VertexType ) : void
GpuState CSPspEmu.Core.Gpu.State.GpuStateStruct
PrimitiveType State
VertexAddress uint
VertexCount int
VertexType State
return void