Sarah Dubois

Results 26 comments of Sarah Dubois

That works, but I still have the issue with `std::span`. I get that error no matter which NDK version I'm using

Me providing custom profiles as a JSON string makes sense. Different platforms have different filesystem APIs, no need for you to handle all that

I'm running into the exact same issue My shader: ```cpp float4 main() : SV_TARGET0 { RayQuery q; return 1.f; } ``` Compiler command line: ``` dxc -nologo -E main -T...

Possibly useful: I first saw this validation error when I converted my computer from Windows 11 to Windows 10 a couple days ago. It's possible that I previously had a...

Hmm... could it be that we're getting this error because we're not using the RayQuery? I'm not using it in my real project either, because I'm in the middle of...

I've encountered this again After [some discussion](https://discord.com/channels/590611987420020747/996417435374714920/1147191663798788157) on the DirectX Discord server, it seems that the issue is that my HLSL code is using some feature that requires a flag,...

Was a resolution reached for this? It's been four years and being able to pass a storage image to a function would make my code so much better

I have 25 Tracy Vulkan zones per frame

What benefit comes with embiggening your brain?