C# Class HaloMap.DDSFunctions.DDS.DDSURFACEDESC2

The ddsurfacedes c 2.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
MipMapCount int
PitchOrLinearSize int
Reserved1 int[]
Reserved2 int
ddfPixelFormat DDPIXELFORMAT
ddsCaps DDSCAPS2
depth int
flags int
height int
size_of_structure int
width int

Public Methods

Method Description
generate ( ParsedBitmap &b2 ) : void

The generate.

readStruct ( BinaryReader &br ) : void

The read struct.

writeStruct ( BinaryWriter &bw ) : void

The write struct.

Method Details

generate() public method

The generate.
public generate ( ParsedBitmap &b2 ) : void
b2 ParsedBitmap The b 2.
return void

readStruct() public method

The read struct.
public readStruct ( BinaryReader &br ) : void
br BinaryReader The br.
return void

writeStruct() public method

The write struct.
public writeStruct ( BinaryWriter &bw ) : void
bw BinaryWriter The bw.
return void

Property Details

MipMapCount public_oe property

The mip map count.
public int MipMapCount
return int

PitchOrLinearSize public_oe property

The pitch or linear size.
public int PitchOrLinearSize
return int

Reserved1 public_oe property

The reserved 1.
public int[] Reserved1
return int[]

Reserved2 public_oe property

The reserved 2.
public int Reserved2
return int

ddfPixelFormat public_oe property

The ddf pixel format.
public DDPIXELFORMAT ddfPixelFormat
return DDPIXELFORMAT

ddsCaps public_oe property

The dds caps.
public DDSCAPS2 ddsCaps
return DDSCAPS2

depth public_oe property

The depth.
public int depth
return int

flags public_oe property

The flags.
public int flags
return int

height public_oe property

The height.
public int height
return int

size_of_structure public_oe property

The size_of_structure.
public int size_of_structure
return int

width public_oe property

The width.
public int width
return int