<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/cuda/raygeneration.slang, 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>2025-08-15T15:24:06+00:00</updated>
<entry>
<title>[CUDA] Fix incorrect `kIROp_RaytracingAccelerationStructureType` emitting logic (#8168)</title>
<updated>2025-08-15T15:24:06+00:00</updated>
<author>
<name>ArielG-NV</name>
<email>159081215+ArielG-NV@users.noreply.github.com</email>
</author>
<published>2025-08-15T15:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=f75bf474ef87737c87ef6dcb431bd0b87faee0a8'/>
<id>urn:sha1:f75bf474ef87737c87ef6dcb431bd0b87faee0a8</id>
<content type='text'>
Fixes: #8167

Current emitting logic does not work, this has been corrected.
The provided test ensures our CUDA code is valid by compiling PTX from
it.

`m_writer-&gt;emit("OptixTraversableHandle");` should be `out &lt;&lt;` since
`out` adds to type-name-cache; otherwise using a type twice will produce
bad type-names (since we filled type-name cache with "" instead of
"typeName")</content>
</entry>
</feed>
