Fix a few typos
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
e17dc004fd
commit
05e7f7f438
78 changed files with 103 additions and 103 deletions
|
|
@ -1191,7 +1191,7 @@ emit_inline_matrix_constructor(const glsl_type *type,
|
|||
*
|
||||
* - Construct a matrix from an arbirary combination of vectors and
|
||||
* scalars. The components of the constructor parameters are assigned
|
||||
* to the matrix in colum-major order until the matrix is full.
|
||||
* to the matrix in column-major order until the matrix is full.
|
||||
*
|
||||
* - Construct a matrix from a single matrix. The source matrix is copied
|
||||
* to the upper left portion of the constructed matrix, and the remaining
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue