gallium/util: fix glClear with MRT by making the FS write to all cbufs
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -87,7 +87,9 @@ util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe,
|
||||
|
||||
|
||||
extern void *
|
||||
util_make_fragment_passthrough_shader(struct pipe_context *pipe);
|
||||
util_make_fragment_passthrough_shader(struct pipe_context *pipe,
|
||||
int input_semantic,
|
||||
int input_interpolate);
|
||||
|
||||
|
||||
extern void *
|
||||
|
Reference in New Issue
Block a user