<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/bindings/hlsl-to-vulkan-shift.hlsl, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2023-07-19T22:35:37+00:00</updated>
<entry>
<title>Support for vk-shift-* without explicit bindings (#3000)</title>
<updated>2023-07-19T22:35:37+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2023-07-19T22:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=a5987aad211d2e0b9391bdda4b67873ec9873074'/>
<id>urn:sha1:a5987aad211d2e0b9391bdda4b67873ec9873074</id>
<content type='text'>
* Improvements to HLSLToVulkanLayoutOptions.

* WIP vk-shift-* with HLSL like binding.
Detecting clashes.

* Shift example seems to be working correctly.
One oddness is that "used" data is now reflected, as we only enable for D3D shader resource types. Now we use those with inferred VK mode they appear.

* Implicit seems to work.

* Disable inference with Sampler/CombinedTextureSampler.
I guess? we could just use the HLSL texture register binding to infer.

* Report overlapping ranges in diagnostic.
The hlsl-to-vulkan-shift-diagnostic result might be surprising but it is correct, because u is automatically laid out so consumes DescriptorSlot 0, but that's already consumed by c.

* First attempt at array layout with infer on Vulkan.

* Fix the vulkan shift output.

* Array example.</content>
</entry>
<entry>
<title>Fix vk-shift-* mapping issue (#2993)</title>
<updated>2023-07-15T05:40:11+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2023-07-15T05:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=138a44ef272841cb555fa0eb5c49cc889bf1d64a'/>
<id>urn:sha1:138a44ef272841cb555fa0eb5c49cc889bf1d64a</id>
<content type='text'>
* Fix vk-shift-* mappings.

* Add some doc info about vk-shift.

* Fix diagnostic test.</content>
</entry>
<entry>
<title>HLSL-&gt;Vulkan binding support (#2865)</title>
<updated>2023-05-04T00:16:58+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2023-05-04T00:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c9ef8d58a135061262fd321a82061d27dc733cf5'/>
<id>urn:sha1:c9ef8d58a135061262fd321a82061d27dc733cf5</id>
<content type='text'>
* WIP around VK shift binding.

* Refactor around options parsing.

* Remove needless passing around of sink.

* Some more tidying around OptionsParser.

* Handle vulkan shift parsing.

* Fix small issue around vk binding and "all".

* Fixing some small issues. Missing break.

* Split out VulkanLayoutOptions

* WIP binding taking into account HLSL-&gt;Vulkan options.

* First attempt at making binding work with HLSLVulkanOptions.

* VulkanLayoutOptions -&gt; HLSLToVulkanLayoutOptions

* WIP with HLSL-Vulkan binding.

* Some more testing around vk-shift.

* Improvements around global binding.
More tests.

* Improve test coverage.
Improve checking for requirements around default space.

* Update command line options.

* Small fixes.

* Small fix in options reporting.

* Fix warning issue.

* Some fixes for isDefault for HLSLToVulkanLayoutOptions.

* Update hlsl-to-vulkan-shift output. The difference was due to default handling if shift isn't specified, and not being specified was not correctly tracked.</content>
</entry>
</feed>
