[{"data":1,"prerenderedAt":631},["ShallowReactive",2],{"qHCvC2BAF5":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":630,"_id":4},"VkPhysicalDeviceDescriptorBufferFeaturesEXT","Structure describing the descriptor buffer features that can be supported by an implementation","VK_EXT_descriptor_buffer","structs",[],{"type":10,"children":11,"toc":628},"root",[12,28,344,349,530,592,622],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,26],{"type":18,"value":19},"text","The ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined\nas:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,135],{"type":13,"tag":33,"props":34,"children":40},"pre",{"className":35,"code":36,"filename":37,"language":38,"meta":39,"style":39},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkPhysicalDeviceDescriptorBufferFeaturesEXT {\n VkStructureType sType;\n void* pNext;\n VkBool32 descriptorBuffer;\n VkBool32 descriptorBufferCaptureReplay;\n VkBool32 descriptorBufferImageLayoutIgnored;\n VkBool32 descriptorBufferPushDescriptors;\n} VkPhysicalDeviceDescriptorBufferFeaturesEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,99,108,117,126],{"type":13,"tag":45,"props":46,"children":49},"span",{"class":47,"line":48},"line",1,[50,56,61],{"type":13,"tag":45,"props":51,"children":53},{"style":52},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[54],{"type":18,"value":55},"typedef",{"type":13,"tag":45,"props":57,"children":58},{"style":52},[59],{"type":18,"value":60}," struct",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkPhysicalDeviceDescriptorBufferFeaturesEXT {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VkStructureType sType;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," void*",{"type":13,"tag":45,"props":86,"children":87},{"style":63},[88],{"type":18,"value":89}," pNext;\n",{"type":13,"tag":45,"props":91,"children":93},{"class":47,"line":92},4,[94],{"type":13,"tag":45,"props":95,"children":96},{"style":63},[97],{"type":18,"value":98}," VkBool32 descriptorBuffer;\n",{"type":13,"tag":45,"props":100,"children":102},{"class":47,"line":101},5,[103],{"type":13,"tag":45,"props":104,"children":105},{"style":63},[106],{"type":18,"value":107}," VkBool32 descriptorBufferCaptureReplay;\n",{"type":13,"tag":45,"props":109,"children":111},{"class":47,"line":110},6,[112],{"type":13,"tag":45,"props":113,"children":114},{"style":63},[115],{"type":18,"value":116}," VkBool32 descriptorBufferImageLayoutIgnored;\n",{"type":13,"tag":45,"props":118,"children":120},{"class":47,"line":119},7,[121],{"type":13,"tag":45,"props":122,"children":123},{"style":63},[124],{"type":18,"value":125}," VkBool32 descriptorBufferPushDescriptors;\n",{"type":13,"tag":45,"props":127,"children":129},{"class":47,"line":128},8,[130],{"type":13,"tag":45,"props":131,"children":132},{"style":63},[133],{"type":18,"value":134},"} VkPhysicalDeviceDescriptorBufferFeaturesEXT;\n",{"type":13,"tag":33,"props":136,"children":141},{"className":137,"code":138,"filename":139,"language":140,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PhysicalDeviceDescriptorBufferFeaturesEXT {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n descriptor_buffer: vk::Bool32,\n descriptor_buffer_capture_replay: vk::Bool32,\n descriptor_buffer_image_layout_ignored: vk::Bool32,\n descriptor_buffer_push_descriptors: vk::Bool32,\n}\n","Rust","rs",[142],{"type":13,"tag":21,"props":143,"children":144},{"__ignoreMap":39},[145,168,201,223,252,280,308,336],{"type":13,"tag":45,"props":146,"children":147},{"class":47,"line":48},[148,153,157,163],{"type":13,"tag":45,"props":149,"children":150},{"style":52},[151],{"type":18,"value":152},"pub",{"type":13,"tag":45,"props":154,"children":155},{"style":52},[156],{"type":18,"value":60},{"type":13,"tag":45,"props":158,"children":160},{"style":159},"--shiki-default:#953800;--shiki-dark:#FFA657",[161],{"type":18,"value":162}," PhysicalDeviceDescriptorBufferFeaturesEXT",{"type":13,"tag":45,"props":164,"children":165},{"style":63},[166],{"type":18,"value":167}," {\n",{"type":13,"tag":45,"props":169,"children":170},{"class":47,"line":69},[171,176,181,186,191,196],{"type":13,"tag":45,"props":172,"children":173},{"style":63},[174],{"type":18,"value":175}," s_type",{"type":13,"tag":45,"props":177,"children":178},{"style":52},[179],{"type":18,"value":180},":",{"type":13,"tag":45,"props":182,"children":183},{"style":159},[184],{"type":18,"value":185}," vk",{"type":13,"tag":45,"props":187,"children":188},{"style":52},[189],{"type":18,"value":190},"::",{"type":13,"tag":45,"props":192,"children":193},{"style":159},[194],{"type":18,"value":195},"StructureType",{"type":13,"tag":45,"props":197,"children":198},{"style":63},[199],{"type":18,"value":200},",\n",{"type":13,"tag":45,"props":202,"children":203},{"class":47,"line":78},[204,209,213,218],{"type":13,"tag":45,"props":205,"children":206},{"style":63},[207],{"type":18,"value":208}," p_next",{"type":13,"tag":45,"props":210,"children":211},{"style":52},[212],{"type":18,"value":180},{"type":13,"tag":45,"props":214,"children":215},{"style":52},[216],{"type":18,"value":217}," *mut",{"type":13,"tag":45,"props":219,"children":220},{"style":63},[221],{"type":18,"value":222}," c_void,\n",{"type":13,"tag":45,"props":224,"children":225},{"class":47,"line":92},[226,231,235,239,243,248],{"type":13,"tag":45,"props":227,"children":228},{"style":63},[229],{"type":18,"value":230}," descriptor_buffer",{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":180},{"type":13,"tag":45,"props":236,"children":237},{"style":159},[238],{"type":18,"value":185},{"type":13,"tag":45,"props":240,"children":241},{"style":52},[242],{"type":18,"value":190},{"type":13,"tag":45,"props":244,"children":245},{"style":159},[246],{"type":18,"value":247},"Bool32",{"type":13,"tag":45,"props":249,"children":250},{"style":63},[251],{"type":18,"value":200},{"type":13,"tag":45,"props":253,"children":254},{"class":47,"line":101},[255,260,264,268,272,276],{"type":13,"tag":45,"props":256,"children":257},{"style":63},[258],{"type":18,"value":259}," descriptor_buffer_capture_replay",{"type":13,"tag":45,"props":261,"children":262},{"style":52},[263],{"type":18,"value":180},{"type":13,"tag":45,"props":265,"children":266},{"style":159},[267],{"type":18,"value":185},{"type":13,"tag":45,"props":269,"children":270},{"style":52},[271],{"type":18,"value":190},{"type":13,"tag":45,"props":273,"children":274},{"style":159},[275],{"type":18,"value":247},{"type":13,"tag":45,"props":277,"children":278},{"style":63},[279],{"type":18,"value":200},{"type":13,"tag":45,"props":281,"children":282},{"class":47,"line":110},[283,288,292,296,300,304],{"type":13,"tag":45,"props":284,"children":285},{"style":63},[286],{"type":18,"value":287}," descriptor_buffer_image_layout_ignored",{"type":13,"tag":45,"props":289,"children":290},{"style":52},[291],{"type":18,"value":180},{"type":13,"tag":45,"props":293,"children":294},{"style":159},[295],{"type":18,"value":185},{"type":13,"tag":45,"props":297,"children":298},{"style":52},[299],{"type":18,"value":190},{"type":13,"tag":45,"props":301,"children":302},{"style":159},[303],{"type":18,"value":247},{"type":13,"tag":45,"props":305,"children":306},{"style":63},[307],{"type":18,"value":200},{"type":13,"tag":45,"props":309,"children":310},{"class":47,"line":119},[311,316,320,324,328,332],{"type":13,"tag":45,"props":312,"children":313},{"style":63},[314],{"type":18,"value":315}," descriptor_buffer_push_descriptors",{"type":13,"tag":45,"props":317,"children":318},{"style":52},[319],{"type":18,"value":180},{"type":13,"tag":45,"props":321,"children":322},{"style":159},[323],{"type":18,"value":185},{"type":13,"tag":45,"props":325,"children":326},{"style":52},[327],{"type":18,"value":190},{"type":13,"tag":45,"props":329,"children":330},{"style":159},[331],{"type":18,"value":247},{"type":13,"tag":45,"props":333,"children":334},{"style":63},[335],{"type":18,"value":200},{"type":13,"tag":45,"props":337,"children":338},{"class":47,"line":128},[339],{"type":13,"tag":45,"props":340,"children":341},{"style":63},[342],{"type":18,"value":343},"}\n",{"type":13,"tag":14,"props":345,"children":346},{},[347],{"type":18,"value":348},"This structure describes the following feature:",{"type":13,"tag":350,"props":351,"children":352},"ul",{},[353,374,393,411,476,515],{"type":13,"tag":354,"props":355,"children":356},"li",{},[357,363,365,372],{"type":13,"tag":21,"props":358,"children":360},{"className":359},[],[361],{"type":18,"value":362},"sType",{"type":18,"value":364}," is a ",{"type":13,"tag":366,"props":367,"children":369},"a",{"href":368},"/man/VkStructureType",[370],{"type":18,"value":371},"VkStructureType",{"type":18,"value":373}," value identifying this structure.",{"type":13,"tag":354,"props":375,"children":376},{},[377,383,385,391],{"type":13,"tag":21,"props":378,"children":380},{"className":379},[],[381],{"type":18,"value":382},"pNext",{"type":18,"value":384}," is ",{"type":13,"tag":21,"props":386,"children":388},{"className":387},[],[389],{"type":18,"value":390},"NULL",{"type":18,"value":392}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":354,"props":394,"children":395},{},[396,401,403,409],{"type":13,"tag":397,"props":398,"children":400},"anchor",{"id":399},"features-descriptorBuffer",[],{"type":18,"value":402}," ",{"type":13,"tag":21,"props":404,"children":406},{"className":405},[],[407],{"type":18,"value":408},"descriptorBuffer",{"type":18,"value":410}," indicates that the\nimplementation supports putting shader-accessible descriptors directly\nin memory.",{"type":13,"tag":354,"props":412,"children":413},{},[414,418,424,426,432,434,440,441,447,448,454,455,461,463,469,474],{"type":13,"tag":397,"props":415,"children":417},{"id":416},"features-descriptorBufferCaptureReplay",[],{"type":13,"tag":21,"props":419,"children":421},{"className":420},[],[422],{"type":18,"value":423},"descriptorBufferCaptureReplay",{"type":18,"value":425}," indicates that the implementation\nsupports capture and replay when using descriptor buffers.\nIf this is ",{"type":13,"tag":21,"props":427,"children":429},{"className":428},[],[430],{"type":18,"value":431},"VK_TRUE",{"type":18,"value":433},", all resources created with\n",{"type":13,"tag":21,"props":435,"children":437},{"className":436},[],[438],{"type":18,"value":439},"VK_BUFFER_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT",{"type":18,"value":200},{"type":13,"tag":21,"props":442,"children":444},{"className":443},[],[445],{"type":18,"value":446},"VK_IMAGE_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT",{"type":18,"value":200},{"type":13,"tag":21,"props":449,"children":451},{"className":450},[],[452],{"type":18,"value":453},"VK_IMAGE_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT",{"type":18,"value":200},{"type":13,"tag":21,"props":456,"children":458},{"className":457},[],[459],{"type":18,"value":460},"VK_SAMPLER_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT",{"type":18,"value":462},", or\n",{"type":13,"tag":21,"props":464,"children":466},{"className":465},[],[467],{"type":18,"value":468},"VK_ACCELERATION_STRUCTURE_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT",{"type":13,"tag":470,"props":471,"children":473},"normative",{"type":472},"must",[],{"type":18,"value":475}," be created before resources of the same types without those flags.",{"type":13,"tag":354,"props":477,"children":478},{},[479,483,489,491,497,499,505,507,513],{"type":13,"tag":397,"props":480,"children":482},{"id":481},"features-descriptorBufferImageLayoutIgnored",[],{"type":13,"tag":21,"props":484,"children":486},{"className":485},[],[487],{"type":18,"value":488},"descriptorBufferImageLayoutIgnored",{"type":18,"value":490}," indicates that the\nimplementation will ignore ",{"type":13,"tag":21,"props":492,"children":494},{"className":493},[],[495],{"type":18,"value":496},"imageLayout",{"type":18,"value":498}," in\n",{"type":13,"tag":21,"props":500,"children":502},{"className":501},[],[503],{"type":18,"value":504},"VkDescriptorImageInfo",{"type":18,"value":506}," when calling ",{"type":13,"tag":366,"props":508,"children":510},{"href":509},"/man/vkGetDescriptorEXT",[511],{"type":18,"value":512},"vkGetDescriptorEXT",{"type":18,"value":514},".",{"type":13,"tag":354,"props":516,"children":517},{},[518,522,528],{"type":13,"tag":397,"props":519,"children":521},{"id":520},"features-descriptorBufferPushDescriptors",[],{"type":13,"tag":21,"props":523,"children":525},{"className":524},[],[526],{"type":18,"value":527},"descriptorBufferPushDescriptors",{"type":18,"value":529}," indicates that the implementation\nsupports using push descriptors with descriptor buffers.",{"type":13,"tag":14,"props":531,"children":532},{},[533,535,540,542,547,549,555,557,563,565,570,571,575,577,582,584,590],{"type":18,"value":534},"If the ",{"type":13,"tag":21,"props":536,"children":538},{"className":537},[],[539],{"type":18,"value":4},{"type":18,"value":541}," structure is included in the ",{"type":13,"tag":21,"props":543,"children":545},{"className":544},[],[546],{"type":18,"value":382},{"type":18,"value":548}," chain of the\n",{"type":13,"tag":366,"props":550,"children":552},{"href":551},"/man/VkPhysicalDeviceFeatures2",[553],{"type":18,"value":554},"VkPhysicalDeviceFeatures2",{"type":18,"value":556}," structure passed to\n",{"type":13,"tag":366,"props":558,"children":560},{"href":559},"/man/vkGetPhysicalDeviceFeatures2",[561],{"type":18,"value":562},"vkGetPhysicalDeviceFeatures2",{"type":18,"value":564},", it is filled in to indicate whether each\ncorresponding feature is supported.\n",{"type":13,"tag":21,"props":566,"children":568},{"className":567},[],[569],{"type":18,"value":4},{"type":18,"value":402},{"type":13,"tag":470,"props":572,"children":574},{"type":573},"can",[],{"type":18,"value":576}," also be used in the ",{"type":13,"tag":21,"props":578,"children":580},{"className":579},[],[581],{"type":18,"value":382},{"type":18,"value":583}," chain of\n",{"type":13,"tag":366,"props":585,"children":587},{"href":586},"/man/VkDeviceCreateInfo",[588],{"type":18,"value":589},"VkDeviceCreateInfo",{"type":18,"value":591}," to selectively enable these features.",{"type":13,"tag":593,"props":594,"children":596},"validity-group",{"name":595},"Valid Usage (Implicit)",[597],{"type":13,"tag":598,"props":599,"children":601},"validity-field",{"name":600},"VUID-VkPhysicalDeviceDescriptorBufferFeaturesEXT-sType-sType",[602],{"type":13,"tag":14,"props":603,"children":604},{},[605,610,611,614,616],{"type":13,"tag":21,"props":606,"children":608},{"className":607},[],[609],{"type":18,"value":362},{"type":18,"value":402},{"type":13,"tag":470,"props":612,"children":613},{"type":472},[],{"type":18,"value":615}," be ",{"type":13,"tag":21,"props":617,"children":619},{"className":618},[],[620],{"type":18,"value":621},"VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_FEATURES_EXT",{"type":13,"tag":623,"props":624,"children":625},"style",{},[626],{"type":18,"value":627},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":39,"searchDepth":69,"depth":69,"links":629},[],"markdown",1725732567023]