Skip to content

Commit ff13e0b

Browse files
Updated core, tools and fx (CMake updates)
1 parent cede1aa commit ff13e0b

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

DiligentFX

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,6 @@ To verify that your environment is properly set up, try building the
312312
[teapots sample](https://github.com/googlesamples/android-ndk/tree/master/teapots) as well as
313313
[Vulkan Android tutorials](https://github.com/googlesamples/android-vulkan-tutorials).
314314

315-
Known issues:
316-
317-
* If native build does not find python executable, add `PYTHON_EXECUTABLE` variable to [CMake arguments in NativeApp's
318-
build.gradle file](https://github.com/DiligentGraphics/DiligentTools/blob/master/NativeApp/Android/build.gradle#L16):
319-
`-DPYTHON_EXECUTABLE=/Path/To/Your/Python36/python.exe`
320-
* If native build messes up shader_list.h file, go to git and undo the changes.
321-
322315
Open *DiligentSamples/Android* folder with Android Studio to build and run tutorials and samples on Android.
323316

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

0 commit comments

Comments
 (0)