OSDN Git Service

Merge "Remove constraint on touch location." into oc-dr1-dev
[android-x86/frameworks-native.git] / vulkan / README.md
index 44747fd..9fba728 100644 (file)
@@ -22,7 +22,7 @@ We generate several parts of the loader and tools from a Vulkan API description
 - You should now have `$GOPATH/bin/apic`. You might want to add `$GOPATH/bin` to your `$PATH`.
 
 ### Generating code
-To generate `libvulkan/dispatch_gen.*`,
+To generate `libvulkan/*_gen.*`,
 - `$ cd libvulkan`
-- `$ apic template ../api/vulkan.api dispatch.tmpl`
-Similar for `nulldrv/null_driver_gen.*`.
\ No newline at end of file
+- `$ apic template ../api/vulkan.api code-generator.tmpl`
+Similar for `nulldrv/null_driver_gen.*`.