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
Brad Davis
e0b557606c
Forcing tabs
2020-01-03 09:39:28 -08:00
Brad Davis
19f80fe423
Fix submit wait stages, support same family for graphics & compute
2020-01-03 09:25:24 -08:00
Brad Davis
055d90ea30
Fix validation and improve sync for computecloth
2020-01-02 13:04:03 -08:00
saschawillems
c1c4f06a23
Updated samples to explicitly call drawUI (updated ImGUI version), some code cleanup, removed no-longer necessary UI setup
...
Refs #496
2018-08-30 21:08:02 +02:00
Sascha Willems
0efc16b149
Merge pull request #463 from Ekzuzy/computecloth
...
Computecloth - fixed problem with synchronization of uniform buffer data updates
2018-04-27 18:31:37 +02:00
Pawel Lapinski
3ffc279c97
computecloth - fixed problem with uniform buffer data update synchronization.
2018-04-16 10:56:04 +02:00
saschawillems
1b8343d67b
General code cleanup
...
Fixes #442 , Closes #379
2018-04-13 18:06:30 +02:00
saschawillems
9e073bdd3b
Fixed random seed when run in benchmark mode, use default random engine instead of fixed mersene twister
...
Refs #269
2018-01-18 21:31:19 +01:00
saschawillems
94a076e1ae
Moved example source files into sub folder
2017-11-12 19:32:09 +01:00