View all by Wunkolo
Wunkolo
Follow Wunkolo
Follow
Following Wunkolo
Following
Add To Collection
Collection
Community
Devlog
Related games
Related
B.Fringe (Beta)
←
Return to B.Fringe (Beta)
Devlog
Fixed Inf/NaN issues
August 17, 2019
by
Wunkolo
Fixed some issues where some "infinity" and "Nan" values were propagating due to some calls to arithmetic to the effect of length(vec2(0.0, 0.0)) or normalize(vec2(0.0, 0.0)) . This would particularl...
Continue reading
Fixed 16-bit color issues!
August 14, 2019
by
Wunkolo
This adds some fixes to 16-bit colors. Before there were issues where the Vulkan image format used to store 16-bpp image data. These issues are now fixed using a more "native" format that is equivalen...
Continue reading
Small bugfixes and updates
August 09, 2019
by
Wunkolo
Here's a little update! A lot of it involves backend code and a quick patch to address one of the bug reports I got. Update About-section to properly display multiple GPU information Fixed crash that...
Continue reading
Wrapping + Filtering
July 31, 2019
by
Wunkolo
Added some texture wrapping options and some filtering options that reflect the layer's quality settings...
Continue reading