[][src]Struct ash::vk::StructureType

#[repr(transparent)]pub struct StructureType(_);

https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkStructureType.html

Methods

impl StructureType[src]

pub fn from_raw(x: i32) -> Self[src]

pub fn as_raw(self) -> i32[src]

impl StructureType[src]

pub const APPLICATION_INFO: Self[src]

pub const INSTANCE_CREATE_INFO: Self[src]

pub const DEVICE_QUEUE_CREATE_INFO: Self[src]

pub const DEVICE_CREATE_INFO: Self[src]

pub const SUBMIT_INFO: Self[src]

pub const MEMORY_ALLOCATE_INFO: Self[src]

pub const MAPPED_MEMORY_RANGE: Self[src]

pub const BIND_SPARSE_INFO: Self[src]

pub const FENCE_CREATE_INFO: Self[src]

pub const SEMAPHORE_CREATE_INFO: Self[src]

pub const EVENT_CREATE_INFO: Self[src]

pub const QUERY_POOL_CREATE_INFO: Self[src]

pub const BUFFER_CREATE_INFO: Self[src]

pub const BUFFER_VIEW_CREATE_INFO: Self[src]

pub const IMAGE_CREATE_INFO: Self[src]

pub const IMAGE_VIEW_CREATE_INFO: Self[src]

pub const SHADER_MODULE_CREATE_INFO: Self[src]

pub const PIPELINE_CACHE_CREATE_INFO: Self[src]

pub const PIPELINE_SHADER_STAGE_CREATE_INFO: Self[src]

pub const PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO: Self[src]

pub const PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO: Self[src]

pub const PIPELINE_TESSELLATION_STATE_CREATE_INFO: Self[src]

pub const PIPELINE_VIEWPORT_STATE_CREATE_INFO: Self[src]

pub const PIPELINE_RASTERIZATION_STATE_CREATE_INFO: Self[src]

pub const PIPELINE_MULTISAMPLE_STATE_CREATE_INFO: Self[src]

pub const PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO: Self[src]

pub const PIPELINE_COLOR_BLEND_STATE_CREATE_INFO: Self[src]

pub const PIPELINE_DYNAMIC_STATE_CREATE_INFO: Self[src]

pub const GRAPHICS_PIPELINE_CREATE_INFO: Self[src]

pub const COMPUTE_PIPELINE_CREATE_INFO: Self[src]

pub const PIPELINE_LAYOUT_CREATE_INFO: Self[src]

pub const SAMPLER_CREATE_INFO: Self[src]

pub const DESCRIPTOR_SET_LAYOUT_CREATE_INFO: Self[src]

pub const DESCRIPTOR_POOL_CREATE_INFO: Self[src]

pub const DESCRIPTOR_SET_ALLOCATE_INFO: Self[src]

pub const WRITE_DESCRIPTOR_SET: Self[src]

pub const COPY_DESCRIPTOR_SET: Self[src]

pub const FRAMEBUFFER_CREATE_INFO: Self[src]

pub const RENDER_PASS_CREATE_INFO: Self[src]

pub const COMMAND_POOL_CREATE_INFO: Self[src]

pub const COMMAND_BUFFER_ALLOCATE_INFO: Self[src]

pub const COMMAND_BUFFER_INHERITANCE_INFO: Self[src]

pub const COMMAND_BUFFER_BEGIN_INFO: Self[src]

pub const RENDER_PASS_BEGIN_INFO: Self[src]

pub const BUFFER_MEMORY_BARRIER: Self[src]

pub const IMAGE_MEMORY_BARRIER: Self[src]

pub const MEMORY_BARRIER: Self[src]

pub const LOADER_INSTANCE_CREATE_INFO: Self[src]

Reserved for internal use by the loader, layers, and ICDs

pub const LOADER_DEVICE_CREATE_INFO: Self[src]

Reserved for internal use by the loader, layers, and ICDs

impl StructureType[src]

Generated from 'VK_KHR_swapchain'

pub const SWAPCHAIN_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_swapchain'

pub const PRESENT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_swapchain'

pub const DEVICE_GROUP_PRESENT_CAPABILITIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_swapchain'

pub const IMAGE_SWAPCHAIN_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_swapchain'

