summaryrefslogtreecommitdiff
path: root/tests/bugs/vk-structured-buffer-load.hlsl.glsl
AgeCommit message (Expand)Author
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-03-09Yet more definitions moved into the stdlib (#1263)Tim Foley
2019-05-01Fix bitwise And & Or for scalar bool (#960)Robert Stepinski
2019-03-26Allow plugging in types with resources for interface parameters (#913)Tim Foley
2019-03-20Add support for scalar rcp() intrinsic for GLSL (#918)Robert Stepinski
2019-03-06Fix rsqrt intrinsic for GLSL (#881)Robert Stepinski
2019-02-14* Add cross compile test (#849)jsmall-nvidia