Documentation
¶
Index ¶
Constants ¶
View Source
const (
MAX_BUFFER_LENGTH = 256
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Iter ¶
func MakeChanIter ¶
type VecSBO ¶
type VecSBO[T any] struct { Buffer [MAX_BUFFER_LENGTH]T BufferLength int AddonData []T }
VecSBO : vector with small buffer optimization
func MakeVecSBO ¶
func MakeVecSBOFromVec ¶
Click to show internal directories.
Click to hide internal directories.