Loading vulkan/README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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` - `$ apic template ../api/vulkan.api code-generator.tmpl` Similar for `nulldrv/null_driver_gen.*`. vulkan/libvulkan/Android.mk +3 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ LOCAL_CLANG := true LOCAL_SANITIZE := integer LOCAL_CFLAGS := -DLOG_TAG=\"vulkan\" \ -DVK_USE_PLATFORM_ANDROID_KHR \ -std=c99 -fvisibility=hidden -fstrict-aliasing \ -Weverything -Werror \ -Wno-padded \ Loading @@ -38,6 +39,8 @@ LOCAL_C_INCLUDES := \ system/core/libsync/include LOCAL_SRC_FILES := \ api.cpp \ api_gen.cpp \ debug_report.cpp \ dispatch_gen.cpp \ layers_extensions.cpp \ Loading Loading
vulkan/README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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` - `$ apic template ../api/vulkan.api code-generator.tmpl` Similar for `nulldrv/null_driver_gen.*`.
vulkan/libvulkan/Android.mk +3 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ LOCAL_CLANG := true LOCAL_SANITIZE := integer LOCAL_CFLAGS := -DLOG_TAG=\"vulkan\" \ -DVK_USE_PLATFORM_ANDROID_KHR \ -std=c99 -fvisibility=hidden -fstrict-aliasing \ -Weverything -Werror \ -Wno-padded \ Loading @@ -38,6 +39,8 @@ LOCAL_C_INCLUDES := \ system/core/libsync/include LOCAL_SRC_FILES := \ api.cpp \ api_gen.cpp \ debug_report.cpp \ dispatch_gen.cpp \ layers_extensions.cpp \ Loading