mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
vc4: Fix some broken indentation.
This commit is contained in:
parent
d7a0502a54
commit
ebff93ac19
1 changed files with 1 additions and 1 deletions
|
|
@ -1742,7 +1742,7 @@ vc4_setup_shared_key(struct vc4_key *key, struct vc4_texture_stateobj *texstate)
|
|||
for (int i = 0; i < texstate->num_textures; i++) {
|
||||
struct pipe_sampler_view *sampler = texstate->textures[i];
|
||||
struct pipe_sampler_state *sampler_state =
|
||||
texstate->samplers[i];
|
||||
texstate->samplers[i];
|
||||
|
||||
if (sampler) {
|
||||
struct pipe_resource *prsc = sampler->texture;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue