android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
10.06k stars 4.18k forks source link

Hello HLSL #993

Closed sudonatalie closed 6 months ago

sudonatalie commented 6 months ago

Create a Hello HLSL sample app based on the Hello Vulkan project.

HLSL is now supported as a first class Vulkan shading language, and is well-supported on Android for shaders compiled with DXC. This sample application is intended to serve as an example, particularly for the gradle build configuration, necessary to use HLSL shaders in Android Studio development with the Android NDK and LunarG Vulkan SDK.

To ease code review, this PR is split into 2 commits:

These will be squashed before merging.