PokéRogue
    Preparing search index...

    Type Alias WebGLConst

    type WebGLConst = {
        enum: GLenum;
        size: number;
    }
    Index

    Properties

    Properties

    enum: GLenum

    The data type of the attribute, i.e. gl.BYTE, gl.SHORT, gl.UNSIGNED_BYTE, gl.FLOAT, etc.

    size: number

    The size, in bytes, of the data type.