UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

14 lines (13 loc) 370 B
/** * Constants for various buffer types in Pixi * @category rendering * @advanced */ export declare enum BUFFER_TYPE { /** buffer type for using as an index buffer */ ELEMENT_ARRAY_BUFFER = 34963, /** buffer type for using attribute data */ ARRAY_BUFFER = 34962, /** the buffer type is for uniform buffer objects */ UNIFORM_BUFFER = 35345 }