C# 클래스 CSPspEmu.Core.Gpu.State.SubStates.TextureStateStruct.MipmapState

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Address uint
BufferWidth ushort
TextureHeight ushort
TextureWidth ushort

프로퍼티 상세

Address 공개적으로 프로퍼티

Pointer
public uint Address
리턴 uint

BufferWidth 공개적으로 프로퍼티

Data width of the image. With will be bigger. For example: Bufferwidth = 480, Width = 512, Height = 512 Texture is 512x512 but there is data just for 480x512
public ushort BufferWidth
리턴 ushort

TextureHeight 공개적으로 프로퍼티

Texture Height
public ushort TextureHeight
리턴 ushort

TextureWidth 공개적으로 프로퍼티

Texture Width
public ushort TextureWidth
리턴 ushort