Geometry shader support+omnidirectional depth map shader+improvements

This commit is contained in:
bloeys
2024-04-15 05:09:07 +04:00
parent a5bea5a661
commit c4b1dd1b3d
9 changed files with 201 additions and 59 deletions

View File

@ -19,7 +19,8 @@ import (
type ColorFormat int
const (
ColorFormat_RGBA8 ColorFormat = iota
ColorFormat_Unknown ColorFormat = iota
ColorFormat_RGBA8
)
type Texture struct {