mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
mesa: remove useless get_uniform_parameter() declaration
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
7a37f5ade6
commit
be7a9066d9
1 changed files with 0 additions and 3 deletions
|
|
@ -470,9 +470,6 @@ _mesa_sampler_uniforms_are_valid(const struct gl_shader_program *shProg,
|
|||
extern bool
|
||||
_mesa_sampler_uniforms_pipeline_are_valid(struct gl_pipeline_object *);
|
||||
|
||||
extern const struct gl_program_parameter *
|
||||
get_uniform_parameter(struct gl_shader_program *shProg, GLint index);
|
||||
|
||||
struct gl_builtin_uniform_element {
|
||||
const char *field;
|
||||
int tokens[STATE_LENGTH];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue