webgl

package module
v0.0.0-...-71b07e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

README

Go WASM binding for WebGL 2.0

ci License

Overview

Go WASM binding for WebGL 2.0 and Input Event API.

License

This package is licensed under Apache License Version 2.0.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BufferData

type BufferData interface {
	Bytes() []byte
}

type ByteArrayBuffer

type ByteArrayBuffer []byte

func (ByteArrayBuffer) Bytes

func (b ByteArrayBuffer) Bytes() []byte

func (ByteArrayBuffer) UInt32Slice

func (b ByteArrayBuffer) UInt32Slice() []uint32

type Float32ArrayBuffer

type Float32ArrayBuffer []float32

func (Float32ArrayBuffer) Bytes

func (b Float32ArrayBuffer) Bytes() []byte

type Mat4

type Mat4 interface {
	Floats() [16]float32
}

type Uint16ArrayBuffer

type Uint16ArrayBuffer []uint16

func (Uint16ArrayBuffer) Bytes

func (b Uint16ArrayBuffer) Bytes() []byte

type Vec3

type Vec3 interface {
	Floats() [3]float32
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL