summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan/src/SamplerVkImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright noticeassiduous2021-01-011-1/+1
* Vulkan backend: code clean-upassiduous2020-12-211-2/+0
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-2/+2
* Checks can be simplified "(A && B) || (!A && !B) same A == B", fiters => filt...Mark Nefedov2020-05-081-6/+4
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-2/+2
* Renamed .h -> .hpp in GraphicsEngineVulkan projectassiduous2020-01-261-3/+3
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-261-1/+1
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-241-22/+26
* More cosmetic code changesEgor Yusov2019-10-081-1/+6
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* A bunch of minor changes to fix clang warnings and errorsEgor Yusov2018-12-241-4/+4
* Refactored device object release queuesEgor Yusov2018-09-211-1/+1
* Improved performance of DeviceObjectBase::Release()Egor Yusov2018-07-251-2/+1
* Added Development configuration tests in Vulkan backend; fixed code formattingEgor Yusov2018-07-191-6/+14
* Updated vulkan backend source formattingEgor Yusov2018-06-201-1/+1
* Reworked dynamic buffer mapping using ring buffersEgor Yusov2018-06-141-1/+1
* Implemented vulkan sampler creationEgor Yusov2018-04-151-21/+33
* Added vulkan backend stubEgor Yusov2018-03-161-0/+64