Data Fields | |
struct pipe_context * | context |
struct pipe_surface * | surfaces [((PIPE_MAX_COLOR_BUFS)+1)] |
surfaces the context is drawing into | |
struct pipe_texture * | textures [PIPE_MAX_SAMPLERS] |
currently bound textures | |
struct texture_list * | textures_used |
previously bound textures, used but not flushed | |
boolean | needs_flush |
struct sct_context * | next |
Definition at line 45 of file sct.c.
struct pipe_context* sct_context::context [read] |
struct pipe_surface* sct_context::surfaces[((PIPE_MAX_COLOR_BUFS)+1)] [read] |
struct pipe_texture* sct_context::textures[PIPE_MAX_SAMPLERS] [read] |
struct texture_list* sct_context::textures_used [read] |
struct sct_context* sct_context::next [read] |