Documentation
¶
Overview ¶
Package irmf parses and validates IRMF shader files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IRMF ¶
type IRMF struct { Author string `json:"author"` Copyright string `json:"copyright"` Date string `json:"date"` Encoding *string `json:"encoding,omitempty"` IRMF string `json:"irmf"` Materials []string `json:"materials"` Max []float64 `json:"max"` Min []float64 `json:"min"` Notes string `json:"notes"` Options json.RawMessage `json:"options"` Title string `json:"title"` Units string `json:"units"` Version string `json:"version"` Shader string `json:"-"` }
IRMF represents an IRMF shader.
type Slicer ¶
type Slicer struct {
// contains filtered or unexported fields
}
Slicer represents a slicer context.
func (*Slicer) Close ¶
func (s *Slicer) Close()
Close closes the GLFW window and releases any Slicer resources.
Click to show internal directories.
Click to hide internal directories.