forked from joejulian/gio
app/internal/gpu: rename NewGPU to New
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -239,7 +239,7 @@ var (
|
||||
attribUV gl.Attrib = 1
|
||||
)
|
||||
|
||||
func NewGPU(ctx gl.Context) (*GPU, error) {
|
||||
func New(ctx gl.Context) (*GPU, error) {
|
||||
g := &GPU{
|
||||
frames: make(chan frame),
|
||||
results: make(chan frameResult),
|
||||
|
||||
Reference in New Issue
Block a user