Ver código fonte

mesa: additional case in file_string()

tags/mesa_7_3_rc1
Brian Paul 17 anos atrás
pai
commit
bc7d2c4f51
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      src/mesa/shader/prog_print.c

+ 2
- 0
src/mesa/shader/prog_print.c Ver arquivo

@@ -71,6 +71,8 @@ file_string(enum register_file f, gl_prog_print_mode mode)
return "ADDR";
case PROGRAM_SAMPLER:
return "SAMPLER";
case PROGRAM_UNDEFINED:
return "UNDEFINED";
default:
return "Unknown program file!";
}

Carregando…
Cancelar
Salvar