pub struct Struct_PPB_OpenGLES2ChromiumMapSub_1_0 {
pub MapBufferSubDataCHROMIUM: Option< extern "C" fn(context: PP_Resource, target: GLuint, offset: GLintptr, size: GLsizeiptr, access: GLenum) -> *mut c_void>,
pub UnmapBufferSubDataCHROMIUM: Option< extern "C" fn(context: PP_Resource, mem: *const c_void)>,
pub MapTexSubImage2DCHROMIUM: Option< extern "C" fn(context: PP_Resource, target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, _type: GLenum, access: GLenum) -> *mut c_void>,
pub UnmapTexSubImage2DCHROMIUM: Option< extern "C" fn(context: PP_Resource, mem: *const c_void)>,
}
Fields
MapBufferSubDataCHROMIUM | |
UnmapBufferSubDataCHROMIUM | |
MapTexSubImage2DCHROMIUM | |
UnmapTexSubImage2DCHROMIUM | |
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
).