#[repr(C)]pub struct SwapchainStateSamplerOpenGLESFB {
pub ty: StructureType,
pub next: *mut c_void,
pub min_filter: EGLenum,
pub mag_filter: EGLenum,
pub wrap_mode_s: EGLenum,
pub wrap_mode_t: EGLenum,
pub swizzle_red: EGLenum,
pub swizzle_green: EGLenum,
pub swizzle_blue: EGLenum,
pub swizzle_alpha: EGLenum,
pub max_anisotropy: f32,
pub border_color: Color4f,
}Expand description
See XrSwapchainStateSamplerOpenGLESFB - defined by XR_FB_swapchain_update_state_opengl_es
Fields
ty: StructureTypenext: *mut c_voidmin_filter: EGLenummag_filter: EGLenumwrap_mode_s: EGLenumwrap_mode_t: EGLenumswizzle_red: EGLenumswizzle_green: EGLenumswizzle_blue: EGLenumswizzle_alpha: EGLenummax_anisotropy: f32border_color: Color4fImplementations
sourceimpl SwapchainStateSamplerOpenGLESFB
impl SwapchainStateSamplerOpenGLESFB
pub const TYPE: StructureType = StructureType::SWAPCHAIN_STATE_SAMPLER_OPENGL_ES_FB
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for SwapchainStateSamplerOpenGLESFB
impl Clone for SwapchainStateSamplerOpenGLESFB
sourcefn clone(&self) -> SwapchainStateSamplerOpenGLESFB
fn clone(&self) -> SwapchainStateSamplerOpenGLESFB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SwapchainStateSamplerOpenGLESFB
Auto Trait Implementations
impl RefUnwindSafe for SwapchainStateSamplerOpenGLESFB
impl !Send for SwapchainStateSamplerOpenGLESFB
impl !Sync for SwapchainStateSamplerOpenGLESFB
impl Unpin for SwapchainStateSamplerOpenGLESFB
impl UnwindSafe for SwapchainStateSamplerOpenGLESFB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more