We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b1926b + 619915a commit 987a5deCopy full SHA for 987a5de
include/nbl/builtin/hlsl/spirv_intrinsics/core.hlsl
@@ -200,7 +200,6 @@ void memoryBarrier(uint32_t memoryScope, uint32_t memorySemantics);
200
201
// Add specializations if you need to emit a `ext_capability` (this means that the instruction needs to forward through an `impl::` struct and so on)
202
template<typename T, typename U>
203
-[[vk::ext_capability(spv::CapabilityPhysicalStorageBufferAddresses)]]
204
[[vk::ext_instruction(spv::OpBitcast)]]
205
enable_if_t<is_spirv_type_v<T> && is_spirv_type_v<U>, T> bitcast(U);
206
@@ -252,4 +251,4 @@ Matrix transpose(NBL_CONST_REF_ARG(Matrix) mat);
252
251
}
253
254
255
-#endif
+#endif
0 commit comments