Tianchen Xu

Results 20 comments of Tianchen Xu

Has this issue been fixed? It seems good with my Vulkan + HLSL using SamplerComparisonState with the latest Vullkan SDK. However, I suffer another problem related to this topic. It...

I'm not sure if DXC works well with OpenGL. At least in my program, HLSL compiled by glslang works with OpenGL, except this missing feature: https://github.com/KhronosGroup/glslang/issues/2538

I just imagined this before. If a raw buffer index could be uint64, and root uav virtual address setting could be 0, this would be just a memory address pointer.

Me too. Gather() is useful for customized bilateral filters. Furthermore, if there could be a method to collect the bilinear weights for the gathered samples, it would be much more...

Hit the same error for HLSL StructuredBuffer: 2nd operand of Decorate: operand BufferBlock(3) requires SPIR-V version 1.3 or earlier.

> Hello! > > I saw some of your work while starting my journey of learning how to render volumes/volumetric content. I was very impressed by your work! > >...

> Hello! > > I saw some of your work while starting my journey of learning how to render volumes/volumetric content. I was very impressed by your work! > >...

> > Could you know which pipeline was failed to be created? Using debug build, I think there will be an assertion at the failed pipeline creation statement. > >...

I have the similar case, but there is a simple way to implement the reader: struct half { uint16_t u; }; // Can be inside namespace npy Then, add {std::type_index(typeid(half)),...