public static class ColorBufferPutter.ByteColorBufferPutter extends ColorBufferPutter
ColorBufferPutter.ByteColorBufferPutter
Modifier and Type | Method and Description |
---|---|
int |
bytesPerColor() |
static ColorBufferPutter.ByteColorBufferPutter |
getInstance() |
void |
putColor(java.nio.ByteBuffer buff,
byte r,
byte g,
byte b,
byte a) |
GL3AttributeStorage |
storage() |
public static ColorBufferPutter.ByteColorBufferPutter getInstance()
public void putColor(java.nio.ByteBuffer buff, byte r, byte g, byte b, byte a)
putColor
in class ColorBufferPutter
public int bytesPerColor()
bytesPerColor
in class ColorBufferPutter
public GL3AttributeStorage storage()
storage
in class ColorBufferPutter