pub const BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_swapchain'

pub const ACQUIRE_NEXT_IMAGE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_swapchain'

pub const DEVICE_GROUP_PRESENT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_swapchain'

pub const DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_display'

pub const DISPLAY_MODE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_display'

pub const DISPLAY_SURFACE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_display_swapchain'

pub const DISPLAY_PRESENT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_xlib_surface'

pub const XLIB_SURFACE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_xcb_surface'

pub const XCB_SURFACE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_wayland_surface'

pub const WAYLAND_SURFACE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_android_surface'

pub const ANDROID_SURFACE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_win32_surface'

pub const WIN32_SURFACE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_native_buffer'

pub const NATIVE_BUFFER_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_native_buffer'

pub const SWAPCHAIN_IMAGE_CREATE_INFO_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_native_buffer'

pub const PHYSICAL_DEVICE_PRESENTATION_PROPERTIES_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_report'

pub const DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_report'

pub const DEBUG_REPORT_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_rasterization_order'

pub const PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_marker'

pub const DEBUG_MARKER_OBJECT_NAME_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_marker'

pub const DEBUG_MARKER_OBJECT_TAG_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_marker'

pub const DEBUG_MARKER_MARKER_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_NV_dedicated_allocation'

pub const DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_dedicated_allocation'

pub const DEDICATED_ALLOCATION_BUFFER_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_dedicated_allocation'

pub const DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_transform_feedback'

pub const PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_transform_feedback'

pub const PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_transform_feedback'

pub const PIPELINE_RASTERIZATION_STATE_STREAM_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_NVX_image_view_handle'

pub const IMAGE_VIEW_HANDLE_INFO_NVX: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_texture_gather_bias_lod'

pub const TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_GGP_stream_descriptor_surface'

pub const STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP: Self[src]

impl StructureType[src]

Generated from 'VK_NV_corner_sampled_image'

pub const PHYSICAL_DEVICE_CORNER_SAMPLED_IMAGE_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_multiview'

pub const RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_multiview'

pub const PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_multiview'

pub const PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_NV_external_memory'

pub const EXTERNAL_MEMORY_IMAGE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_external_memory'

pub const EXPORT_MEMORY_ALLOCATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_external_memory_win32'

pub const IMPORT_MEMORY_WIN32_HANDLE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_external_memory_win32'

pub const EXPORT_MEMORY_WIN32_HANDLE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_win32_keyed_mutex'

pub const WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const PHYSICAL_DEVICE_FEATURES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const PHYSICAL_DEVICE_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const FORMAT_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const IMAGE_FORMAT_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const QUEUE_FAMILY_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const PHYSICAL_DEVICE_MEMORY_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const SPARSE_IMAGE_FORMAT_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_physical_device_properties2'

pub const PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group'

pub const MEMORY_ALLOCATE_FLAGS_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group'

pub const DEVICE_GROUP_RENDER_PASS_BEGIN_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group'

pub const DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group'

pub const DEVICE_GROUP_SUBMIT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group'

pub const DEVICE_GROUP_BIND_SPARSE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group'

pub const BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group'

pub const BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_validation_flags'

pub const VALIDATION_FLAGS_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_NN_vi_surface'

pub const VI_SURFACE_CREATE_INFO_NN: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_texture_compression_astc_hdr'

pub const PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_astc_decode_mode'

pub const IMAGE_VIEW_ASTC_DECODE_MODE_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_astc_decode_mode'

pub const PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group_creation'

pub const PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_device_group_creation'

pub const DEVICE_GROUP_DEVICE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_capabilities'

pub const PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_capabilities'

pub const EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_capabilities'

pub const PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_capabilities'

pub const EXTERNAL_BUFFER_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_capabilities'

pub const PHYSICAL_DEVICE_ID_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory'

pub const EXTERNAL_MEMORY_BUFFER_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory'

pub const EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory'

pub const EXPORT_MEMORY_ALLOCATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_win32'

pub const IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_win32'

pub const EXPORT_MEMORY_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_win32'

pub const MEMORY_WIN32_HANDLE_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_win32'

pub const MEMORY_GET_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_fd'

pub const IMPORT_MEMORY_FD_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_fd'

