ReactOS 0.4.15-dev-7961-gdcf9eb0
wined3d_resource_desc Struct Reference

#include <wined3d.h>

Collaboration diagram for wined3d_resource_desc:

Public Attributes

enum wined3d_resource_type resource_type
 
enum wined3d_format_id format
 
enum wined3d_multisample_type multisample_type
 
unsigned int multisample_quality
 
unsigned int usage
 
unsigned int access
 
unsigned int width
 
unsigned int height
 
unsigned int depth
 
unsigned int size
 

Detailed Description

Definition at line 1750 of file wined3d.h.

Member Data Documentation

◆ access

◆ depth

unsigned int wined3d_resource_desc::depth

Definition at line 1760 of file wined3d.h.

Referenced by ddraw_surface_create(), swapchain_init(), and wined3d_device_reset().

◆ format

enum wined3d_format_id wined3d_resource_desc::format

Definition at line 1753 of file wined3d.h.

Referenced by ddraw_surface_create(), swapchain_init(), and wined3d_device_reset().

◆ height

unsigned int wined3d_resource_desc::height

Definition at line 1759 of file wined3d.h.

Referenced by ddraw_surface_create(), swapchain_init(), and wined3d_device_reset().

◆ multisample_quality

unsigned int wined3d_resource_desc::multisample_quality

Definition at line 1755 of file wined3d.h.

Referenced by ddraw_surface_create(), swapchain_init(), and wined3d_device_reset().

◆ multisample_type

enum wined3d_multisample_type wined3d_resource_desc::multisample_type

Definition at line 1754 of file wined3d.h.

Referenced by ddraw_surface_create(), swapchain_init(), and wined3d_device_reset().

◆ resource_type

enum wined3d_resource_type wined3d_resource_desc::resource_type

Definition at line 1752 of file wined3d.h.

Referenced by ddraw_surface_create(), swapchain_init(), and wined3d_device_reset().

◆ size

◆ usage

◆ width

unsigned int wined3d_resource_desc::width

Definition at line 1758 of file wined3d.h.

Referenced by ddraw_surface_create(), swapchain_init(), and wined3d_device_reset().


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