Uses of Enum Class
net.royalur.lut.buffer.ValueType
Packages that use ValueType
-
Uses of ValueType in net.royalur.lut.buffer
Methods in net.royalur.lut.buffer that return ValueTypeModifier 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.Constructors in net.royalur.lut.buffer with parameters of type ValueTypeModifierConstructorDescriptionFloatValueBuffer
(ValueType type, int capacity) IntValueBuffer
(ValueType type, int capacity) ValueBuffer
(ValueType type, int capacity)