Skip to content

Commit

Permalink
Updated core, tools and fx (CMake updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Aug 6, 2023
1 parent cede1aa commit ff13e0b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DiligentFX
Submodule DiligentFX updated 1 files
+3 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion DiligentTools
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,6 @@ To verify that your environment is properly set up, try building the
[teapots sample](https://github.com/googlesamples/android-ndk/tree/master/teapots) as well as
[Vulkan Android tutorials](https://github.com/googlesamples/android-vulkan-tutorials).

Known issues:

* If native build does not find python executable, add `PYTHON_EXECUTABLE` variable to [CMake arguments in NativeApp's
build.gradle file](https://github.com/DiligentGraphics/DiligentTools/blob/master/NativeApp/Android/build.gradle#L16):
`-DPYTHON_EXECUTABLE=/Path/To/Your/Python36/python.exe`
* If native build messes up shader_list.h file, go to git and undo the changes.

Open *DiligentSamples/Android* folder with Android Studio to build and run tutorials and samples on Android.

By default, applications will run in OpenGLES mode. To run them in Vulkan mode, add the following launch flags:
Expand Down

0 comments on commit ff13e0b

Please sign in to comment.