gpu-curtains
    Preparing search index...

    Defines a position in our array buffer with a row index and a byte index.

    interface BufferElementAlignmentPosition {
        row: number;
        byte: number;
    }
    Index

    Properties

    Properties

    row: number

    Row index of that position.

    byte: number

    Byte index of that position.