C# Class CSPspEmu.Core.Gpu.State.SubStates.TextureStateStruct.MipmapState

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
Address uint
BufferWidth ushort
TextureHeight ushort
TextureWidth ushort

Property Details

Address public_oe property

Pointer
public uint Address
Résultat uint

BufferWidth public_oe property

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
Résultat ushort

TextureHeight public_oe property

Texture Height
public ushort TextureHeight
Résultat ushort

TextureWidth public_oe property

Texture Width
public ushort TextureWidth
Résultat ushort