ir_to_mesa: typo fix in a comment.
This commit is contained in:
@@ -1415,9 +1415,9 @@ ir_to_mesa_visitor::visit(ir_dereference_variable *ir)
|
|||||||
case ir_var_in:
|
case ir_var_in:
|
||||||
case ir_var_inout:
|
case ir_var_inout:
|
||||||
/* The linker assigns locations for varyings and attributes,
|
/* The linker assigns locations for varyings and attributes,
|
||||||
* including deprecated builtins (like gl_Color), user-assign
|
* including deprecated builtins (like gl_Color),
|
||||||
* generic attributes (glBindVertexLocation), and
|
* user-assigned generic attributes (glBindVertexLocation),
|
||||||
* user-defined varyings.
|
* and user-defined varyings.
|
||||||
*
|
*
|
||||||
* FINISHME: We would hit this path for function arguments. Fix!
|
* FINISHME: We would hit this path for function arguments. Fix!
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user