mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
Geometry shader support+omnidirectional depth map shader+improvements
This commit is contained in:
@ -19,7 +19,8 @@ import (
|
||||
type ColorFormat int
|
||||
|
||||
const (
|
||||
ColorFormat_RGBA8 ColorFormat = iota
|
||||
ColorFormat_Unknown ColorFormat = iota
|
||||
ColorFormat_RGBA8
|
||||
)
|
||||
|
||||
type Texture struct {
|
||||
|
||||
Reference in New Issue
Block a user