ReactOS 0.4.15-dev-7953-g1f49173
wined3d_format_texture_info Struct Reference
Collaboration diagram for wined3d_format_texture_info:

Public Attributes

enum wined3d_format_id id
 
GLint gl_internal
 
GLint gl_srgb_internal
 
GLint gl_rt_internal
 
GLint gl_format
 
GLint gl_type
 
unsigned int conv_byte_count
 
unsigned int flags
 
enum wined3d_gl_extension extension
 
void(* upload )(const BYTE *src, BYTE *dst, unsigned int src_row_pitch, unsigned int src_slice_pitch, unsigned int dst_row_pitch, unsigned int dst_slice_pitch, unsigned int width, unsigned int height, unsigned int depth)
 
void(* download )(const BYTE *src, BYTE *dst, unsigned int src_row_pitch, unsigned int src_slice_pitch, unsigned int dst_row_pitch, unsigned int dst_slice_pitch, unsigned int width, unsigned int height, unsigned int depth)
 

Detailed Description

Definition at line 426 of file utils.c.

Member Data Documentation

◆ conv_byte_count

unsigned int wined3d_format_texture_info::conv_byte_count

Definition at line 434 of file utils.c.

◆ download

void(* wined3d_format_texture_info::download) (const BYTE *src, BYTE *dst, unsigned int src_row_pitch, unsigned int src_slice_pitch, unsigned int dst_row_pitch, unsigned int dst_slice_pitch, unsigned int width, unsigned int height, unsigned int depth)

Definition at line 440 of file utils.c.

◆ extension

enum wined3d_gl_extension wined3d_format_texture_info::extension

Definition at line 436 of file utils.c.

◆ flags

unsigned int wined3d_format_texture_info::flags

Definition at line 435 of file utils.c.

Referenced by query_internal_format().

◆ gl_format

GLint wined3d_format_texture_info::gl_format

Definition at line 432 of file utils.c.

◆ gl_internal

GLint wined3d_format_texture_info::gl_internal

Definition at line 429 of file utils.c.

◆ gl_rt_internal

GLint wined3d_format_texture_info::gl_rt_internal

Definition at line 431 of file utils.c.

◆ gl_srgb_internal

GLint wined3d_format_texture_info::gl_srgb_internal

Definition at line 430 of file utils.c.

◆ gl_type

GLint wined3d_format_texture_info::gl_type

Definition at line 433 of file utils.c.

◆ id

enum wined3d_format_id wined3d_format_texture_info::id

Definition at line 428 of file utils.c.

◆ upload

void(* wined3d_format_texture_info::upload) (const BYTE *src, BYTE *dst, unsigned int src_row_pitch, unsigned int src_slice_pitch, unsigned int dst_row_pitch, unsigned int dst_slice_pitch, unsigned int width, unsigned int height, unsigned int depth)

Definition at line 437 of file utils.c.


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