glsl: whitespace cleanups.
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> v2 (Paul Berry <stereotype441@gmail.com>): Separate from "glsl: Add check for unsized arrays to glsl types". Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
committed by
Paul Berry
parent
e14abf566b
commit
5cd7eb9f07
@@ -468,7 +468,6 @@ struct glsl_type {
|
||||
: error_type;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get the type of a structure field
|
||||
*
|
||||
@@ -478,13 +477,11 @@ struct glsl_type {
|
||||
*/
|
||||
const glsl_type *field_type(const char *name) const;
|
||||
|
||||
|
||||
/**
|
||||
* Get the location of a filed within a record type
|
||||
*/
|
||||
int field_index(const char *name) const;
|
||||
|
||||
|
||||
/**
|
||||
* Query the number of elements in an array type
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user