summaryrefslogtreecommitdiffstats
path: root/examples/example-base/example-base.cpp
Commit message (Collapse)AuthorAge
* `gfx` DebugCallback and debug layer. (#1822)Yong He2021-04-29
| | | * `gfx` DebugCallback and debug layer.
* Remove resource `Usage` from `gfx` interface. (#1813)Yong He2021-04-24
| | | | | | | | | | | | | * Fix `model-viewer` crash when using Vulkan. Fixing an issue in shader object layout creation for to make sure a correct descriptor set layout is calculated for types that need an implicit constant buffer. * Fix formatting. * Fixes. * Fix memory leak in vulkan. * Remove resource `Usage` from `gfx` interface.
* Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He2021-04-16
|
* `gfx` explicit transient resource management. (#1774)Yong He2021-03-31