Merge branch 'master' into renderbuffer

This commit is contained in:
ice_iix 2020-12-27 10:17:17 -08:00
commit 1b7c37571f
1 changed files with 1 additions and 0 deletions

View File

@ -844,6 +844,7 @@ impl TransInfo {
main.bind();
// TODO: support rendering to a multisample renderbuffer for MSAA, using glRenderbufferStorageMultisample
// https://github.com/iceiix/stevenarella/pull/442
let fb_color = gl::Texture::new();
fb_color.bind(gl::TEXTURE_2D);
fb_color.image_2d(