diff options
author | Keith Whitwell <[email protected]> | 2010-06-07 19:37:44 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-06-07 19:38:30 +0100 |
commit | 9d343f4ba18e506942a9c1f70f0ccae1309d7ece (patch) | |
tree | 83e831d7746421b1955ecff5bf24c68e31008a49 /src/gallium/include/state_tracker | |
parent | eb430046de33db2e2e182e9fa2462e2fef163ca0 (diff) |
graw: add parse_geometry_shader helper
Diffstat (limited to 'src/gallium/include/state_tracker')
-rw-r--r-- | src/gallium/include/state_tracker/graw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/include/state_tracker/graw.h b/src/gallium/include/state_tracker/graw.h index e5b298e03d9..59b0e337c92 100644 --- a/src/gallium/include/state_tracker/graw.h +++ b/src/gallium/include/state_tracker/graw.h @@ -34,6 +34,9 @@ PUBLIC struct pipe_screen *graw_create_window_and_screen( int x, PUBLIC void graw_set_display_func( void (*func)( void ) ); PUBLIC void graw_main_loop( void ); +PUBLIC void *graw_parse_geometry_shader( struct pipe_context *pipe, + const char *text ); + PUBLIC void *graw_parse_vertex_shader( struct pipe_context *pipe, const char *text ); |