[{"data":1,"prerenderedAt":543},["ShallowReactive",2],{"GsaToJiuig":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":542,"_id":4},"VkXlibSurfaceCreateInfoKHR","Structure specifying parameters of a newly created Xlib surface object","VK_KHR_xlib_surface","structs",[],{"type":10,"children":11,"toc":540},"root",[12,28,313,406,461,534],{"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 as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,141],{"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 VkXlibSurfaceCreateInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkXlibSurfaceCreateFlagsKHR flags;\n Display* dpy;\n Window window;\n} VkXlibSurfaceCreateInfoKHR;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,123,132],{"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}," VkXlibSurfaceCreateInfoKHR {\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,90],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," const",{"type":13,"tag":45,"props":86,"children":87},{"style":52},[88],{"type":18,"value":89}," void*",{"type":13,"tag":45,"props":91,"children":92},{"style":63},[93],{"type":18,"value":94}," pNext;\n",{"type":13,"tag":45,"props":96,"children":98},{"class":47,"line":97},4,[99],{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," VkXlibSurfaceCreateFlagsKHR flags;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,113,118],{"type":13,"tag":45,"props":109,"children":110},{"style":63},[111],{"type":18,"value":112}," Display",{"type":13,"tag":45,"props":114,"children":115},{"style":52},[116],{"type":18,"value":117},"*",{"type":13,"tag":45,"props":119,"children":120},{"style":63},[121],{"type":18,"value":122}," dpy;\n",{"type":13,"tag":45,"props":124,"children":126},{"class":47,"line":125},6,[127],{"type":13,"tag":45,"props":128,"children":129},{"style":63},[130],{"type":18,"value":131}," Window window;\n",{"type":13,"tag":45,"props":133,"children":135},{"class":47,"line":134},7,[136],{"type":13,"tag":45,"props":137,"children":138},{"style":63},[139],{"type":18,"value":140},"} VkXlibSurfaceCreateInfoKHR;\n",{"type":13,"tag":33,"props":142,"children":147},{"className":143,"code":144,"filename":145,"language":146,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct XlibSurfaceCreateInfoKHR {\n s_type: vk::StructureType,\n p_next: *const c_void,\n flags: vk::XlibSurfaceCreateFlagsKHR,\n dpy: *mut Display,\n window: Window,\n}\n","Rust","rs",[148],{"type":13,"tag":21,"props":149,"children":150},{"__ignoreMap":39},[151,174,207,229,258,284,305],{"type":13,"tag":45,"props":152,"children":153},{"class":47,"line":48},[154,159,163,169],{"type":13,"tag":45,"props":155,"children":156},{"style":52},[157],{"type":18,"value":158},"pub",{"type":13,"tag":45,"props":160,"children":161},{"style":52},[162],{"type":18,"value":60},{"type":13,"tag":45,"props":164,"children":166},{"style":165},"--shiki-default:#953800;--shiki-dark:#FFA657",[167],{"type":18,"value":168}," XlibSurfaceCreateInfoKHR",{"type":13,"tag":45,"props":170,"children":171},{"style":63},[172],{"type":18,"value":173}," {\n",{"type":13,"tag":45,"props":175,"children":176},{"class":47,"line":69},[177,182,187,192,197,202],{"type":13,"tag":45,"props":178,"children":179},{"style":63},[180],{"type":18,"value":181}," s_type",{"type":13,"tag":45,"props":183,"children":184},{"style":52},[185],{"type":18,"value":186},":",{"type":13,"tag":45,"props":188,"children":189},{"style":165},[190],{"type":18,"value":191}," vk",{"type":13,"tag":45,"props":193,"children":194},{"style":52},[195],{"type":18,"value":196},"::",{"type":13,"tag":45,"props":198,"children":199},{"style":165},[200],{"type":18,"value":201},"StructureType",{"type":13,"tag":45,"props":203,"children":204},{"style":63},[205],{"type":18,"value":206},",\n",{"type":13,"tag":45,"props":208,"children":209},{"class":47,"line":78},[210,215,219,224],{"type":13,"tag":45,"props":211,"children":212},{"style":63},[213],{"type":18,"value":214}," p_next",{"type":13,"tag":45,"props":216,"children":217},{"style":52},[218],{"type":18,"value":186},{"type":13,"tag":45,"props":220,"children":221},{"style":52},[222],{"type":18,"value":223}," *const",{"type":13,"tag":45,"props":225,"children":226},{"style":63},[227],{"type":18,"value":228}," c_void,\n",{"type":13,"tag":45,"props":230,"children":231},{"class":47,"line":97},[232,237,241,245,249,254],{"type":13,"tag":45,"props":233,"children":234},{"style":63},[235],{"type":18,"value":236}," flags",{"type":13,"tag":45,"props":238,"children":239},{"style":52},[240],{"type":18,"value":186},{"type":13,"tag":45,"props":242,"children":243},{"style":165},[244],{"type":18,"value":191},{"type":13,"tag":45,"props":246,"children":247},{"style":52},[248],{"type":18,"value":196},{"type":13,"tag":45,"props":250,"children":251},{"style":165},[252],{"type":18,"value":253},"XlibSurfaceCreateFlagsKHR",{"type":13,"tag":45,"props":255,"children":256},{"style":63},[257],{"type":18,"value":206},{"type":13,"tag":45,"props":259,"children":260},{"class":47,"line":106},[261,266,270,275,280],{"type":13,"tag":45,"props":262,"children":263},{"style":63},[264],{"type":18,"value":265}," dpy",{"type":13,"tag":45,"props":267,"children":268},{"style":52},[269],{"type":18,"value":186},{"type":13,"tag":45,"props":271,"children":272},{"style":52},[273],{"type":18,"value":274}," *mut",{"type":13,"tag":45,"props":276,"children":277},{"style":165},[278],{"type":18,"value":279}," Display",{"type":13,"tag":45,"props":281,"children":282},{"style":63},[283],{"type":18,"value":206},{"type":13,"tag":45,"props":285,"children":286},{"class":47,"line":125},[287,292,296,301],{"type":13,"tag":45,"props":288,"children":289},{"style":63},[290],{"type":18,"value":291}," window",{"type":13,"tag":45,"props":293,"children":294},{"style":52},[295],{"type":18,"value":186},{"type":13,"tag":45,"props":297,"children":298},{"style":165},[299],{"type":18,"value":300}," Window",{"type":13,"tag":45,"props":302,"children":303},{"style":63},[304],{"type":18,"value":206},{"type":13,"tag":45,"props":306,"children":307},{"class":47,"line":134},[308],{"type":13,"tag":45,"props":309,"children":310},{"style":63},[311],{"type":18,"value":312},"}\n",{"type":13,"tag":314,"props":315,"children":316},"ul",{},[317,338,357,368,387],{"type":13,"tag":318,"props":319,"children":320},"li",{},[321,327,329,336],{"type":13,"tag":21,"props":322,"children":324},{"className":323},[],[325],{"type":18,"value":326},"sType",{"type":18,"value":328}," is a ",{"type":13,"tag":330,"props":331,"children":333},"a",{"href":332},"/man/VkStructureType",[334],{"type":18,"value":335},"VkStructureType",{"type":18,"value":337}," value identifying this structure.",{"type":13,"tag":318,"props":339,"children":340},{},[341,347,349,355],{"type":13,"tag":21,"props":342,"children":344},{"className":343},[],[345],{"type":18,"value":346},"pNext",{"type":18,"value":348}," is ",{"type":13,"tag":21,"props":350,"children":352},{"className":351},[],[353],{"type":18,"value":354},"NULL",{"type":18,"value":356}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":318,"props":358,"children":359},{},[360,366],{"type":13,"tag":21,"props":361,"children":363},{"className":362},[],[364],{"type":18,"value":365},"flags",{"type":18,"value":367}," is reserved for future use.",{"type":13,"tag":318,"props":369,"children":370},{},[371,377,379,385],{"type":13,"tag":21,"props":372,"children":374},{"className":373},[],[375],{"type":18,"value":376},"dpy",{"type":18,"value":378}," is a pointer to an Xlib ",{"type":13,"tag":21,"props":380,"children":382},{"className":381},[],[383],{"type":18,"value":384},"Display",{"type":18,"value":386}," connection to the X\nserver.",{"type":13,"tag":318,"props":388,"children":389},{},[390,396,398,404],{"type":13,"tag":21,"props":391,"children":393},{"className":392},[],[394],{"type":18,"value":395},"window",{"type":18,"value":397}," is an Xlib ",{"type":13,"tag":21,"props":399,"children":401},{"className":400},[],[402],{"type":18,"value":403},"Window",{"type":18,"value":405}," to associate the surface with.",{"type":13,"tag":407,"props":408,"children":410},"validity-group",{"name":409},"Valid Usage",[411,438],{"type":13,"tag":412,"props":413,"children":415},"validity-field",{"name":414},"VUID-VkXlibSurfaceCreateInfoKHR-dpy-01313",[416],{"type":13,"tag":14,"props":417,"children":418},{},[419,424,426,431,433],{"type":13,"tag":21,"props":420,"children":422},{"className":421},[],[423],{"type":18,"value":376},{"type":18,"value":425}," ",{"type":13,"tag":427,"props":428,"children":430},"normative",{"type":429},"must",[],{"type":18,"value":432}," point to a valid Xlib ",{"type":13,"tag":21,"props":434,"children":436},{"className":435},[],[437],{"type":18,"value":384},{"type":13,"tag":412,"props":439,"children":441},{"name":440},"VUID-VkXlibSurfaceCreateInfoKHR-window-01314",[442],{"type":13,"tag":14,"props":443,"children":444},{},[445,450,451,454,456],{"type":13,"tag":21,"props":446,"children":448},{"className":447},[],[449],{"type":18,"value":395},{"type":18,"value":425},{"type":13,"tag":427,"props":452,"children":453},{"type":429},[],{"type":18,"value":455}," be a valid Xlib ",{"type":13,"tag":21,"props":457,"children":459},{"className":458},[],[460],{"type":18,"value":403},{"type":13,"tag":407,"props":462,"children":464},{"name":463},"Valid Usage (Implicit)",[465,489,511],{"type":13,"tag":412,"props":466,"children":468},{"name":467},"VUID-VkXlibSurfaceCreateInfoKHR-sType-sType",[469],{"type":13,"tag":14,"props":470,"children":471},{},[472,477,478,481,483],{"type":13,"tag":21,"props":473,"children":475},{"className":474},[],[476],{"type":18,"value":326},{"type":18,"value":425},{"type":13,"tag":427,"props":479,"children":480},{"type":429},[],{"type":18,"value":482}," be ",{"type":13,"tag":21,"props":484,"children":486},{"className":485},[],[487],{"type":18,"value":488},"VK_STRUCTURE_TYPE_XLIB_SURFACE_CREATE_INFO_KHR",{"type":13,"tag":412,"props":490,"children":492},{"name":491},"VUID-VkXlibSurfaceCreateInfoKHR-pNext-pNext",[493],{"type":13,"tag":14,"props":494,"children":495},{},[496,501,502,505,506],{"type":13,"tag":21,"props":497,"children":499},{"className":498},[],[500],{"type":18,"value":346},{"type":18,"value":425},{"type":13,"tag":427,"props":503,"children":504},{"type":429},[],{"type":18,"value":482},{"type":13,"tag":21,"props":507,"children":509},{"className":508},[],[510],{"type":18,"value":354},{"type":13,"tag":412,"props":512,"children":514},{"name":513},"VUID-VkXlibSurfaceCreateInfoKHR-flags-zerobitmask",[515],{"type":13,"tag":14,"props":516,"children":517},{},[518,523,524,527,528],{"type":13,"tag":21,"props":519,"children":521},{"className":520},[],[522],{"type":18,"value":365},{"type":18,"value":425},{"type":13,"tag":427,"props":525,"children":526},{"type":429},[],{"type":18,"value":482},{"type":13,"tag":21,"props":529,"children":531},{"className":530},[],[532],{"type":18,"value":533},"0",{"type":13,"tag":535,"props":536,"children":537},"style",{},[538],{"type":18,"value":539},"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":541},[],"markdown",1725732596045]