summaryrefslogtreecommitdiffstats
path: root/tests/cuda/cuda-texture.slang
Commit message (Collapse)AuthorAge
* Texture Sample available in CUDA (#1176)jsmall-nvidia2020-01-24
* WIP: Trying to figure out how texturing will work with CUDA. * WIP: Fixes for CUDA layout. Initial CUDA texture test. * WIP: Outputs something compilable by CUDA for TextureND.Sample * 2d texture working with CUDA. * Fix how binding for SamplerState occurs in CUDA. * Small tidy up of comments.