mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-04 00:45:35 +00:00
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