Skip to content

Commit 05c9a5c

Browse files
authored
CPU Texture GetDimensions support (shader-slang#1283)
* Added CPU support for GetDimensions on C++/CPU target. Added texture-get-dimension.slang test * Fix some typos. * Update CUDA docs. * Fix output of GetDimensions on glsl when has an array. Disabled VK - because VK renderer doesn't support createTextureView * Fix typo. * Fix typo. * Fix bad-operator-call diagnostics output.
1 parent 884a9bc commit 05c9a5c

7 files changed

+650
-66
lines changed

docs/cuda-target.md

+2
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ Some features are not available because they cannot be mapped with appropriate b
219219
* Not all Wave intrinsics are supported
220220
* There is not complete support for all methods on 'objects' like textures etc.
221221
* Does not currently support combined 'TextureSampler'. A Texture behaves equivalently to a TextureSampler and Samplers are ignored.
222+
* Half type is not currently supported
223+
* GetDimensions is not available on any Texture type currently - as there doesn't appear to be a CUDA equivalent
222224

223225
Language aspects
224226
================

0 commit comments

Comments
 (0)