Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Texture ¶
type Texture interface { SetParameter(uint32, interface{}) error Load(file string, flipH, flipV bool) (*image.RGBA, error) Use() }
func NewTexture2D ¶
func NewTexture2D() Texture
Click to show internal directories.
Click to hide internal directories.