procedural-3d-engine/examples/computecloth
Hugues Evrard 4e48b38928 Fix Android build of computecloth demo
The NDK compiler currently fails with:

```
examples/computecloth/computecloth.cpp:71:23: error: cannot
initialize a member subobject of type 'VkSemaphore' (aka 'unsigned
long long') with an rvalue of type 'nullptr_t'
                          VkSemaphore ready{ nullptr };
```
2020-01-15 16:29:47 +00:00
..
computecloth.cpp Fix Android build of computecloth demo 2020-01-15 16:29:47 +00:00