docs: gallium -> Gallium
Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6894>
This commit is contained in:
parent
9d34c99f39
commit
8f24a14175
6 changed files with 8 additions and 8 deletions
|
|
@ -112,7 +112,7 @@ Basic formatting guidelines
|
|||
- Constants, macros and enum names are ``ALL_UPPERCASE``, with \_
|
||||
between words.
|
||||
- Mesa usually uses camel case for local variables (Ex:
|
||||
``localVarname``) while gallium typically uses underscores (Ex:
|
||||
``localVarname``) while Gallium typically uses underscores (Ex:
|
||||
``local_var_name``).
|
||||
- Global variables are almost never used because Mesa should be
|
||||
thread-safe.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue