all: remove Z buffer support

It is no longer needed by any rendering backend.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-08-06 16:36:56 +02:00
parent cea8e21f97
commit 18b4442393
14 changed files with 27 additions and 250 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ func (s *fboSet) resize(ctx driver.Device, sizes []image.Point) {
if err != nil {
panic(err)
}
fbo, err := ctx.NewFramebuffer(tex, 0)
fbo, err := ctx.NewFramebuffer(tex)
if err != nil {
panic(err)
}