Struct ppapi::ffi::Struct_PPB_OpenGLES2VertexArrayObject_1_0Experimental [-]  [+] [src]

pub struct Struct_PPB_OpenGLES2VertexArrayObject_1_0 {
    pub GenVertexArraysOES: Option< extern "C" fn(context: PP_Resource, n: GLsizei, arrays: *mut GLuint)>,
    pub DeleteVertexArraysOES: Option< extern "C" fn(context: PP_Resource, n: GLsizei, arrays: *const GLuint)>,
    pub IsVertexArrayOES: Option< extern "C" fn(context: PP_Resource, array: GLuint) -> GLboolean>,
    pub BindVertexArrayOES: Option< extern "C" fn(context: PP_Resource, array: GLuint)>,
}

Fields

GenVertexArraysOES
DeleteVertexArraysOES
IsVertexArrayOES
BindVertexArrayOES

Trait Implementations

impl Default for Struct_PPB_OpenGLES2VertexArrayObject_1_0

fn default() -> Struct_PPB_OpenGLES2VertexArrayObject_1_0

Derived Implementations

impl Copy for Struct_PPB_OpenGLES2VertexArrayObject_1_0