D | builtin_variables.cpp | 362 void add_field(int slot, const glsl_type *type, int precision, 380 per_vertex_accumulator::add_field(int slot, const glsl_type *type, in add_field() function in __anon217c19b00111::per_vertex_accumulator 1484 this->per_vertex_in.add_field(slot, type, precision, name, interp); in add_varying() 1487 this->per_vertex_out.add_field(slot, type, precision, name, interp); in add_varying()
|