Ben Clayton
ca884587a4
Move shaders into glsl and hlsl directories
...
Move `data/shaders` to `data/shaders/glsl`
Move `data/hlsl` to `data/shaders/hlsl`
Fix up shader paths in the cpp files to point to the new glsl location.
`data/shaders/hlsl/compile.py` still overwrites the glsl .spv files (for
now).
Issue: #723
2020-06-01 12:22:28 +01:00
Sascha Willems
53846d8b1d
Code cleanup
2020-04-20 22:13:51 +02:00
Sascha Willems
458c149c71
Code cleanup
2020-04-20 20:29:15 +02:00
Sascha Willems
b3749a90ad
Merge pull request #653 from httpdigest/master
...
Fix typos
2020-02-14 07:00:18 +01:00
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
httpdigest
5029e15ec6
Fix typos
...
http://its-not-its.info/
2020-01-12 12:56:16 +01: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