ReactOS 0.4.16-dev-555-g690643f
|
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) |
enum wined3d_gl_extension wined3d_format_texture_info::extension |
Definition at line 435 of file utils.c.
Referenced by query_internal_format().
enum wined3d_format_id wined3d_format_texture_info::id |