C# Class HaloMap.DDSFunctions.DDS.DDSURFACEDESC2

The ddsurfacedes c 2.
Show file 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 property

The mip map count.
public int MipMapCount
return int

PitchOrLinearSize public property

The pitch or linear size.
public int PitchOrLinearSize
return int

Reserved1 public property

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

Reserved2 public property

The reserved 2.
public int Reserved2
return int

ddfPixelFormat public property

The ddf pixel format.
public DDPIXELFORMAT ddfPixelFormat
return DDPIXELFORMAT

ddsCaps public property

The dds caps.
public DDSCAPS2 ddsCaps
return DDSCAPS2

depth public property

The depth.
public int depth
return int

flags public property

The flags.
public int flags
return int

height public property

The height.
public int height
return int

size_of_structure public property

The size_of_structure.
public int size_of_structure
return int

width public property

The width.
public int width
return int