Sorakrit Chonwattanagul
Results
4
comments of
Sorakrit Chonwattanagul
@devshgraphicsprogramming @ChristianReinbold Here's the version that used HLSL syntax ray query: https://tinyurl.com/44ycvrmu
TODO: fix lerp usage in common.hlsl
Trying to use the memory semantic `spv::MemorySemanticsMakeAvailableMask` requires memory model set to Vulkan (Vulkan KHR) as per the spec (https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#_memory_model_2). Is there a way to set OpMemoryModel? See repro on...