pub struct Struct_PPB_Graphics3D_1_0 {
    pub GetAttribMaxValue: Option< extern "C" fn(instance: PP_Resource, attribute: int32_t, value: *mut int32_t) -> int32_t>,
    pub Create: Option< extern "C" fn(instance: PP_Instance, share_context: PP_Resource, attrib_list: *const int32_t) -> PP_Resource>,
    pub IsGraphics3D: Option< extern "C" fn(resource: PP_Resource) -> PP_Bool>,
    pub GetAttribs: Option< extern "C" fn(context: PP_Resource, attrib_list: *mut int32_t) -> int32_t>,
    pub SetAttribs: Option< extern "C" fn(context: PP_Resource, attrib_list: *const int32_t) -> int32_t>,
    pub GetError: Option< extern "C" fn(context: PP_Resource) -> int32_t>,
    pub ResizeBuffers: Option< extern "C" fn(context: PP_Resource, width: int32_t, height: int32_t) -> int32_t>,
    pub SwapBuffers: Option< extern "C" fn(context: PP_Resource, callback: Struct_PP_CompletionCallback) -> int32_t>,
}Fields
GetAttribMaxValue |  | 
Create |  | 
IsGraphics3D |  | 
GetAttribs |  | 
SetAttribs |  | 
GetError |  | 
ResizeBuffers |  | 
SwapBuffers |  | 
Trait Implementations
Derived Implementations 
    
        
            Keyboard shortcuts
            
                - ?
 
                - Show this help dialog
 
                - S
 
                - Focus the search field
 
                - ⇤
 
                - Move up in search results
 
                - ⇥
 
                - Move down in search results
 
                - ⏎
 
                - Go to active search result
 
            
         
        
            Search tricks
            
                Prefix searches with a type followed by a colon (e.g.
                fn:) to restrict the search to a given type.
            
            
                Accepted types are: fn, mod,
                struct, enum,
                trait, typedef (or
                tdef).