Class RV32BufferFormat


  • public class RV32BufferFormat
    extends BufferFormat
    Implementation of a buffer format for RV32.

    RV32 is a 24-bit BGR format with 8-bit of padding (no alpha) in a single plane.

    • Constructor Detail

      • RV32BufferFormat

        public RV32BufferFormat​(int width,
                                int height)
        Creates a RV32 buffer format with the given width and height.
        Parameters:
        width - width of the buffer
        height - height of the buffer