pub const MEMORY_FD_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_memory_fd'

pub const MEMORY_GET_FD_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_win32_keyed_mutex'

pub const WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore_capabilities'

pub const PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore_capabilities'

pub const EXTERNAL_SEMAPHORE_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore'

pub const EXPORT_SEMAPHORE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore_win32'

pub const IMPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore_win32'

pub const EXPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore_win32'

pub const D3D12_FENCE_SUBMIT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore_win32'

pub const SEMAPHORE_GET_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore_fd'

pub const IMPORT_SEMAPHORE_FD_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_semaphore_fd'

pub const SEMAPHORE_GET_FD_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_push_descriptor'

pub const PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_conditional_rendering'

pub const COMMAND_BUFFER_INHERITANCE_CONDITIONAL_RENDERING_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_conditional_rendering'

pub const PHYSICAL_DEVICE_CONDITIONAL_RENDERING_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_conditional_rendering'

pub const CONDITIONAL_RENDERING_BEGIN_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_shader_float16_int8'

pub const PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_shader_float16_int8'

pub const PHYSICAL_DEVICE_FLOAT16_INT8_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_16bit_storage'

pub const PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_incremental_present'

pub const PRESENT_REGIONS_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_descriptor_update_template'

pub const DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_NV_clip_space_w_scaling'

pub const PIPELINE_VIEWPORT_W_SCALING_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_display_surface_counter'

pub const SURFACE_CAPABILITIES_2_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_display_surface_counter'

pub const SURFACE_CAPABILITIES2_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_display_control'

pub const DISPLAY_POWER_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_display_control'

pub const DEVICE_EVENT_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_display_control'

pub const DISPLAY_EVENT_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_display_control'

pub const SWAPCHAIN_COUNTER_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_GOOGLE_display_timing'

pub const PRESENT_TIMES_INFO_GOOGLE: Self[src]

impl StructureType[src]

Generated from 'VK_NVX_multiview_per_view_attributes'

pub const PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_ATTRIBUTES_PROPERTIES_NVX: Self[src]

impl StructureType[src]

Generated from 'VK_NV_viewport_swizzle'

pub const PIPELINE_VIEWPORT_SWIZZLE_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_discard_rectangles'

pub const PHYSICAL_DEVICE_DISCARD_RECTANGLE_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_discard_rectangles'

pub const PIPELINE_DISCARD_RECTANGLE_STATE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_conservative_rasterization'

pub const PHYSICAL_DEVICE_CONSERVATIVE_RASTERIZATION_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_conservative_rasterization'

pub const PIPELINE_RASTERIZATION_CONSERVATIVE_STATE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_depth_clip_enable'

pub const PHYSICAL_DEVICE_DEPTH_CLIP_ENABLE_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_depth_clip_enable'

pub const PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_hdr_metadata'

pub const HDR_METADATA_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_imageless_framebuffer'

pub const PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_imageless_framebuffer'

pub const FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_imageless_framebuffer'

pub const FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_imageless_framebuffer'

pub const RENDER_PASS_ATTACHMENT_BEGIN_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_create_renderpass2'

pub const ATTACHMENT_DESCRIPTION_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_create_renderpass2'

pub const ATTACHMENT_REFERENCE_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_create_renderpass2'

pub const SUBPASS_DESCRIPTION_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_create_renderpass2'

pub const SUBPASS_DEPENDENCY_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_create_renderpass2'

pub const RENDER_PASS_CREATE_INFO_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_create_renderpass2'

pub const SUBPASS_BEGIN_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_create_renderpass2'

pub const SUBPASS_END_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_shared_presentable_image'

pub const SHARED_PRESENT_SURFACE_CAPABILITIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_fence_capabilities'

pub const PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_fence_capabilities'

pub const EXTERNAL_FENCE_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_fence'

pub const EXPORT_FENCE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_fence_win32'

pub const IMPORT_FENCE_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_fence_win32'

pub const EXPORT_FENCE_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_fence_win32'

pub const FENCE_GET_WIN32_HANDLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_fence_fd'

pub const IMPORT_FENCE_FD_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_external_fence_fd'

pub const FENCE_GET_FD_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_performance_query'

