Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Layer ¶
type Layer struct {
// contains filtered or unexported fields
}
Layer implements the layer.Layer interface.
type Planes ¶
func (Planes) EnterGroup ¶
func (b Planes) EnterGroup()
func (Planes) LeaveGroup ¶
func (b Planes) LeaveGroup()
type Shader ¶
type Shader struct {
Cache ShaderCache
// contains filtered or unexported fields
}
func NewShader ¶
func NewShader(cache ShaderCache) *Shader
func (*Shader) EnterGroup ¶
func (v *Shader) EnterGroup()
func (*Shader) LeaveGroup ¶
func (v *Shader) LeaveGroup()
type ShaderCache ¶
type ShaderCache map[int]ShaderFragment
type ShaderFragment ¶
Click to show internal directories.
Click to hide internal directories.