Skip to content

Commit cdf3847

Browse files
committed
add several buffer format support
Several depth and color formats have been added for the framebuffer. 8-bit, 16-bit, and 24-bit formats are now available for depth. RGB 8-bit (332), RGB 16-bit (565), and RGB 24-bit (888) formats are now available for color. Alpha support is no longer present for the framebuffer at the moment, but it can easily be restored by adding the formats and reinterpolating the alpha in the areas that do not perform color blending. Additionally, this commit brings performance improvements.
1 parent 2666eed commit cdf3847

File tree

1 file changed

+339
-115
lines changed

1 file changed

+339
-115
lines changed

0 commit comments

Comments
 (0)