Uses of Enum Class
net.royalur.lut.buffer.ValueType
-
Uses of ValueType in net.royalur.lut.buffer
Modifier and TypeMethodDescriptionValueBuffer.getType()
static ValueType
Returns the enum constant of this class with the specified name.static ValueType[]
ValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionFloatValueBuffer
(ValueType type, int capacity) IntValueBuffer
(ValueType type, int capacity) ValueBuffer
(ValueType type, int capacity)