mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-03 14:09:33 +03:00
Update documentation link
Bug: chromium:1288548 Change-Id: Ie53dccb39f6cbf9b12595944c70018d95a7a1438 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3399253 Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org>
This commit is contained in:
committed by
Angle LUCI CQ
parent
f071aaaf36
commit
af8dd1c388
@@ -35,8 +35,8 @@ This will catch most of the trivial formatting errors and save you time.
|
||||
* {DO} use nullptr (instead of 0 or NULL) for pointers.
|
||||
* {DO} use size\_t for loop iterators and size values.
|
||||
* {DO} use uint8\_t pointers instead of void pointers to denote binary data.
|
||||
* {DO} use C++11/14 according to the
|
||||
[Chromium C++ 11/14 guide](https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++11.md).
|
||||
* {DO} use C++11/14/17 according to the
|
||||
[Chromium C++ features guide](https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++-features.md).
|
||||
|
||||
### [Naming](https://google.github.io/styleguide/cppguide.html#Naming)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user