Bálint

Results 6 issues of Bálint

A visitor reported this bug to me. The page refuses to load when localStorage is disabled in the browser settings due to the theme not being able to load the...

I was able to fix this by adding the shaders in the attached zip. Not sure how robust this is tho, as I know vertexDistance likes to change based on...

I know this is minor, but I ran into a situation where I wanted to use it and couldn't. If you have any ideas why it might not work I'm...

I have gaps set to 0 and most applications do work as expected, but some show small gaps mostly at the bottom. The apps that I found that do this...

bug

### What happened? Light levels coming from gl_MultiTexcoord1 are in the wrong range, they're in [8, 248], this causes issues if someone relies on the minimum being 0. ### Screenshots...

The [descriptor pool](https://docs.vulkan.org/tutorial/latest/05_Uniform_buffers/01_Descriptor_pool_and_sets.html) chapter of the new vulkan tutorial uses std430 as the uniform buffer layout. Scalar layout is basically universally available at this point and matches C++ alignment much...