sct_context Struct Reference

Collaboration diagram for sct_context:

Collaboration graph
[legend]

Data Fields

struct pipe_contextcontext
struct pipe_surfacesurfaces [((PIPE_MAX_COLOR_BUFS)+1)]
 surfaces the context is drawing into
struct pipe_texturetextures [PIPE_MAX_SAMPLERS]
 currently bound textures
struct texture_listtextures_used
 previously bound textures, used but not flushed
boolean needs_flush
struct sct_contextnext

Detailed Description

Definition at line 45 of file sct.c.


Field Documentation

struct pipe_context* sct_context::context [read]

Definition at line 47 of file sct.c.

struct pipe_surface* sct_context::surfaces[((PIPE_MAX_COLOR_BUFS)+1)] [read]

surfaces the context is drawing into

Definition at line 50 of file sct.c.

struct pipe_texture* sct_context::textures[PIPE_MAX_SAMPLERS] [read]

currently bound textures

Definition at line 53 of file sct.c.

struct texture_list* sct_context::textures_used [read]

previously bound textures, used but not flushed

Definition at line 56 of file sct.c.

boolean sct_context::needs_flush

Definition at line 58 of file sct.c.

struct sct_context* sct_context::next [read]

Definition at line 60 of file sct.c.


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