pub const PHYSICAL_DEVICE_PERFORMANCE_QUERY_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_performance_query'

pub const PHYSICAL_DEVICE_PERFORMANCE_QUERY_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_performance_query'

pub const QUERY_POOL_PERFORMANCE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_performance_query'

pub const PERFORMANCE_QUERY_SUBMIT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_performance_query'

pub const ACQUIRE_PROFILING_LOCK_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_performance_query'

pub const PERFORMANCE_COUNTER_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_performance_query'

pub const PERFORMANCE_COUNTER_DESCRIPTION_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_maintenance2'

pub const PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_maintenance2'

pub const RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_maintenance2'

pub const IMAGE_VIEW_USAGE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_maintenance2'

pub const PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_surface_capabilities2'

pub const PHYSICAL_DEVICE_SURFACE_INFO_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_surface_capabilities2'

pub const SURFACE_CAPABILITIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_surface_capabilities2'

pub const SURFACE_FORMAT_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_variable_pointers'

pub const PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_variable_pointers'

pub const PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_display_properties2'

pub const DISPLAY_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_display_properties2'

pub const DISPLAY_PLANE_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_display_properties2'

pub const DISPLAY_MODE_PROPERTIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_display_properties2'

pub const DISPLAY_PLANE_INFO_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_display_properties2'

pub const DISPLAY_PLANE_CAPABILITIES_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_MVK_ios_surface'

pub const IOS_SURFACE_CREATE_INFO_M: Self[src]

impl StructureType[src]

Generated from 'VK_MVK_macos_surface'

pub const MACOS_SURFACE_CREATE_INFO_M: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_dedicated_allocation'

pub const MEMORY_DEDICATED_REQUIREMENTS_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_dedicated_allocation'

pub const MEMORY_DEDICATED_ALLOCATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_utils'

pub const DEBUG_UTILS_OBJECT_NAME_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_utils'

pub const DEBUG_UTILS_OBJECT_TAG_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_utils'

pub const DEBUG_UTILS_LABEL_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_utils'

pub const DEBUG_UTILS_MESSENGER_CALLBACK_DATA_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_debug_utils'

pub const DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_external_memory_android_hardware_buffer'

pub const ANDROID_HARDWARE_BUFFER_USAGE_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_external_memory_android_hardware_buffer'

pub const ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_external_memory_android_hardware_buffer'

pub const ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_external_memory_android_hardware_buffer'

pub const IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_external_memory_android_hardware_buffer'

pub const MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_ANDROID_external_memory_android_hardware_buffer'

pub const EXTERNAL_FORMAT_ANDROID: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_sampler_filter_minmax'

pub const PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_sampler_filter_minmax'

pub const SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_inline_uniform_block'

pub const PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_inline_uniform_block'

pub const PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_inline_uniform_block'

pub const WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_inline_uniform_block'

pub const DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_sample_locations'

pub const SAMPLE_LOCATIONS_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_sample_locations'

pub const RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_sample_locations'

pub const PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_sample_locations'

pub const PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_sample_locations'

pub const MULTISAMPLE_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_memory_requirements2'

pub const BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_memory_requirements2'

pub const IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_memory_requirements2'

pub const IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_memory_requirements2'

pub const MEMORY_REQUIREMENTS_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_get_memory_requirements2'

pub const SPARSE_IMAGE_MEMORY_REQUIREMENTS_2_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_image_format_list'

pub const IMAGE_FORMAT_LIST_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_blend_operation_advanced'

pub const PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_blend_operation_advanced'

pub const PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_blend_operation_advanced'

pub const PIPELINE_COLOR_BLEND_ADVANCED_STATE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_NV_fragment_coverage_to_color'

pub const PIPELINE_COVERAGE_TO_COLOR_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const BIND_ACCELERATION_STRUCTURE_MEMORY_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const WRITE_DESCRIPTOR_SET_ACCELERATION_STRUCTURE_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_BUILD_GEOMETRY_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_CREATE_GEOMETRY_TYPE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_DEVICE_ADDRESS_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_GEOMETRY_AABBS_DATA_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_GEOMETRY_INSTANCES_DATA_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_GEOMETRY_TRIANGLES_DATA_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_GEOMETRY_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_VERSION_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const COPY_ACCELERATION_STRUCTURE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const COPY_ACCELERATION_STRUCTURE_TO_MEMORY_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const COPY_MEMORY_TO_ACCELERATION_STRUCTURE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const PHYSICAL_DEVICE_RAY_TRACING_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const PHYSICAL_DEVICE_RAY_TRACING_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const RAY_TRACING_PIPELINE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const RAY_TRACING_SHADER_GROUP_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const ACCELERATION_STRUCTURE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_ray_tracing'

