From 05c9a5c9dc23a716c7cbeae91f581bbc13f10ed2 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Sat, 21 Mar 2020 06:38:47 -0400 Subject: CPU Texture GetDimensions support (#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. --- docs/cuda-target.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/cuda-target.md b/docs/cuda-target.md index f79bf14c3..c41858bd4 100644 --- a/docs/cuda-target.md +++ b/docs/cuda-target.md @@ -219,6 +219,8 @@ Some features are not available because they cannot be mapped with appropriate b * Not all Wave intrinsics are supported * There is not complete support for all methods on 'objects' like textures etc. * Does not currently support combined 'TextureSampler'. A Texture behaves equivalently to a TextureSampler and Samplers are ignored. +* Half type is not currently supported +* GetDimensions is not available on any Texture type currently - as there doesn't appear to be a CUDA equivalent Language aspects ================ -- cgit v1.2.3