pub enum NotProgramParameter {
MaxVertexAttribs = 34_921,
MaxVertexUniformVectors = 36_347,
MaxVaryingVectors = 36_348,
MaxCombinedTextureImageUnits = 35_661,
MaxVertexTextureImageUnits = 35_660,
MaxTextureImageUnits = 34_930,
MaxFragmentUniformVectors = 36_349,
ShadingLanguageVersion = 35_724,
CurrentProgram = 35_725,
}
Expand description
FIXME categorize values elsewhere
Variants§
MaxVertexAttribs = 34_921
The maximum number of entries possible in the vertex attribute list.
MaxVertexUniformVectors = 36_347
MaxVaryingVectors = 36_348
MaxCombinedTextureImageUnits = 35_661
MaxVertexTextureImageUnits = 35_660
MaxTextureImageUnits = 34_930
Implementation dependent number of maximum texture units. At least 8.
MaxFragmentUniformVectors = 36_349
ShadingLanguageVersion = 35_724
CurrentProgram = 35_725
Auto Trait Implementations§
impl Freeze for NotProgramParameter
impl RefUnwindSafe for NotProgramParameter
impl Send for NotProgramParameter
impl Sync for NotProgramParameter
impl Unpin for NotProgramParameter
impl UnwindSafe for NotProgramParameter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more