pub struct ObjectType(/* private fields */);
Expand description
Implementations§
Source§impl ObjectType
impl ObjectType
Source§impl ObjectType
impl ObjectType
pub const UNKNOWN: Self
pub const INSTANCE: Self
pub const PHYSICAL_DEVICE: Self
pub const DEVICE: Self
pub const QUEUE: Self
pub const SEMAPHORE: Self
pub const COMMAND_BUFFER: Self
pub const FENCE: Self
pub const DEVICE_MEMORY: Self
pub const BUFFER: Self
pub const IMAGE: Self
pub const EVENT: Self
pub const QUERY_POOL: Self
pub const BUFFER_VIEW: Self
pub const IMAGE_VIEW: Self
pub const SHADER_MODULE: Self
pub const PIPELINE_CACHE: Self
pub const PIPELINE_LAYOUT: Self
pub const RENDER_PASS: Self
pub const PIPELINE: Self
pub const DESCRIPTOR_SET_LAYOUT: Self
pub const SAMPLER: Self
pub const DESCRIPTOR_POOL: Self
pub const DESCRIPTOR_SET: Self
pub const FRAMEBUFFER: Self
pub const COMMAND_POOL: Self
Source§impl ObjectType
Generated from ‘VK_KHR_surface’
impl ObjectType
Generated from ‘VK_KHR_surface’
pub const SURFACE_KHR: Self
Source§impl ObjectType
Generated from ‘VK_KHR_swapchain’
impl ObjectType
Generated from ‘VK_KHR_swapchain’
pub const SWAPCHAIN_KHR: Self
Source§impl ObjectType
Generated from ‘VK_KHR_display’
impl ObjectType
Generated from ‘VK_KHR_display’
pub const DISPLAY_KHR: Self
pub const DISPLAY_MODE_KHR: Self
Source§impl ObjectType
Generated from ‘VK_EXT_debug_report’
impl ObjectType
Generated from ‘VK_EXT_debug_report’
pub const DEBUG_REPORT_CALLBACK_EXT: Self
Source§impl ObjectType
Generated from ‘VK_KHR_video_queue’
impl ObjectType
Generated from ‘VK_KHR_video_queue’
Sourcepub const VIDEO_SESSION_KHR: Self
pub const VIDEO_SESSION_KHR: Self
VkVideoSessionKHR
Sourcepub const VIDEO_SESSION_PARAMETERS_KHR: Self
pub const VIDEO_SESSION_PARAMETERS_KHR: Self
VkVideoSessionParametersKHR
Source§impl ObjectType
Generated from ‘VK_NVX_binary_import’
impl ObjectType
Generated from ‘VK_NVX_binary_import’
pub const CU_MODULE_NVX: Self
pub const CU_FUNCTION_NVX: Self
Source§impl ObjectType
Generated from ‘VK_KHR_descriptor_update_template’
impl ObjectType
Generated from ‘VK_KHR_descriptor_update_template’
pub const DESCRIPTOR_UPDATE_TEMPLATE_KHR: Self = Self::DESCRIPTOR_UPDATE_TEMPLATE
Source§impl ObjectType
Generated from ‘VK_EXT_debug_utils’
impl ObjectType
Generated from ‘VK_EXT_debug_utils’
pub const DEBUG_UTILS_MESSENGER_EXT: Self
Source§impl ObjectType
Generated from ‘VK_KHR_acceleration_structure’
impl ObjectType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_KHR: Self
Source§impl ObjectType
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
impl ObjectType
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
pub const SAMPLER_YCBCR_CONVERSION_KHR: Self = Self::SAMPLER_YCBCR_CONVERSION
Source§impl ObjectType
Generated from ‘VK_EXT_validation_cache’
impl ObjectType
Generated from ‘VK_EXT_validation_cache’
pub const VALIDATION_CACHE_EXT: Self
Source§impl ObjectType
Generated from ‘VK_NV_ray_tracing’
impl ObjectType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_NV: Self
Source§impl ObjectType
Generated from ‘VK_INTEL_performance_query’
impl ObjectType
Generated from ‘VK_INTEL_performance_query’
pub const PERFORMANCE_CONFIGURATION_INTEL: Self
Source§impl ObjectType
Generated from ‘VK_KHR_deferred_host_operations’
impl ObjectType
Generated from ‘VK_KHR_deferred_host_operations’
pub const DEFERRED_OPERATION_KHR: Self
Source§impl ObjectType
Generated from ‘VK_NV_device_generated_commands’
impl ObjectType
Generated from ‘VK_NV_device_generated_commands’
pub const INDIRECT_COMMANDS_LAYOUT_NV: Self
Source§impl ObjectType
Generated from ‘VK_EXT_private_data’
impl ObjectType
Generated from ‘VK_EXT_private_data’
pub const PRIVATE_DATA_SLOT_EXT: Self = Self::PRIVATE_DATA_SLOT
Source§impl ObjectType
Generated from ‘VK_FUCHSIA_buffer_collection’
impl ObjectType
Generated from ‘VK_FUCHSIA_buffer_collection’
Sourcepub const BUFFER_COLLECTION_FUCHSIA: Self
pub const BUFFER_COLLECTION_FUCHSIA: Self
VkBufferCollectionFUCHSIA
Source§impl ObjectType
Generated from ‘VK_VERSION_1_1’
impl ObjectType
Generated from ‘VK_VERSION_1_1’
pub const SAMPLER_YCBCR_CONVERSION: Self
pub const DESCRIPTOR_UPDATE_TEMPLATE: Self
Source§impl ObjectType
Generated from ‘VK_VERSION_1_3’
impl ObjectType
Generated from ‘VK_VERSION_1_3’
pub const PRIVATE_DATA_SLOT: Self
Trait Implementations§
Source§impl Clone for ObjectType
impl Clone for ObjectType
Source§fn clone(&self) -> ObjectType
fn clone(&self) -> ObjectType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more