Mathieu Le Muzic

Results 7 issues of Mathieu Le Muzic

Hello, I have been using Appends Buffers (DX11 functionality) in my project (2.0.0.2) and I realised that the functionality for resetting the counter is missing. I ended up patching the...

enhancement

Hello, I just updated Xenko to 2.0.2.1 but in the source code I can only see one single tag: releases/2.0.0.2... Would it be possible to create tags for each version...

bug

Hi there, I am experimenting with Xenko and custom shaders. In my sample I need to pass custom information stored in structured buffer to the shader program. To declare the...

Cannot declare structure buffer of matrices in HKSL, the compilation just fails. `StructuredBuffer InstanceTransformBuffer4; // Not allowed at the moment`

Hello, I noticed that there is a memory leak when using the ForwardRenderer with PostEffects and MSAA. The origin of the leak is caused by the MSAAResolver being used twice...

bug

Hi there, I noticed a problem with the shader compilation when using StructuredBuffer and custom structs. Below is the shader that I am writing in XKSL: ``` shader CustomEffect :...

fixed

I was not able to run the sample program as it crashes at the beginning after completing the loading of a mesh at the fuction RtpModelUpdate in optix_prime.h. I used...