pub const RAY_TRACING_PIPELINE_INTERFACE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_NV_framebuffer_mixed_samples'

pub const PIPELINE_COVERAGE_MODULATION_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_shader_sm_builtins'

pub const PHYSICAL_DEVICE_SHADER_SM_BUILTINS_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_shader_sm_builtins'

pub const PHYSICAL_DEVICE_SHADER_SM_BUILTINS_PROPERTIES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_sampler_ycbcr_conversion'

pub const SAMPLER_YCBCR_CONVERSION_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_sampler_ycbcr_conversion'

pub const SAMPLER_YCBCR_CONVERSION_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_sampler_ycbcr_conversion'

pub const BIND_IMAGE_PLANE_MEMORY_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_sampler_ycbcr_conversion'

pub const IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_sampler_ycbcr_conversion'

pub const PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_sampler_ycbcr_conversion'

pub const SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_bind_memory2'

pub const BIND_BUFFER_MEMORY_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_bind_memory2'

pub const BIND_IMAGE_MEMORY_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_image_drm_format_modifier'

pub const DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_image_drm_format_modifier'

pub const DRM_FORMAT_MODIFIER_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_image_drm_format_modifier'

pub const PHYSICAL_DEVICE_IMAGE_DRM_FORMAT_MODIFIER_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_image_drm_format_modifier'

pub const IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_image_drm_format_modifier'

pub const IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_image_drm_format_modifier'

pub const IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_validation_cache'

pub const VALIDATION_CACHE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_validation_cache'

pub const SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_descriptor_indexing'

pub const DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_descriptor_indexing'

pub const PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_descriptor_indexing'

pub const PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_descriptor_indexing'

pub const DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_descriptor_indexing'

pub const DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_NV_shading_rate_image'

pub const PIPELINE_VIEWPORT_SHADING_RATE_IMAGE_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_shading_rate_image'

pub const PHYSICAL_DEVICE_SHADING_RATE_IMAGE_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_shading_rate_image'

pub const PHYSICAL_DEVICE_SHADING_RATE_IMAGE_PROPERTIES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_shading_rate_image'

pub const PIPELINE_VIEWPORT_COARSE_SAMPLE_ORDER_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const RAY_TRACING_PIPELINE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const ACCELERATION_STRUCTURE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const GEOMETRY_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const GEOMETRY_TRIANGLES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const GEOMETRY_AABB_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const BIND_ACCELERATION_STRUCTURE_MEMORY_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const WRITE_DESCRIPTOR_SET_ACCELERATION_STRUCTURE_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const PHYSICAL_DEVICE_RAY_TRACING_PROPERTIES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const RAY_TRACING_SHADER_GROUP_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_ray_tracing'

pub const ACCELERATION_STRUCTURE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_representative_fragment_test'

pub const PHYSICAL_DEVICE_REPRESENTATIVE_FRAGMENT_TEST_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_representative_fragment_test'

pub const PIPELINE_REPRESENTATIVE_FRAGMENT_TEST_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_maintenance3'

pub const PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_maintenance3'

pub const DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_filter_cubic'

pub const PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_filter_cubic'

pub const FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_global_priority'

pub const DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_shader_subgroup_extended_types'

pub const PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_8bit_storage'

pub const PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_external_memory_host'

pub const IMPORT_MEMORY_HOST_POINTER_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_external_memory_host'

pub const MEMORY_HOST_POINTER_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_external_memory_host'

pub const PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_shader_atomic_int64'

pub const PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_shader_clock'

pub const PHYSICAL_DEVICE_SHADER_CLOCK_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_pipeline_compiler_control'

pub const PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_calibrated_timestamps'

pub const CALIBRATED_TIMESTAMP_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_shader_core_properties'

