Data Fields | |
struct gl_renderbuffer | Base |
struct pipe_texture * | texture |
struct pipe_surface * | surface |
enum pipe_format | format |
struct st_texture_object * | rtt |
preferred format, or PIPE_FORMAT_NONE | |
int | rtt_level |
int | rtt_face |
int | rtt_slice |
struct pipe_texture * | texture_save |
Render to texture state. | |
struct pipe_surface * | surface_save |
Just need to add a pointer to the pipe surface.
Definition at line 41 of file st_cb_fbo.h.
struct gl_renderbuffer st_renderbuffer::Base [read] |
Definition at line 43 of file st_cb_fbo.h.
struct pipe_texture* st_renderbuffer::texture [read] |
Definition at line 44 of file st_cb_fbo.h.
struct pipe_surface* st_renderbuffer::surface [read] |
Definition at line 45 of file st_cb_fbo.h.
Definition at line 46 of file st_cb_fbo.h.
struct st_texture_object* st_renderbuffer::rtt [read] |
preferred format, or PIPE_FORMAT_NONE
GL render to texture's texture
Definition at line 48 of file st_cb_fbo.h.
Definition at line 49 of file st_cb_fbo.h.
Definition at line 49 of file st_cb_fbo.h.
Definition at line 49 of file st_cb_fbo.h.
struct pipe_texture* st_renderbuffer::texture_save [read] |
struct pipe_surface* st_renderbuffer::surface_save [read] |
Definition at line 53 of file st_cb_fbo.h.