Sascha Willems
d0211d1f14
Replaced per-sample validation define with global define in base class
...
Toggling validation via command line arguments is the preferred way anyway
Define was also added as a CMake option
2023-12-30 13:15:37 +01:00
Sascha Willems
165e20db9e
Code cleanup
...
Comments
2023-12-28 20:37:39 +01:00
Stephen Saunders
ef02a20d5d
MoltenVK-specific fixes for descriptorindexing and oit examples
2022-08-05 00:27:58 -04:00
Stephen Saunders
279c95422d
Implement viewChanged() in multiple examples for proper window resize handling, fix triangle example resizing on macOS
2022-07-07 09:57:01 -04:00
Sascha Willems
cd6882395d
Added barrier between fragment shader write and read
2021-11-28 21:01:00 +01:00
Sascha Willems
fce1c93266
SSBOs are now device local
...
Heavily increases performance of this sample
Fixes #905
2021-11-28 11:16:35 +01:00
Sascha Willems
3b1ff1eece
Ray tracing samples can now also use the UI overlay
...
General cleanup, changed default settings.overlay value
2021-08-28 12:59:10 +02:00
Sascha Willems
e04c084312
Use push constants for fixed object data, some minor code cleanup
2020-08-21 17:27:54 +02:00
Sascha Willems
2083a9839c
Added Android build files and screenshot for order independent transparency sample
2020-08-21 10:12:55 +02:00
daemyung jang
82747df540
Add Order Independent Transparency example ( #755 )
...
* Add Order Independent Transparency example
* Update README.md
* Add copyright at Order Independent Transparency example
* Disable the validation by default
2020-08-21 09:27:06 +02:00