Struct rin::gl::CreationProxy [−][src]
pub struct CreationProxy { /* fields omitted */ }
Trait Implementations
impl Clone for CreationProxy
[src]
impl Clone for CreationProxy
[src]pub fn clone(&self) -> CreationProxy
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl CreationContext for CreationProxy
[src]
impl CreationContext for CreationProxy
[src]pub fn new_ttf(&'a self, path: &'a str, pt_height: f32) -> Builder<'a>
[src]
pub fn new_ttf_from_bytes(
&'a self,
bytes: &'a [u8],
pt_height: f32
) -> Builder<'a>
[src]
&'a self,
bytes: &'a [u8],
pt_height: f32
) -> Builder<'a>
pub fn new_ttf_material(&self, ttf: &'a Ttf) -> MaterialBuilder<'a>
[src]
pub fn new_vao_mesh(&self) -> Builder
[src]
pub fn new_vao_path(&self) -> Builder
[src]
pub fn new_auto_program<P>(
&self,
settings: ProgramSettings<P>
) -> AutoLoader<Program> where
P: 'static + AsRef<Path> + Clone,
[src]
&self,
settings: ProgramSettings<P>
) -> AutoLoader<Program> where
P: 'static + AsRef<Path> + Clone,
pub fn new_object(&self) -> Builder
[src]
pub fn to_simple_vao<T, U, M>(&self, mesh: &M) -> Result<SimpleVao<T>, Error> where
M: ToSimpleVao<T, U>,
[src]
M: ToSimpleVao<T, U>,
impl CreationContext for CreationProxy
[src]
impl CreationContext for CreationProxy
[src]pub fn capabilities(&self) -> &Capabilities
[src]
pub fn new_texture(&self) -> Builder<'_>
[src]
pub fn new_cubemap(&self) -> Builder<'_>
[src]
pub fn new_buffer(&self) -> Builder<'_>
[src]
pub fn new_shared_buffer(&self) -> SharedBuilder<'_>
[src]
pub fn new_vao(&self) -> Builder
[src]
pub fn new_simple_vao(&self) -> Builder<'_>
[src]
pub fn new_program(&self) -> Builder<'_>
[src]
pub fn new_sampler(&self) -> Sampler
[src]
pub fn new_timestamp_query(&self) -> TimeStamp
[src]
pub fn new_duration_query(&self) -> Duration
[src]
pub fn new_fence(&self) -> Fence
[src]
pub fn creation_proxy(&self) -> &Rc<CreationProxy>
[src]
impl SurfaceCreationContext for CreationProxy
[src]
impl SurfaceCreationContext for CreationProxy
[src]pub fn new_fbo(&self) -> Builder<'_>
[src]
pub fn new_fbo_color_attachment(&self) -> ColorAttachmentBuilder<'_>
[src]
pub fn new_fbo_depth_attachment(&self) -> DepthAttachmentBuilder<'_>
[src]
pub fn new_render_buffer(&self) -> RenderBufferBuilder<'_>
[src]
Auto Trait Implementations
impl !RefUnwindSafe for CreationProxy
impl !Send for CreationProxy
impl !Sync for CreationProxy
impl Unpin for CreationProxy
impl !UnwindSafe for CreationProxy
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]