diff options
author | Corbin Simpson <[email protected]> | 2009-03-31 18:58:03 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-03-31 18:58:03 -0700 |
commit | ddd0c94f0440cebc5e63afc1ae0300e0f51bc0a3 (patch) | |
tree | 272658a8e5357ace93bdf91ae20739e7ae0ca005 /src/gallium/drivers/r300/r300_emit.h | |
parent | 63529c731a090c5e41c1224ca79b544243a1e570 (diff) |
r300-gallium: Add vertex shader emit.
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h index 9d92b090ace..31dbc7ab853 100644 --- a/src/gallium/drivers/r300/r300_emit.h +++ b/src/gallium/drivers/r300/r300_emit.h @@ -64,6 +64,9 @@ void r300_emit_texture(struct r300_context* r300, void r300_emit_vertex_format_state(struct r300_context* r300); +void r300_emit_vertex_shader(struct r300_context* r300, + struct r300_vertex_shader* vs); + void r300_emit_viewport_state(struct r300_context* r300, struct r300_viewport_state* viewport); |