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

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Address uint
BufferWidth ushort
TextureHeight ushort
TextureWidth ushort

Property Details

Address public property

Pointer
public uint Address
return uint

BufferWidth public 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
return ushort

TextureHeight public property

Texture Height
public ushort TextureHeight
return ushort

TextureWidth public property

Texture Width
public ushort TextureWidth
return ushort