vulkanalia_sys/
constants.rs

1// SPDX-License-Identifier: Apache-2.0
2
3// DO NOT EDIT.
4//
5// This file has been generated by the Kotlin project in the `generator`
6// directory from a Vulkan API registry.
7
8#![allow(
9    non_camel_case_types,
10    non_snake_case,
11    clippy::bad_bit_mask,
12    clippy::let_unit_value,
13    clippy::missing_safety_doc,
14    clippy::missing_transmute_annotations,
15    clippy::too_many_arguments,
16    clippy::type_complexity,
17    clippy::unnecessary_cast,
18    clippy::upper_case_acronyms,
19    clippy::useless_transmute
20)]
21
22pub const ATTACHMENT_UNUSED: u32 = !0;
23pub const FALSE: u32 = 0;
24pub const LOD_CLAMP_NONE: f32 = 1000.0;
25pub const LUID_SIZE: usize = 8;
26pub const MAX_DESCRIPTION_SIZE: usize = 256;
27pub const MAX_DEVICE_GROUP_SIZE: usize = 32;
28pub const MAX_DRIVER_INFO_SIZE: usize = 256;
29pub const MAX_DRIVER_NAME_SIZE: usize = 256;
30pub const MAX_EXTENSION_NAME_SIZE: usize = 256;
31pub const MAX_GLOBAL_PRIORITY_SIZE: usize = 16;
32pub const MAX_MEMORY_HEAPS: usize = 16;
33pub const MAX_MEMORY_TYPES: usize = 32;
34pub const MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM: usize = 128;
35pub const MAX_PHYSICAL_DEVICE_NAME_SIZE: usize = 256;
36pub const MAX_PIPELINE_BINARY_KEY_SIZE_KHR: usize = 32;
37pub const MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT: usize = 32;
38pub const MAX_VIDEO_AV1_REFERENCES_PER_FRAME_KHR: usize = 7;
39pub const MAX_VIDEO_VP9_REFERENCES_PER_FRAME_KHR: usize = 3;
40pub const PARTITIONED_ACCELERATION_STRUCTURE_PARTITION_INDEX_GLOBAL_NV: u32 = !0;
41pub const QUEUE_FAMILY_EXTERNAL: u32 = !1;
42pub const QUEUE_FAMILY_FOREIGN_EXT: u32 = !2;
43pub const QUEUE_FAMILY_IGNORED: u32 = !0;
44pub const REMAINING_3D_SLICES_EXT: u32 = !0;
45pub const REMAINING_ARRAY_LAYERS: u32 = !0;
46pub const REMAINING_MIP_LEVELS: u32 = !0;
47pub const SHADER_INDEX_UNUSED_AMDX: u32 = !0;
48pub const SHADER_UNUSED_KHR: u32 = !0;
49pub const SUBPASS_EXTERNAL: u32 = !0;
50pub const TRUE: u32 = 1;
51pub const UUID_SIZE: usize = 16;
52pub const WHOLE_SIZE: usize = !0;