C# 클래스 CSPspEmu.Core.Gpu.State.GpuStateStruct

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlphaTestState CSPspEmu.Core.Gpu.State.SubStates.AlphaTestStateStruct
BackfaceCullingState CSPspEmu.Core.Gpu.State.SubStates.BackfaceCullingStateStruct
BaseAddress uint
BaseOffset uint
BlendingState CSPspEmu.Core.Gpu.State.SubStates.BlendingStateStruct
ClearFlags ClearBufferSet
ClearingMode bool
ClipPlaneState CSPspEmu.Core.Gpu.State.SubStates.ClipPlaneStateStruct
ColorTestState CSPspEmu.Core.Gpu.State.SubStates.ColorTestStateStruct
DepthBufferState ScreenBufferStateStruct
DepthTestState CSPspEmu.Core.Gpu.State.SubStates.DepthTestStateStruct
DitheringState CSPspEmu.Core.Gpu.State.SubStates.DitheringStateStruct
DrawBufferState ScreenBufferStateStruct
FixColorSource ColorStruct
FogState CSPspEmu.Core.Gpu.State.SubStates.FogStateStruct
IndexAddress uint
LightingState CSPspEmu.Core.Gpu.State.SubStates.LightingStateStruct
LineSmoothState CSPspEmu.Core.Gpu.State.SubStates.LineSmoothStateStruct
LogicalOperationState CSPspEmu.Core.Gpu.State.SubStates.LogicalOperationStateStruct
MorphingState CSPspEmu.Core.Gpu.State.SubStates.MorphingStateStruct
Offset PointS
PatchCullingState CSPspEmu.Core.Gpu.State.SubStates.PatchCullingStateStruct
PatchState PatchStateStruct
ShadeModel ShadingModelEnum
SkinningState CSPspEmu.Core.Gpu.State.SubStates.SkinningStateStruct
StencilState CSPspEmu.Core.Gpu.State.SubStates.StencilStateStruct
TextureMappingState CSPspEmu.Core.Gpu.State.SubStates.TextureMappingStateStruct
TextureTransferState TextureTransferStateStruct
ToggleUpdateState bool
VertexAddress uint
VertexState CSPspEmu.Core.Gpu.State.VertexStateStruct
Viewport ViewportStruct

공개 메소드들

메소드 설명
GetAddressRelativeToBase ( uint RelativeAddress ) : uint
GetAddressRelativeToBaseOffset ( uint RelativeAddress ) : uint

메소드 상세

GetAddressRelativeToBase() 공개 메소드

public GetAddressRelativeToBase ( uint RelativeAddress ) : uint
RelativeAddress uint
리턴 uint

GetAddressRelativeToBaseOffset() 공개 메소드

public GetAddressRelativeToBaseOffset ( uint RelativeAddress ) : uint
RelativeAddress uint
리턴 uint

프로퍼티 상세

AlphaTestState 공개적으로 프로퍼티

public AlphaTestStateStruct,CSPspEmu.Core.Gpu.State.SubStates AlphaTestState
리턴 CSPspEmu.Core.Gpu.State.SubStates.AlphaTestStateStruct

BackfaceCullingState 공개적으로 프로퍼티

public BackfaceCullingStateStruct,CSPspEmu.Core.Gpu.State.SubStates BackfaceCullingState
리턴 CSPspEmu.Core.Gpu.State.SubStates.BackfaceCullingStateStruct

BaseAddress 공개적으로 프로퍼티

public uint BaseAddress
리턴 uint

BaseOffset 공개적으로 프로퍼티

public uint BaseOffset
리턴 uint

BlendingState 공개적으로 프로퍼티

public BlendingStateStruct,CSPspEmu.Core.Gpu.State.SubStates BlendingState
리턴 CSPspEmu.Core.Gpu.State.SubStates.BlendingStateStruct

ClearFlags 공개적으로 프로퍼티

A set of flags related to the clearing mode. Generally which buffers to clear.
public ClearBufferSet ClearFlags
리턴 ClearBufferSet

ClearingMode 공개적으로 프로퍼티

When set, this will changes the Draw behaviour.
public bool ClearingMode
리턴 bool

ClipPlaneState 공개적으로 프로퍼티

public ClipPlaneStateStruct,CSPspEmu.Core.Gpu.State.SubStates ClipPlaneState
리턴 CSPspEmu.Core.Gpu.State.SubStates.ClipPlaneStateStruct

ColorTestState 공개적으로 프로퍼티

