Struct openxr_sys::SwapchainStateSamplerVulkanFB
source · [−]#[repr(C)]pub struct SwapchainStateSamplerVulkanFB {Show 13 fields
pub ty: StructureType,
pub next: *mut c_void,
pub min_filter: VkFilter,
pub mag_filter: VkFilter,
pub mipmap_mode: VkSamplerMipmapMode,
pub wrap_mode_s: VkSamplerAddressMode,
pub wrap_mode_t: VkSamplerAddressMode,
pub swizzle_red: VkComponentSwizzle,
pub swizzle_green: VkComponentSwizzle,
pub swizzle_blue: VkComponentSwizzle,
pub swizzle_alpha: VkComponentSwizzle,
pub max_anisotropy: f32,
pub border_color: Color4f,
}Expand description
See XrSwapchainStateSamplerVulkanFB - defined by XR_FB_swapchain_update_state_vulkan
Fields
ty: StructureTypenext: *mut c_voidmin_filter: VkFiltermag_filter: VkFiltermipmap_mode: VkSamplerMipmapModewrap_mode_s: VkSamplerAddressModewrap_mode_t: VkSamplerAddressModeswizzle_red: VkComponentSwizzleswizzle_green: VkComponentSwizzleswizzle_blue: VkComponentSwizzleswizzle_alpha: VkComponentSwizzlemax_anisotropy: f32border_color: Color4fImplementations
sourceimpl SwapchainStateSamplerVulkanFB
impl SwapchainStateSamplerVulkanFB
pub const TYPE: StructureType = StructureType::SWAPCHAIN_STATE_SAMPLER_VULKAN_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 SwapchainStateSamplerVulkanFB
impl Clone for SwapchainStateSamplerVulkanFB
sourcefn clone(&self) -> SwapchainStateSamplerVulkanFB
fn clone(&self) -> SwapchainStateSamplerVulkanFB
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 moresourceimpl Debug for SwapchainStateSamplerVulkanFB
impl Debug for SwapchainStateSamplerVulkanFB
impl Copy for SwapchainStateSamplerVulkanFB
Auto Trait Implementations
impl RefUnwindSafe for SwapchainStateSamplerVulkanFB
impl !Send for SwapchainStateSamplerVulkanFB
impl !Sync for SwapchainStateSamplerVulkanFB
impl Unpin for SwapchainStateSamplerVulkanFB
impl UnwindSafe for SwapchainStateSamplerVulkanFB
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