summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/BufferViewVkImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of dynamic structured buffers in Vulkanassiduous2021-03-191-10/+0
* Updated copyright noticeassiduous2021-01-011-1/+1
* Vulkan backend: code clean-upassiduous2020-12-211-2/+0
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-3/+3
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-9/+11
* More cosmetic code changesEgor Yusov2019-10-081-2/+9
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed unexplainable ValidatedCast problem on Linux/gccEgor2018-11-081-1/+1
* Refactored device object release queuesEgor Yusov2018-09-211-1/+1
* Improved performance of DeviceObjectBase::Release()Egor Yusov2018-07-251-3/+2
* Updated vulkan backend source formattingEgor Yusov2018-06-201-6/+6
* Reworked dynamic buffer mapping using ring buffersEgor Yusov2018-06-141-1/+1
* Fixed issue with storage buffer not being bound through UAV in Vulkan; fixed ...Egor Yusov2018-05-291-0/+11
* Vulkan progress:Egor Yusov2018-04-081-2/+9
* First implementation of buffer in VulkanEgor Yusov2018-04-041-2/+2
* Added vulkan backend stubEgor Yusov2018-03-161-0/+43