Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 423681f2 authored by Hugues Evrard's avatar Hugues Evrard Committed by Automerger Merge Worker
Browse files

Merge "Fix typo" am: 4c6f7f9d am: 2e7720e0 am: bc77e6c9 am: 6cc6af1d

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1756630

Change-Id: I389813b591f7e8042d9dfda4073685af01138835
parents fdc25526 6cc6af1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Use "clang-format -style=file" to format all C/C++ code, except code imported ve

## Code Generation

We generate several parts of the loader and tools driectly from the Vulkan Registry (external/vulkan-headers/registry/vk.xml). Code generation must be done manually because the generator is not part of the platform toolchain (yet?). Files named `foo_gen.*` are generated by the code generator.
We generate several parts of the loader and tools directly from the Vulkan Registry (external/vulkan-headers/registry/vk.xml). Code generation must be done manually because the generator is not part of the platform toolchain (yet?). Files named `foo_gen.*` are generated by the code generator.

### Run The Code Generator