summaryrefslogtreecommitdiffstats
path: root/tools/graphics-app-framework/windows/win-window.cpp
Commit message (Collapse)AuthorAge
* Refactor window library. (#1739)Yong He2021-03-08
| | | | | | | * Refactor window library. * Fix project file * Fix warnings.
* Bug fix in window creation. (#1738)Yong He2021-03-07
|
* Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He2021-03-04
| | | | | | | | | | | | | * Refactor `gfx` to surface `CommandBuffer` interface. * Fixes. * Fix code review issues, and make vulkan runnable on devices without VK_EXT_extended_dynamic_states. * Update solution files * Move out-of-date examples to examples/experimental Co-authored-by: Yong He <yhe@nvidia.com>
* [gfx] Shader-object driven shader compilation. (#1688)Yong He2021-02-04
|
* COM-ify all slang-gfx interfaces. (#1656)Yong He2021-01-14
| | | * COM-ify all slang-gfx interfaces.
* Refactor GUI/Window utils out of gfx library (#1649)Yong He2021-01-06
Co-authored-by: Yong He <yhe@nvidia.com>