Trait glium::GlObject
[−]
[src]
pub trait GlObject { type Id; fn get_id(&self) -> Self::Id; }
Trait for objects that are OpenGL objects.
Associated Types
type Id
The type of identifier for this object.
Required Methods
Implementors
impl<T: ?Sized> GlObject for Buffer<T> where T: Content
impl<'a> GlObject for BufferAnySlice<'a>
impl GlObject for SamplesPassedQuery
impl GlObject for TimeElapsedQuery
impl GlObject for AnySamplesPassedQuery
impl GlObject for PrimitivesGeneratedQuery
impl GlObject for TransformFeedbackPrimitivesWrittenQuery
impl GlObject for RenderBuffer
impl GlObject for DepthRenderBuffer
impl GlObject for StencilRenderBuffer
impl GlObject for DepthStencilRenderBuffer
impl GlObject for RenderBufferAny
impl<T> GlObject for IndexBuffer<T> where T: Index
impl GlObject for ComputeShader
impl GlObject for Program
impl<T: ?Sized + Content> GlObject for UniformBuffer<T>
impl<T: Copy> GlObject for VertexBuffer<T>
impl<T> GlObject for PixelBuffer<T> where T: PixelValue
impl GlObject for TextureAny
impl GlObject for Texture1d
impl GlObject for CompressedTexture1d
impl GlObject for SrgbTexture1d
impl GlObject for CompressedSrgbTexture1d
impl GlObject for IntegralTexture1d
impl GlObject for UnsignedTexture1d
impl GlObject for DepthTexture1d
impl GlObject for StencilTexture1d
impl GlObject for DepthStencilTexture1d
impl GlObject for Texture2d
impl GlObject for CompressedTexture2d
impl GlObject for SrgbTexture2d
impl GlObject for CompressedSrgbTexture2d
impl GlObject for IntegralTexture2d
impl GlObject for UnsignedTexture2d
impl GlObject for DepthTexture2d
impl GlObject for StencilTexture2d
impl GlObject for DepthStencilTexture2d
impl GlObject for Texture2dMultisample
impl GlObject for IntegralTexture2dMultisample
impl GlObject for SrgbTexture2dMultisample
impl GlObject for UnsignedTexture2dMultisample
impl GlObject for DepthTexture2dMultisample
impl GlObject for StencilTexture2dMultisample
impl GlObject for DepthStencilTexture2dMultisample
impl GlObject for Texture3d
impl GlObject for CompressedTexture3d
impl GlObject for SrgbTexture3d
impl GlObject for CompressedSrgbTexture3d
impl GlObject for IntegralTexture3d
impl GlObject for UnsignedTexture3d
impl GlObject for DepthTexture3d
impl GlObject for DepthStencilTexture3d
impl GlObject for Texture1dArray
impl GlObject for CompressedTexture1dArray
impl GlObject for SrgbTexture1dArray
impl GlObject for CompressedSrgbTexture1dArray
impl GlObject for IntegralTexture1dArray
impl GlObject for UnsignedTexture1dArray
impl GlObject for DepthTexture1dArray
impl GlObject for StencilTexture1dArray
impl GlObject for DepthStencilTexture1dArray
impl GlObject for Texture2dArray
impl GlObject for CompressedTexture2dArray
impl GlObject for SrgbTexture2dArray
impl GlObject for CompressedSrgbTexture2dArray
impl GlObject for IntegralTexture2dArray
impl GlObject for UnsignedTexture2dArray
impl GlObject for DepthTexture2dArray
impl GlObject for StencilTexture2dArray
impl GlObject for DepthStencilTexture2dArray
impl GlObject for Texture2dMultisampleArray
impl GlObject for SrgbTexture2dMultisampleArray
impl GlObject for IntegralTexture2dMultisampleArray
impl GlObject for UnsignedTexture2dMultisampleArray
impl GlObject for DepthTexture2dMultisampleArray
impl GlObject for StencilTexture2dMultisampleArray
impl GlObject for DepthStencilTexture2dMultisampleArray
impl GlObject for Cubemap
impl GlObject for CompressedCubemap
impl GlObject for SrgbCubemap
impl GlObject for CompressedSrgbCubemap
impl GlObject for IntegralCubemap
impl GlObject for UnsignedCubemap
impl GlObject for DepthCubemap
impl GlObject for StencilCubemap
impl GlObject for DepthStencilCubemap
impl GlObject for CubemapArray
impl GlObject for CompressedCubemapArray
impl GlObject for SrgbCubemapArray
impl GlObject for CompressedSrgbCubemapArray
impl GlObject for IntegralCubemapArray
impl GlObject for UnsignedCubemapArray
impl GlObject for DepthCubemapArray
impl GlObject for StencilCubemapArray
impl GlObject for DepthStencilCubemapArray