summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/interface/SwapChainVk.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* External Vulkan SwapChain supports-ol2021-03-271-3/+4
* Updated copyright noticeassiduous2021-01-011-1/+1
* disable vulkan extensions if disabled volkazhirnov2020-08-251-2/+0
* Reworked C interface to optimize inheritance handlingassiduous2020-01-291-8/+4
* Reworked interface definitions to use DILIGENT_BEGIN_INTERFACE/DILIGENT_END_I...assiduous2020-01-281-6/+2
* Reworked C inteface method calls to use CALL_IFACE_METHOD macroassiduous2020-01-281-1/+1
* Implemented C interface for Vulkan backendassiduous2020-01-281-7/+33
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted headers of GraphicsEngineVulkan projectEgor Yusov2019-11-241-3/+2
* Updated descriptions of backend-specific interfacesEgor Yusov2019-11-091-1/+1
* Renamed External to ThirdPartyEgor Yusov2019-09-171-1/+1
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Fixed SwapChainVk.hEgor Yusov2019-03-081-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Reworked binding default frame buffer to keep references to current RTV and D...Egor Yusov2018-07-021-9/+0
* Implemented present in Vulkan swap chain; implemented clear color & depth out...Egor Yusov2018-04-211-10/+4
* Updated CommandQueueVkImpl; implemened RenderDeviceVkImpl initializationEgor Yusov2018-03-181-1/+1
* Added vulkan backend stubEgor Yusov2018-03-161-0/+65