pub const PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_memory_overallocation_behavior'

pub const DEVICE_MEMORY_OVERALLOCATION_CREATE_INFO_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_vertex_attribute_divisor'

pub const PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_vertex_attribute_divisor'

pub const PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_vertex_attribute_divisor'

pub const PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_GGP_frame_token'

pub const PRESENT_FRAME_TOKEN_GGP: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_pipeline_creation_feedback'

pub const PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_driver_properties'

pub const PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_shader_float_controls'

pub const PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_depth_stencil_resolve'

pub const PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_depth_stencil_resolve'

pub const SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_NV_compute_shader_derivatives'

pub const PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_mesh_shader'

pub const PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_mesh_shader'

pub const PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_fragment_shader_barycentric'

pub const PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_shader_image_footprint'

pub const PHYSICAL_DEVICE_SHADER_IMAGE_FOOTPRINT_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_scissor_exclusive'

pub const PIPELINE_VIEWPORT_EXCLUSIVE_SCISSOR_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_scissor_exclusive'

pub const PHYSICAL_DEVICE_EXCLUSIVE_SCISSOR_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_diagnostic_checkpoints'

pub const CHECKPOINT_DATA_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_diagnostic_checkpoints'

pub const QUEUE_FAMILY_CHECKPOINT_PROPERTIES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_timeline_semaphore'

pub const PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_timeline_semaphore'

pub const PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_timeline_semaphore'

pub const SEMAPHORE_TYPE_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_timeline_semaphore'

pub const TIMELINE_SEMAPHORE_SUBMIT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_timeline_semaphore'

pub const SEMAPHORE_WAIT_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_timeline_semaphore'

pub const SEMAPHORE_SIGNAL_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_INTEL_shader_integer_functions2'

pub const PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL: Self[src]

impl StructureType[src]

Generated from 'VK_INTEL_performance_query'

pub const QUERY_POOL_CREATE_INFO_INTEL: Self[src]

impl StructureType[src]

Generated from 'VK_INTEL_performance_query'

pub const INITIALIZE_PERFORMANCE_API_INFO_INTEL: Self[src]

impl StructureType[src]

Generated from 'VK_INTEL_performance_query'

pub const PERFORMANCE_MARKER_INFO_INTEL: Self[src]

impl StructureType[src]

Generated from 'VK_INTEL_performance_query'

pub const PERFORMANCE_STREAM_MARKER_INFO_INTEL: Self[src]

impl StructureType[src]

Generated from 'VK_INTEL_performance_query'

pub const PERFORMANCE_OVERRIDE_INFO_INTEL: Self[src]

impl StructureType[src]

Generated from 'VK_INTEL_performance_query'

pub const PERFORMANCE_CONFIGURATION_ACQUIRE_INFO_INTEL: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_vulkan_memory_model'

pub const PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_pci_bus_info'

pub const PHYSICAL_DEVICE_PCI_BUS_INFO_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_display_native_hdr'

pub const DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_display_native_hdr'

pub const SWAPCHAIN_DISPLAY_NATIVE_HDR_CREATE_INFO_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_FUCHSIA_imagepipe_surface'

pub const IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_metal_surface'

pub const METAL_SURFACE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_fragment_density_map'

pub const PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_fragment_density_map'

pub const PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_fragment_density_map'

pub const RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_scalar_block_layout'

pub const PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_subgroup_size_control'

pub const PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_subgroup_size_control'

pub const PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_subgroup_size_control'

pub const PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_shader_core_properties2'

pub const PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_AMD_device_coherent_memory'

pub const PHYSICAL_DEVICE_COHERENT_MEMORY_FEATURES_AMD: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_memory_budget'

pub const PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_memory_priority'

pub const PHYSICAL_DEVICE_MEMORY_PRIORITY_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_memory_priority'

pub const MEMORY_PRIORITY_ALLOCATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_surface_protected_capabilities'

pub const SURFACE_PROTECTED_CAPABILITIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_NV_dedicated_allocation_image_aliasing'

pub const PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_separate_depth_stencil_layouts'

pub const PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_separate_depth_stencil_layouts'

pub const ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_separate_depth_stencil_layouts'

pub const ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_buffer_device_address'

