Silk.NET
Silk.NET copied to clipboard
Fixing TransparentBuffer when AlphaBits is not set by the user
Summary of the PR
This fixes a bug when setting TransparentBuffer to true and leaving PreferredBitDepth null, the transparent buffer would not be applied correctly.
You can do this to "hotfix" the problem until this is merged:
options.PreferredBitDepth = new Vector4D<int>(8);
Does this occur on the SDL backend too?
Given the message here it seems this does not need to be fixed on SDL too, so this should be ready to merge