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

Mostrar archivo Open project: soywiz/cspspemu

Public Properties

Property Type Description
Address uint
BufferWidth ushort
TextureHeight ushort
TextureWidth ushort

Property Details

Address public_oe property

Pointer
public uint Address
return 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
return ushort

TextureHeight public_oe property

Texture Height
public ushort TextureHeight
return ushort

TextureWidth public_oe property

Texture Width
public ushort TextureWidth
return ushort