Day7: ImGUI interaction+OpenGL 4.1+Bugs+ambient color control

This commit is contained in:
bloeys
2021-11-20 21:39:49 +04:00
parent 3164e4bba4
commit 616daaf97d
10 changed files with 171 additions and 51 deletions

View File

@ -6,7 +6,7 @@ import (
"strings"
"github.com/bloeys/go-sdl-engine/logging"
"github.com/go-gl/gl/v4.6-core/gl"
"github.com/go-gl/gl/v4.1-core/gl"
)
type Shader struct {