ReactOS 0.4.16-dev-937-g7afcd2a
dds_frame_info Struct Reference
Collaboration diagram for dds_frame_info:

Public Attributes

UINT width
 
UINT height
 
DXGI_FORMAT format
 
UINT bytes_per_block
 
UINT block_width
 
UINT block_height
 
UINT width_in_blocks
 
UINT height_in_blocks
 
const GUIDpixel_format
 
UINT pixel_format_bpp
 

Detailed Description

Definition at line 128 of file ddsformat.c.

Member Data Documentation

◆ block_height

UINT dds_frame_info::block_height

Definition at line 134 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ block_width

UINT dds_frame_info::block_width

Definition at line 133 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ bytes_per_block

UINT dds_frame_info::bytes_per_block

Definition at line 132 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ format

DXGI_FORMAT dds_frame_info::format

Definition at line 131 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ height

UINT dds_frame_info::height

Definition at line 130 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ height_in_blocks

UINT dds_frame_info::height_in_blocks

Definition at line 136 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ pixel_format

const GUID* dds_frame_info::pixel_format

Definition at line 137 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ pixel_format_bpp

UINT dds_frame_info::pixel_format_bpp

Definition at line 138 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ width

UINT dds_frame_info::width

Definition at line 129 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().

◆ width_in_blocks

UINT dds_frame_info::width_in_blocks

Definition at line 135 of file ddsformat.c.

Referenced by DdsDecoder_Dds_GetFrame().


The documentation for this struct was generated from the following file: