WebIDLpedia

GLubyte typedef

Definition

WebGL Specification defines GLubyte


// Ideally the typedef below would use 'unsigned byte', but that doesn't currently exist in Web IDL.
typedef octet          GLubyte;