Sarah Dubois

Results 26 issues of Sarah Dubois

Please provide documentation somewhere with all the Vulkan features that VUK requires. Currently I have to look at the examples and hope the features they enable are truly needed

documentation
runtime

I've encountered an error when trying to build the Tracy server on Windows I'm using Tracy v0.10, Visual Studio 2022 17.7.6. When I try to build the VS Solution in...

If I leave my program running for about a minute, I get an assertion fail at line 283 of TracyVulkan.hpp ```cpp assert( m_head != m_tail ); ``` Inspecting the values...

**Environment information:** - AGI version: 3.36.0 - Host OS: Windows 11 If tracing on Android: - Device model: Pixel 7 - Android Version: 13 **Bug description** AGI does not support...

I'd like to request support for the `extras` field in fastgltf. I don't need anything fancy, a simple string will suffice I know there's been some discussion about this on...

enhancement

We're gonna need shadowmapping. The indirect specular and diffuse likely won't be fast enough if we raytrace their shadows, especially as scene complexity increases. Using a shadowmap for shadows in...

Reflections, implemented with DXR - Cast rays from current pixel in a cone around the view direction - For each pixel, calculate raytraced shadows, analytic diffuse, and analytic specular for...

Blocked by https://github.com/BVE-Reborn/bve-reborn/issues/83

Making this ticket so I have something to track on my project, take your time and get it right

enhancement - code
enhancement - capi

Could `BVE_Mesh::indices` be `uint32_t` instead of `size_t`? GPU APIs can't handle 64-bit indices

enhancement - code
enhancement - capi