C# Class Gibbed.Squish.DdsHeader

Show file Open project: yole/Gibbed.RED Class Usage Examples

Public Properties

Property Type Description
m_cubemapFlags uint
m_depth uint
m_headerFlags uint
m_height uint
m_mipMapCount uint
m_pitchOrLinearSize uint
m_pixelFormat DdsPixelFormat
m_reserved1_0 uint
m_reserved1_1 uint
m_reserved1_10 uint
m_reserved1_2 uint
m_reserved1_3 uint
m_reserved1_4 uint
m_reserved1_5 uint
m_reserved1_6 uint
m_reserved1_7 uint
m_reserved1_8 uint
m_reserved1_9 uint
m_reserved2_0 uint
m_reserved2_1 uint
m_reserved2_2 uint
m_size uint
m_surfaceFlags uint
m_width uint

Public Methods

Method Description
DdsHeader ( ) : System
Read ( System input ) : void
Size ( ) : uint

Method Details

DdsHeader() public method

public DdsHeader ( ) : System
return System

Read() public method

public Read ( System input ) : void
input System
return void

Size() public method

public Size ( ) : uint
return uint

Property Details

m_cubemapFlags public property

public uint m_cubemapFlags
return uint

m_depth public property

public uint m_depth
return uint

m_headerFlags public property

public uint m_headerFlags
return uint

m_height public property

public uint m_height
return uint

m_mipMapCount public property

public uint m_mipMapCount
return uint

m_pitchOrLinearSize public property

public uint m_pitchOrLinearSize
return uint

m_pixelFormat public property

public DdsPixelFormat,Gibbed.Squish m_pixelFormat
return DdsPixelFormat

m_reserved1_0 public property

public uint m_reserved1_0
return uint

m_reserved1_1 public property

public uint m_reserved1_1
return uint

m_reserved1_10 public property

public uint m_reserved1_10
return uint

m_reserved1_2 public property

public uint m_reserved1_2
return uint

m_reserved1_3 public property

public uint m_reserved1_3
return uint

m_reserved1_4 public property

public uint m_reserved1_4
return uint

m_reserved1_5 public property

public uint m_reserved1_5
return uint

m_reserved1_6 public property

public uint m_reserved1_6
return uint

m_reserved1_7 public property

public uint m_reserved1_7
return uint

m_reserved1_8 public property

public uint m_reserved1_8
return uint

m_reserved1_9 public property

public uint m_reserved1_9
return uint

m_reserved2_0 public property

public uint m_reserved2_0
return uint

m_reserved2_1 public property

public uint m_reserved2_1
return uint

m_reserved2_2 public property

public uint m_reserved2_2
return uint

m_size public property

public uint m_size
return uint

m_surfaceFlags public property

public uint m_surfaceFlags
return uint

m_width public property

public uint m_width
return uint