ReactOS 0.4.17-dev-934-g091855f
D3DX10_IMAGE_LOAD_INFO Struct Reference

#include <d3dx10tex.h>

Collaboration diagram for D3DX10_IMAGE_LOAD_INFO:

Public Attributes

UINT Width
 
UINT Height
 
UINT Depth
 
UINT FirstMipLevel
 
UINT MipLevels
 
D3D10_USAGE Usage
 
UINT BindFlags
 
UINT CpuAccessFlags
 
UINT MiscFlags
 
DXGI_FORMAT Format
 
UINT Filter
 
UINT MipFilter
 
D3DX10_IMAGE_INFO * pSrcInfo
 

Detailed Description

Definition at line 70 of file d3dx10tex.h.

Member Data Documentation

◆ BindFlags

UINT D3DX10_IMAGE_LOAD_INFO::BindFlags

Definition at line 78 of file d3dx10tex.h.

Referenced by create_d3d_texture(), and load_texture_data().

◆ CpuAccessFlags

UINT D3DX10_IMAGE_LOAD_INFO::CpuAccessFlags

Definition at line 79 of file d3dx10tex.h.

Referenced by load_texture_data().

◆ Depth

UINT D3DX10_IMAGE_LOAD_INFO::Depth

Definition at line 74 of file d3dx10tex.h.

Referenced by load_texture_data().

◆ Filter

UINT D3DX10_IMAGE_LOAD_INFO::Filter

Definition at line 82 of file d3dx10tex.h.

Referenced by load_texture_data().

◆ FirstMipLevel

UINT D3DX10_IMAGE_LOAD_INFO::FirstMipLevel

Definition at line 75 of file d3dx10tex.h.

Referenced by load_texture_data().

◆ Format

DXGI_FORMAT D3DX10_IMAGE_LOAD_INFO::Format

Definition at line 81 of file d3dx10tex.h.

Referenced by create_d3d_texture(), and load_texture_data().

◆ Height

UINT D3DX10_IMAGE_LOAD_INFO::Height

Definition at line 73 of file d3dx10tex.h.

Referenced by create_d3d_texture(), and load_texture_data().

◆ MipFilter

UINT D3DX10_IMAGE_LOAD_INFO::MipFilter

Definition at line 83 of file d3dx10tex.h.

Referenced by load_texture_data().

◆ MipLevels

UINT D3DX10_IMAGE_LOAD_INFO::MipLevels

Definition at line 76 of file d3dx10tex.h.

Referenced by create_d3d_texture(), and load_texture_data().

◆ MiscFlags

UINT D3DX10_IMAGE_LOAD_INFO::MiscFlags

Definition at line 80 of file d3dx10tex.h.

Referenced by create_d3d_texture(), and load_texture_data().

◆ pSrcInfo

D3DX10_IMAGE_INFO* D3DX10_IMAGE_LOAD_INFO::pSrcInfo

Definition at line 84 of file d3dx10tex.h.

Referenced by load_texture_data().

◆ Usage

D3D10_USAGE D3DX10_IMAGE_LOAD_INFO::Usage

Definition at line 77 of file d3dx10tex.h.

Referenced by create_d3d_texture(), and load_texture_data().

◆ Width

UINT D3DX10_IMAGE_LOAD_INFO::Width

Definition at line 72 of file d3dx10tex.h.

Referenced by create_d3d_texture(), and load_texture_data().


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