David

Results 3 issues of David

In the **GBuffer** pass, a vertex shader does not write to `fragPos` and `normal`/`TBN` (to fragment shader). ![image](https://user-images.githubusercontent.com/34756939/179356798-9ce37833-64b2-4300-9cc9-e83666031ecf.png) This results in no lighting (the final image is black). The same...

help wanted

Tried to generate Vulkan loader with all extensions. Everything works, but it looks ugly. ```cpp #if defined(VK_USE_PLATFORM_XLIB_KHR) #endif #if defined(VK_USE_PLATFORM_XLIB_KHR) #endif #if defined(VK_USE_PLATFORM_XLIB_XRANDR_EXT) #endif #if defined(VK_USE_PLATFORM_WAYLAND_KHR) #endif #if defined(VK_USE_PLATFORM_WAYLAND_KHR) #endif...

enhancement
glad2

**VisualStudio Code** on Windows, **lua-language-server v3.7.4** (_Last updated 2024-01-07, 10:29:54_) The following error occurs only when a **generic** inherits from a type containing an overloaded constructor. ![image](https://github.com/LuaLS/lua-language-server/assets/34756939/e6501b99-d3d3-4ef2-8711-638f0adbefa5) ```lua local e...