gpu-curtains
    Preparing search index...

    Defines our BufferElement alignment: Keep track of an entry start and end row and bytes indexes (16 bytes per row).

    interface BufferElementAlignment {
        start: BufferElementAlignmentPosition;
        end: BufferElementAlignmentPosition;
    }
    Index

    Properties

    Properties

    The row and byte indexes at which this BufferElement starts.

    The row and byte indexes at which this BufferElement ends.