pub const PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_buffer_device_address'

pub const PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_buffer_device_address'

pub const BUFFER_DEVICE_ADDRESS_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_buffer_device_address'

pub const BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_tooling_info'

pub const PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_separate_stencil_usage'

pub const IMAGE_STENCIL_USAGE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_validation_features'

pub const VALIDATION_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_NV_cooperative_matrix'

pub const PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_cooperative_matrix'

pub const COOPERATIVE_MATRIX_PROPERTIES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_cooperative_matrix'

pub const PHYSICAL_DEVICE_COOPERATIVE_MATRIX_PROPERTIES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_coverage_reduction_mode'

pub const PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_coverage_reduction_mode'

pub const PIPELINE_COVERAGE_REDUCTION_STATE_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_coverage_reduction_mode'

pub const FRAMEBUFFER_MIXED_SAMPLES_COMBINATION_NV: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_fragment_shader_interlock'

pub const PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_ycbcr_image_arrays'

pub const PHYSICAL_DEVICE_YCBCR_IMAGE_ARRAYS_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_uniform_buffer_standard_layout'

pub const PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_full_screen_exclusive'

pub const SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_full_screen_exclusive'

pub const SURFACE_CAPABILITIES_FULL_SCREEN_EXCLUSIVE_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_full_screen_exclusive'

pub const SURFACE_FULL_SCREEN_EXCLUSIVE_WIN32_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_headless_surface'

pub const HEADLESS_SURFACE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_buffer_device_address'

pub const PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_buffer_device_address'

pub const BUFFER_DEVICE_ADDRESS_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_buffer_device_address'

pub const BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_buffer_device_address'

pub const MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_buffer_device_address'

pub const DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_line_rasterization'

pub const PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_line_rasterization'

pub const PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_line_rasterization'

pub const PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_host_query_reset'

pub const PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_index_type_uint8'

pub const PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_deferred_host_operations'

pub const DEFERRED_OPERATION_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_pipeline_executable_properties'

pub const PHYSICAL_DEVICE_PIPELINE_EXECUTABLE_PROPERTIES_FEATURES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_pipeline_executable_properties'

pub const PIPELINE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_pipeline_executable_properties'

pub const PIPELINE_EXECUTABLE_PROPERTIES_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_pipeline_executable_properties'

pub const PIPELINE_EXECUTABLE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_pipeline_executable_properties'

pub const PIPELINE_EXECUTABLE_STATISTIC_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_pipeline_executable_properties'

pub const PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_shader_demote_to_helper_invocation'

pub const PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_generated_commands'

pub const PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_generated_commands'

pub const GRAPHICS_SHADER_GROUP_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_generated_commands'

pub const GRAPHICS_PIPELINE_SHADER_GROUPS_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_generated_commands'

pub const INDIRECT_COMMANDS_LAYOUT_TOKEN_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_generated_commands'

pub const INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_generated_commands'

pub const GENERATED_COMMANDS_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_generated_commands'

pub const GENERATED_COMMANDS_MEMORY_REQUIREMENTS_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_generated_commands'

pub const PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_texel_buffer_alignment'

pub const PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_texel_buffer_alignment'

pub const PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_QCOM_render_pass_transform'

pub const COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM: Self[src]

impl StructureType[src]

Generated from 'VK_QCOM_render_pass_transform'

pub const RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM: Self[src]

impl StructureType[src]

Generated from 'VK_KHR_pipeline_library'

pub const PIPELINE_LIBRARY_CREATE_INFO_KHR: Self[src]

impl StructureType[src]

Generated from 'VK_EXT_pipeline_creation_cache_control'

pub const PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_diagnostics_config'

pub const PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV: Self[src]

impl StructureType[src]

Generated from 'VK_NV_device_diagnostics_config'

pub const DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV: Self[src]

impl StructureType[src]

Generated from 'VK_QCOM_extension_310'