public ColorTestStateStruct,CSPspEmu.Core.Gpu.State.SubStates ColorTestState
리턴 CSPspEmu.Core.Gpu.State.SubStates.ColorTestStateStruct

DepthBufferState 공개적으로 프로퍼티

public ScreenBufferStateStruct DepthBufferState
리턴 ScreenBufferStateStruct

DepthTestState 공개적으로 프로퍼티

public DepthTestStateStruct,CSPspEmu.Core.Gpu.State.SubStates DepthTestState
리턴 CSPspEmu.Core.Gpu.State.SubStates.DepthTestStateStruct

DitheringState 공개적으로 프로퍼티

public DitheringStateStruct,CSPspEmu.Core.Gpu.State.SubStates DitheringState
리턴 CSPspEmu.Core.Gpu.State.SubStates.DitheringStateStruct

DrawBufferState 공개적으로 프로퍼티

public ScreenBufferStateStruct DrawBufferState
리턴 ScreenBufferStateStruct

FixColorSource 공개적으로 프로퍼티

public ColorStruct,CSPspEmu.Core.Gpu.State FixColorSource
리턴 ColorStruct

FogState 공개적으로 프로퍼티

public FogStateStruct,CSPspEmu.Core.Gpu.State.SubStates FogState
리턴 CSPspEmu.Core.Gpu.State.SubStates.FogStateStruct

IndexAddress 공개적으로 프로퍼티

public uint IndexAddress
리턴 uint

LightingState 공개적으로 프로퍼티

public LightingStateStruct,CSPspEmu.Core.Gpu.State.SubStates LightingState
리턴 CSPspEmu.Core.Gpu.State.SubStates.LightingStateStruct

LineSmoothState 공개적으로 프로퍼티

public LineSmoothStateStruct,CSPspEmu.Core.Gpu.State.SubStates LineSmoothState
리턴 CSPspEmu.Core.Gpu.State.SubStates.LineSmoothStateStruct

LogicalOperationState 공개적으로 프로퍼티

public LogicalOperationStateStruct,CSPspEmu.Core.Gpu.State.SubStates LogicalOperationState
리턴 CSPspEmu.Core.Gpu.State.SubStates.LogicalOperationStateStruct

MorphingState 공개적으로 프로퍼티

public MorphingStateStruct,CSPspEmu.Core.Gpu.State.SubStates MorphingState
리턴 CSPspEmu.Core.Gpu.State.SubStates.MorphingStateStruct

Offset 공개적으로 프로퍼티

public PointS,CSPspEmu.Core.Gpu.State Offset
리턴 PointS

PatchCullingState 공개적으로 프로퍼티

public PatchCullingStateStruct,CSPspEmu.Core.Gpu.State.SubStates PatchCullingState
리턴 CSPspEmu.Core.Gpu.State.SubStates.PatchCullingStateStruct

PatchState 공개적으로 프로퍼티

public PatchStateStruct,CSPspEmu.Core.Gpu.State PatchState
리턴 PatchStateStruct

ShadeModel 공개적으로 프로퍼티

public ShadingModelEnum ShadeModel
리턴 ShadingModelEnum

SkinningState 공개적으로 프로퍼티

public SkinningStateStruct,CSPspEmu.Core.Gpu.State.SubStates SkinningState
리턴 CSPspEmu.Core.Gpu.State.SubStates.SkinningStateStruct

StencilState 공개적으로 프로퍼티

public StencilStateStruct,CSPspEmu.Core.Gpu.State.SubStates StencilState
리턴 CSPspEmu.Core.Gpu.State.SubStates.StencilStateStruct

TextureMappingState 공개적으로 프로퍼티

public TextureMappingStateStruct,CSPspEmu.Core.Gpu.State.SubStates TextureMappingState
리턴 CSPspEmu.Core.Gpu.State.SubStates.TextureMappingStateStruct

TextureTransferState 공개적으로 프로퍼티

public TextureTransferStateStruct TextureTransferState
리턴 TextureTransferStateStruct

ToggleUpdateState 공개적으로 프로퍼티

public bool ToggleUpdateState
리턴 bool

VertexAddress 공개적으로 프로퍼티

public uint VertexAddress
리턴 uint

VertexState 공개적으로 프로퍼티

public VertexStateStruct,CSPspEmu.Core.Gpu.State VertexState
리턴 CSPspEmu.Core.Gpu.State.VertexStateStruct

Viewport 공개적으로 프로퍼티

public ViewportStruct,CSPspEmu.Core.Gpu.State Viewport
리턴 ViewportStruct