mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
glsl: fix whitespace
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
parent
814b7d1ab9
commit
6994ca20aa
1 changed files with 1 additions and 1 deletions
|
|
@ -6357,7 +6357,7 @@ ast_interface_block::hir(exec_list *instructions,
|
|||
const glsl_type *block_array_type =
|
||||
process_array_type(&loc, block_type, this->array_specifier, state);
|
||||
|
||||
/* From section 4.3.9 (Interface Blocks) of the GLSL ES 3.10 spec:
|
||||
/* From section 4.3.9 (Interface Blocks) of the GLSL ES 3.10 spec:
|
||||
*
|
||||
* * Arrays of arrays of blocks are not allowed
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue