rhodonite
    Preparing search index...

    Type Alias TextureData

    type TextureData = {
        buffer: ArrayBufferView;
        height: Count;
        level: Count;
        width: Count;
    }
    Index

    Properties

    buffer: ArrayBufferView
    height: Count
    level: Count
    width: Count