Documentation ¶
Index ¶
- Variables
- type Func
- type Ratio
- func (r Ratio) Blocks(v idx.Block) idx.Block
- func (r Ratio) Events(v idx.Event) idx.Event
- func (r Ratio) F32(v float32) float32
- func (r Ratio) F64(v float64) float64
- func (r Ratio) Frames(v idx.Frame) idx.Frame
- func (r Ratio) I(v int) int
- func (r Ratio) I32(v int32) int32
- func (r Ratio) I64(v int64) int64
- func (r Ratio) U(v uint) uint
- func (r Ratio) U32(v uint32) uint32
- func (r Ratio) U64(v uint64) uint64
Constants ¶
This section is empty.
Variables ¶
View Source
var Identity = Ratio{1, 1}
Identity doesn't alter the cache sizes
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.