summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implemented static sampler initialization in VulkanEgor Yusov2018-05-102-101/+111
* Working on Shader resource layout implementation in VulkanEgor Yusov2018-05-092-43/+56
* Updated comments for VK shader resource layout and cache classesEgor Yusov2018-05-081-0/+15
* Improved SPIRV shader resource loadingEgor Yusov2018-05-063-31/+83
* Working on VK shader resource layoutEgor Yusov2018-05-061-2/+3
* Added stubs for shader resource layout initialization from pipeline layoutEgor Yusov2018-05-062-19/+3
* Added shader variable type parsing in VulkanEgor Yusov2018-05-053-9/+28
* Fixed GLSL shader compilation to generate bindings and descriptor sets; updat...Egor Yusov2018-05-053-67/+187
* Working on SPIRV resource loadingEgor Yusov2018-04-262-54/+217
* Added SPIRVShaderResources classEgor Yusov2018-04-263-0/+448
* Fixed issue with GLSL string source lenEgor Yusov2018-04-251-1/+1
* Fixed build errorsEgor Yusov2018-04-151-0/+1
* Added vulkan shader module creationEgor Yusov2018-04-153-3/+18
* Added GLSL to SPIRV shader compilationEgor Yusov2018-04-155-0/+599