summaryrefslogtreecommitdiff
path: root/tools/gfx-unit-test/shared-textures-tests.cpp
AgeCommit message (Collapse)Author
2021-12-09Implement instanced and indirect draw calls (#2053)lucy96chen
* Added implementations of drawInstanced, drawIndexedInstanced, drawIndirect, and drawIndexedIndirect to both render-d3d12 and render-vk * drawInstanced test WIP * Draw calls implemented, working on debugging test * Added new test and accompanying shader file * Fixes. * Fixes. Co-authored-by: Yong He <yhe@nvidia.com> Co-authored-by: Yong He <yonghe@outlook.com>
2021-12-08D3D12 and Vulkan to CUDA Texture Sharing (#2038)lucy96chen