webgl

package
v0.0.0-...-9844366 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUnsupportedPlatform    = fmt.Errorf("unsupported platform")
	ErrInvalidPlatformVersion = fmt.Errorf("invalid platform version")
	ErrNoCompatibleRenderer   = fmt.Errorf("no compatible renderer found")
)

Functions

func GenerateRenderer

func GenerateRenderer(seed int64, platform string, platformVersion string) (string, error)

Types

type RendererData

type RendererData struct {
	MacOS   map[string][]string `yaml:"macOS"`
	Linux   map[string][]string `yaml:"Linux"`
	Windows map[string][]string `yaml:"Windows"`
}

Jump to

Keyboard shortcuts

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