pub const RESERVED_QCOM: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_SUBGROUP_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const BIND_BUFFER_MEMORY_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const BIND_IMAGE_MEMORY_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const MEMORY_DEDICATED_REQUIREMENTS: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const MEMORY_DEDICATED_ALLOCATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const MEMORY_ALLOCATE_FLAGS_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const DEVICE_GROUP_RENDER_PASS_BEGIN_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const DEVICE_GROUP_SUBMIT_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const DEVICE_GROUP_BIND_SPARSE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_GROUP_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const DEVICE_GROUP_DEVICE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const BUFFER_MEMORY_REQUIREMENTS_INFO_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const IMAGE_MEMORY_REQUIREMENTS_INFO_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const MEMORY_REQUIREMENTS_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const SPARSE_IMAGE_MEMORY_REQUIREMENTS_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_FEATURES_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_PROPERTIES_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const FORMAT_PROPERTIES_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const IMAGE_FORMAT_PROPERTIES_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const QUEUE_FAMILY_PROPERTIES_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_MEMORY_PROPERTIES_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const SPARSE_IMAGE_FORMAT_PROPERTIES_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const IMAGE_VIEW_USAGE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const RENDER_PASS_MULTIVIEW_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_MULTIVIEW_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PROTECTED_SUBMIT_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const DEVICE_QUEUE_INFO_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const SAMPLER_YCBCR_CONVERSION_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const SAMPLER_YCBCR_CONVERSION_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const BIND_IMAGE_PLANE_MEMORY_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXTERNAL_IMAGE_FORMAT_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXTERNAL_BUFFER_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_ID_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXTERNAL_MEMORY_BUFFER_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXTERNAL_MEMORY_IMAGE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXPORT_MEMORY_ALLOCATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXTERNAL_FENCE_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXPORT_FENCE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXPORT_SEMAPHORE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const EXTERNAL_SEMAPHORE_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const DESCRIPTOR_SET_LAYOUT_SUPPORT: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_1'

pub const PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_VULKAN_1_1_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_VULKAN_1_1_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_VULKAN_1_2_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_VULKAN_1_2_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const IMAGE_FORMAT_LIST_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const ATTACHMENT_DESCRIPTION_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const ATTACHMENT_REFERENCE_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SUBPASS_DESCRIPTION_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SUBPASS_DEPENDENCY_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const RENDER_PASS_CREATE_INFO_2: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SUBPASS_BEGIN_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SUBPASS_END_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_DRIVER_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const IMAGE_STENCIL_USAGE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SAMPLER_REDUCTION_MODE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const FRAMEBUFFER_ATTACHMENTS_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const FRAMEBUFFER_ATTACHMENT_IMAGE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const RENDER_PASS_ATTACHMENT_BEGIN_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const ATTACHMENT_REFERENCE_STENCIL_LAYOUT: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SEMAPHORE_TYPE_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const TIMELINE_SEMAPHORE_SUBMIT_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SEMAPHORE_WAIT_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const SEMAPHORE_SIGNAL_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const BUFFER_DEVICE_ADDRESS_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO: Self[src]

impl StructureType[src]

Generated from 'VK_VERSION_1_2'

pub const DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO: Self[src]

impl StructureType[src]

pub const PHYSICAL_DEVICE_GPA_FEATURES_AMD: Self[src]

pub const PHYSICAL_DEVICE_GPA_PROPERTIES_AMD: Self[src]

pub const GPA_SAMPLE_BEGIN_INFO_AMD: Self[src]

pub const GPA_SESSION_CREATE_INFO_AMD: Self[src]

pub const GPA_DEVICE_CLOCK_MODE_INFO_AMD: Self[src]

impl StructureType[src]

pub const WAVE_LIMIT_AMD: Self[src]

pub const PHYSICAL_DEVICE_WAVE_LIMIT_PROPERTIES_AMD: Self[src]

Trait Implementations

impl Clone for StructureType[src]

impl Copy for StructureType[src]

impl Debug for StructureType[src]

impl Default for StructureType[src]

impl Eq for StructureType[src]

impl Hash for StructureType[src]

impl Ord for StructureType[src]

impl PartialEq<StructureType> for StructureType[src]

impl PartialOrd<StructureType> for StructureType[src]

impl StructuralEq for StructureType[src]

impl StructuralPartialEq for StructureType[src]

Auto Trait Implementations

impl RefUnwindSafe for StructureType

impl Send for StructureType

impl Sync for StructureType

impl Unpin for StructureType

impl UnwindSafe for StructureType

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.