st_renderbuffer Struct Reference

Derived renderbuffer class. More...

Collaboration diagram for st_renderbuffer:

Collaboration graph
[legend]

Data Fields

struct gl_renderbuffer Base
struct pipe_texturetexture
struct pipe_surfacesurface
enum pipe_format format
struct st_texture_objectrtt
 preferred format, or PIPE_FORMAT_NONE
int rtt_level
int rtt_face
int rtt_slice
struct pipe_texturetexture_save
 Render to texture state.
struct pipe_surfacesurface_save

Detailed Description

Derived renderbuffer class.

Just need to add a pointer to the pipe surface.

Definition at line 41 of file st_cb_fbo.h.


Field Documentation

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.

enum pipe_format st_renderbuffer::format

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.

int st_renderbuffer::rtt_level

Definition at line 49 of file st_cb_fbo.h.

int st_renderbuffer::rtt_face

Definition at line 49 of file st_cb_fbo.h.

int st_renderbuffer::rtt_slice

Definition at line 49 of file st_cb_fbo.h.

struct pipe_texture* st_renderbuffer::texture_save [read]

Render to texture state.

Definition at line 52 of file st_cb_fbo.h.

struct pipe_surface* st_renderbuffer::surface_save [read]

Definition at line 53 of file st_cb_fbo.h.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:06 2009 for Gallium3D by  doxygen 1.5.4