[{"data":1,"prerenderedAt":881},["ShallowReactive",2],{"L8Ali3jv5Z":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":880,"_id":4},"VkPhysicalDeviceLineRasterizationFeatures","Structure describing the line rasterization features that can be supported by an implementation","VK_VERSION_1_4","structs",[],{"type":10,"children":11,"toc":878},"root",[12,28,418,423,488,492,553,558,757,842,872],{"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,153],{"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 VkPhysicalDeviceLineRasterizationFeatures {\n VkStructureType sType;\n void* pNext;\n VkBool32 rectangularLines;\n VkBool32 bresenhamLines;\n VkBool32 smoothLines;\n VkBool32 stippledRectangularLines;\n VkBool32 stippledBresenhamLines;\n VkBool32 stippledSmoothLines;\n} VkPhysicalDeviceLineRasterizationFeatures;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,99,108,117,126,135,144],{"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}," VkPhysicalDeviceLineRasterizationFeatures {\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 rectangularLines;\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 bresenhamLines;\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 smoothLines;\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 stippledRectangularLines;\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}," VkBool32 stippledBresenhamLines;\n",{"type":13,"tag":45,"props":136,"children":138},{"class":47,"line":137},9,[139],{"type":13,"tag":45,"props":140,"children":141},{"style":63},[142],{"type":18,"value":143}," VkBool32 stippledSmoothLines;\n",{"type":13,"tag":45,"props":145,"children":147},{"class":47,"line":146},10,[148],{"type":13,"tag":45,"props":149,"children":150},{"style":63},[151],{"type":18,"value":152},"} VkPhysicalDeviceLineRasterizationFeatures;\n",{"type":13,"tag":33,"props":154,"children":159},{"className":155,"code":156,"filename":157,"language":158,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PhysicalDeviceLineRasterizationFeatures {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n rectangular_lines: vk::Bool32,\n bresenham_lines: vk::Bool32,\n smooth_lines: vk::Bool32,\n stippled_rectangular_lines: vk::Bool32,\n stippled_bresenham_lines: vk::Bool32,\n stippled_smooth_lines: vk::Bool32,\n}\n","Rust","rs",[160],{"type":13,"tag":21,"props":161,"children":162},{"__ignoreMap":39},[163,186,219,241,270,298,326,354,382,410],{"type":13,"tag":45,"props":164,"children":165},{"class":47,"line":48},[166,171,175,181],{"type":13,"tag":45,"props":167,"children":168},{"style":52},[169],{"type":18,"value":170},"pub",{"type":13,"tag":45,"props":172,"children":173},{"style":52},[174],{"type":18,"value":60},{"type":13,"tag":45,"props":176,"children":178},{"style":177},"--shiki-default:#953800;--shiki-dark:#FFA657",[179],{"type":18,"value":180}," PhysicalDeviceLineRasterizationFeatures",{"type":13,"tag":45,"props":182,"children":183},{"style":63},[184],{"type":18,"value":185}," {\n",{"type":13,"tag":45,"props":187,"children":188},{"class":47,"line":69},[189,194,199,204,209,214],{"type":13,"tag":45,"props":190,"children":191},{"style":63},[192],{"type":18,"value":193}," s_type",{"type":13,"tag":45,"props":195,"children":196},{"style":52},[197],{"type":18,"value":198},":",{"type":13,"tag":45,"props":200,"children":201},{"style":177},[202],{"type":18,"value":203}," vk",{"type":13,"tag":45,"props":205,"children":206},{"style":52},[207],{"type":18,"value":208},"::",{"type":13,"tag":45,"props":210,"children":211},{"style":177},[212],{"type":18,"value":213},"StructureType",{"type":13,"tag":45,"props":215,"children":216},{"style":63},[217],{"type":18,"value":218},",\n",{"type":13,"tag":45,"props":220,"children":221},{"class":47,"line":78},[222,227,231,236],{"type":13,"tag":45,"props":223,"children":224},{"style":63},[225],{"type":18,"value":226}," p_next",{"type":13,"tag":45,"props":228,"children":229},{"style":52},[230],{"type":18,"value":198},{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":235}," *mut",{"type":13,"tag":45,"props":237,"children":238},{"style":63},[239],{"type":18,"value":240}," c_void,\n",{"type":13,"tag":45,"props":242,"children":243},{"class":47,"line":92},[244,249,253,257,261,266],{"type":13,"tag":45,"props":245,"children":246},{"style":63},[247],{"type":18,"value":248}," rectangular_lines",{"type":13,"tag":45,"props":250,"children":251},{"style":52},[252],{"type":18,"value":198},{"type":13,"tag":45,"props":254,"children":255},{"style":177},[256],{"type":18,"value":203},{"type":13,"tag":45,"props":258,"children":259},{"style":52},[260],{"type":18,"value":208},{"type":13,"tag":45,"props":262,"children":263},{"style":177},[264],{"type":18,"value":265},"Bool32",{"type":13,"tag":45,"props":267,"children":268},{"style":63},[269],{"type":18,"value":218},{"type":13,"tag":45,"props":271,"children":272},{"class":47,"line":101},[273,278,282,286,290,294],{"type":13,"tag":45,"props":274,"children":275},{"style":63},[276],{"type":18,"value":277}," bresenham_lines",{"type":13,"tag":45,"props":279,"children":280},{"style":52},[281],{"type":18,"value":198},{"type":13,"tag":45,"props":283,"children":284},{"style":177},[285],{"type":18,"value":203},{"type":13,"tag":45,"props":287,"children":288},{"style":52},[289],{"type":18,"value":208},{"type":13,"tag":45,"props":291,"children":292},{"style":177},[293],{"type":18,"value":265},{"type":13,"tag":45,"props":295,"children":296},{"style":63},[297],{"type":18,"value":218},{"type":13,"tag":45,"props":299,"children":300},{"class":47,"line":110},[301,306,310,314,318,322],{"type":13,"tag":45,"props":302,"children":303},{"style":63},[304],{"type":18,"value":305}," smooth_lines",{"type":13,"tag":45,"props":307,"children":308},{"style":52},[309],{"type":18,"value":198},{"type":13,"tag":45,"props":311,"children":312},{"style":177},[313],{"type":18,"value":203},{"type":13,"tag":45,"props":315,"children":316},{"style":52},[317],{"type":18,"value":208},{"type":13,"tag":45,"props":319,"children":320},{"style":177},[321],{"type":18,"value":265},{"type":13,"tag":45,"props":323,"children":324},{"style":63},[325],{"type":18,"value":218},{"type":13,"tag":45,"props":327,"children":328},{"class":47,"line":119},[329,334,338,342,346,350],{"type":13,"tag":45,"props":330,"children":331},{"style":63},[332],{"type":18,"value":333}," stippled_rectangular_lines",{"type":13,"tag":45,"props":335,"children":336},{"style":52},[337],{"type":18,"value":198},{"type":13,"tag":45,"props":339,"children":340},{"style":177},[341],{"type":18,"value":203},{"type":13,"tag":45,"props":343,"children":344},{"style":52},[345],{"type":18,"value":208},{"type":13,"tag":45,"props":347,"children":348},{"style":177},[349],{"type":18,"value":265},{"type":13,"tag":45,"props":351,"children":352},{"style":63},[353],{"type":18,"value":218},{"type":13,"tag":45,"props":355,"children":356},{"class":47,"line":128},[357,362,366,370,374,378],{"type":13,"tag":45,"props":358,"children":359},{"style":63},[360],{"type":18,"value":361}," stippled_bresenham_lines",{"type":13,"tag":45,"props":363,"children":364},{"style":52},[365],{"type":18,"value":198},{"type":13,"tag":45,"props":367,"children":368},{"style":177},[369],{"type":18,"value":203},{"type":13,"tag":45,"props":371,"children":372},{"style":52},[373],{"type":18,"value":208},{"type":13,"tag":45,"props":375,"children":376},{"style":177},[377],{"type":18,"value":265},{"type":13,"tag":45,"props":379,"children":380},{"style":63},[381],{"type":18,"value":218},{"type":13,"tag":45,"props":383,"children":384},{"class":47,"line":137},[385,390,394,398,402,406],{"type":13,"tag":45,"props":386,"children":387},{"style":63},[388],{"type":18,"value":389}," stippled_smooth_lines",{"type":13,"tag":45,"props":391,"children":392},{"style":52},[393],{"type":18,"value":198},{"type":13,"tag":45,"props":395,"children":396},{"style":177},[397],{"type":18,"value":203},{"type":13,"tag":45,"props":399,"children":400},{"style":52},[401],{"type":18,"value":208},{"type":13,"tag":45,"props":403,"children":404},{"style":177},[405],{"type":18,"value":265},{"type":13,"tag":45,"props":407,"children":408},{"style":63},[409],{"type":18,"value":218},{"type":13,"tag":45,"props":411,"children":412},{"class":47,"line":146},[413],{"type":13,"tag":45,"props":414,"children":415},{"style":63},[416],{"type":18,"value":417},"}\n",{"type":13,"tag":14,"props":419,"children":420},{},[421],{"type":18,"value":422},"or the equivalent",{"type":13,"tag":29,"props":424,"children":425},{},[426,445],{"type":13,"tag":33,"props":427,"children":429},{"className":35,"code":428,"filename":37,"language":38,"meta":39,"style":39},"typedef VkPhysicalDeviceLineRasterizationFeatures VkPhysicalDeviceLineRasterizationFeaturesKHR;\n",[430],{"type":13,"tag":21,"props":431,"children":432},{"__ignoreMap":39},[433],{"type":13,"tag":45,"props":434,"children":435},{"class":47,"line":48},[436,440],{"type":13,"tag":45,"props":437,"children":438},{"style":52},[439],{"type":18,"value":55},{"type":13,"tag":45,"props":441,"children":442},{"style":63},[443],{"type":18,"value":444}," VkPhysicalDeviceLineRasterizationFeatures VkPhysicalDeviceLineRasterizationFeaturesKHR;\n",{"type":13,"tag":33,"props":446,"children":448},{"className":155,"code":447,"filename":157,"language":158,"meta":39,"style":39},"type PhysicalDeviceLineRasterizationFeaturesKHR = vk::PhysicalDeviceLineRasterizationFeatures;\n",[449],{"type":13,"tag":21,"props":450,"children":451},{"__ignoreMap":39},[452],{"type":13,"tag":45,"props":453,"children":454},{"class":47,"line":48},[455,460,465,470,474,478,483],{"type":13,"tag":45,"props":456,"children":457},{"style":52},[458],{"type":18,"value":459},"type",{"type":13,"tag":45,"props":461,"children":462},{"style":177},[463],{"type":18,"value":464}," PhysicalDeviceLineRasterizationFeaturesKHR",{"type":13,"tag":45,"props":466,"children":467},{"style":52},[468],{"type":18,"value":469}," =",{"type":13,"tag":45,"props":471,"children":472},{"style":177},[473],{"type":18,"value":203},{"type":13,"tag":45,"props":475,"children":476},{"style":52},[477],{"type":18,"value":208},{"type":13,"tag":45,"props":479,"children":480},{"style":177},[481],{"type":18,"value":482},"PhysicalDeviceLineRasterizationFeatures",{"type":13,"tag":45,"props":484,"children":485},{"style":63},[486],{"type":18,"value":487},";\n",{"type":13,"tag":14,"props":489,"children":490},{},[491],{"type":18,"value":422},{"type":13,"tag":29,"props":493,"children":494},{},[495,514],{"type":13,"tag":33,"props":496,"children":498},{"className":35,"code":497,"filename":37,"language":38,"meta":39,"style":39},"typedef VkPhysicalDeviceLineRasterizationFeatures VkPhysicalDeviceLineRasterizationFeaturesEXT;\n",[499],{"type":13,"tag":21,"props":500,"children":501},{"__ignoreMap":39},[502],{"type":13,"tag":45,"props":503,"children":504},{"class":47,"line":48},[505,509],{"type":13,"tag":45,"props":506,"children":507},{"style":52},[508],{"type":18,"value":55},{"type":13,"tag":45,"props":510,"children":511},{"style":63},[512],{"type":18,"value":513}," VkPhysicalDeviceLineRasterizationFeatures VkPhysicalDeviceLineRasterizationFeaturesEXT;\n",{"type":13,"tag":33,"props":515,"children":517},{"className":155,"code":516,"filename":157,"language":158,"meta":39,"style":39},"type PhysicalDeviceLineRasterizationFeaturesEXT = vk::PhysicalDeviceLineRasterizationFeatures;\n",[518],{"type":13,"tag":21,"props":519,"children":520},{"__ignoreMap":39},[521],{"type":13,"tag":45,"props":522,"children":523},{"class":47,"line":48},[524,528,533,537,541,545,549],{"type":13,"tag":45,"props":525,"children":526},{"style":52},[527],{"type":18,"value":459},{"type":13,"tag":45,"props":529,"children":530},{"style":177},[531],{"type":18,"value":532}," PhysicalDeviceLineRasterizationFeaturesEXT",{"type":13,"tag":45,"props":534,"children":535},{"style":52},[536],{"type":18,"value":469},{"type":13,"tag":45,"props":538,"children":539},{"style":177},[540],{"type":18,"value":203},{"type":13,"tag":45,"props":542,"children":543},{"style":52},[544],{"type":18,"value":208},{"type":13,"tag":45,"props":546,"children":547},{"style":177},[548],{"type":18,"value":482},{"type":13,"tag":45,"props":550,"children":551},{"style":63},[552],{"type":18,"value":487},{"type":13,"tag":14,"props":554,"children":555},{},[556],{"type":18,"value":557},"This structure describes the following features:",{"type":13,"tag":559,"props":560,"children":561},"ul",{},[562,583,602,628,650,673,704,730],{"type":13,"tag":563,"props":564,"children":565},"li",{},[566,572,574,581],{"type":13,"tag":21,"props":567,"children":569},{"className":568},[],[570],{"type":18,"value":571},"sType",{"type":18,"value":573}," is a ",{"type":13,"tag":575,"props":576,"children":578},"a",{"href":577},"/man/VkStructureType",[579],{"type":18,"value":580},"VkStructureType",{"type":18,"value":582}," value identifying this structure.",{"type":13,"tag":563,"props":584,"children":585},{},[586,592,594,600],{"type":13,"tag":21,"props":587,"children":589},{"className":588},[],[590],{"type":18,"value":591},"pNext",{"type":18,"value":593}," is ",{"type":13,"tag":21,"props":595,"children":597},{"className":596},[],[598],{"type":18,"value":599},"NULL",{"type":18,"value":601}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":563,"props":603,"children":604},{},[605,610,612,618,620,626],{"type":13,"tag":606,"props":607,"children":609},"anchor",{"id":608},"features-rectangularLines",[],{"type":18,"value":611}," ",{"type":13,"tag":21,"props":613,"children":615},{"className":614},[],[616],{"type":18,"value":617},"rectangularLines",{"type":18,"value":619},"\nindicates whether the implementation supports\n",{"type":13,"tag":575,"props":621,"children":623},{"href":622},"/chapters/primsrast#primsrast-lines",[624],{"type":18,"value":625},"rectangular line rasterization",{"type":18,"value":627},".",{"type":13,"tag":563,"props":629,"children":630},{},[631,635,636,642,643,649],{"type":13,"tag":606,"props":632,"children":634},{"id":633},"features-bresenhamLines",[],{"type":18,"value":611},{"type":13,"tag":21,"props":637,"children":639},{"className":638},[],[640],{"type":18,"value":641},"bresenhamLines",{"type":18,"value":619},{"type":13,"tag":575,"props":644,"children":646},{"href":645},"/chapters/primsrast#primsrast-lines-bresenham",[647],{"type":18,"value":648},"Bresenham-style line rasterization",{"type":18,"value":627},{"type":13,"tag":563,"props":651,"children":652},{},[653,657,658,664,666,672],{"type":13,"tag":606,"props":654,"children":656},{"id":655},"features-smoothLines",[],{"type":18,"value":611},{"type":13,"tag":21,"props":659,"children":661},{"className":660},[],[662],{"type":18,"value":663},"smoothLines",{"type":18,"value":665}," indicates\nwhether the implementation supports ",{"type":13,"tag":575,"props":667,"children":669},{"href":668},"/chapters/primsrast#primsrast-lines-smooth",[670],{"type":18,"value":671},"smooth line\nrasterization",{"type":18,"value":627},{"type":13,"tag":563,"props":674,"children":675},{},[676,680,686,688,694,696,702],{"type":13,"tag":606,"props":677,"children":679},{"id":678},"features-stippledRectangularLines",[],{"type":13,"tag":21,"props":681,"children":683},{"className":682},[],[684],{"type":18,"value":685},"stippledRectangularLines",{"type":18,"value":687}," indicates whether the implementation\nsupports ",{"type":13,"tag":575,"props":689,"children":691},{"href":690},"/chapters/primsrast#primsrast-lines-stipple",[692],{"type":18,"value":693},"stippled line rasterization",{"type":18,"value":695}," with\n",{"type":13,"tag":21,"props":697,"children":699},{"className":698},[],[700],{"type":18,"value":701},"VK_LINE_RASTERIZATION_MODE_RECTANGULAR",{"type":18,"value":703}," lines.",{"type":13,"tag":563,"props":705,"children":706},{},[707,711,717,718,722,723,729],{"type":13,"tag":606,"props":708,"children":710},{"id":709},"features-stippledBresenhamLines",[],{"type":13,"tag":21,"props":712,"children":714},{"className":713},[],[715],{"type":18,"value":716},"stippledBresenhamLines",{"type":18,"value":687},{"type":13,"tag":575,"props":719,"children":720},{"href":690},[721],{"type":18,"value":693},{"type":18,"value":695},{"type":13,"tag":21,"props":724,"children":726},{"className":725},[],[727],{"type":18,"value":728},"VK_LINE_RASTERIZATION_MODE_BRESENHAM",{"type":18,"value":703},{"type":13,"tag":563,"props":731,"children":732},{},[733,737,743,745,749,750,756],{"type":13,"tag":606,"props":734,"children":736},{"id":735},"features-stippledSmoothLines",[],{"type":13,"tag":21,"props":738,"children":740},{"className":739},[],[741],{"type":18,"value":742},"stippledSmoothLines",{"type":18,"value":744}," indicates whether the implementation supports\n",{"type":13,"tag":575,"props":746,"children":747},{"href":690},[748],{"type":18,"value":693},{"type":18,"value":695},{"type":13,"tag":21,"props":751,"children":753},{"className":752},[],[754],{"type":18,"value":755},"VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH",{"type":18,"value":703},{"type":13,"tag":14,"props":758,"children":759},{},[760,762,767,769,774,776,782,784,790,792,798,800,805,807,812,814,820,822,827,829,835,837,841],{"type":18,"value":761},"If the ",{"type":13,"tag":21,"props":763,"children":765},{"className":764},[],[766],{"type":18,"value":4},{"type":18,"value":768}," structure is included in the ",{"type":13,"tag":21,"props":770,"children":772},{"className":771},[],[773],{"type":18,"value":591},{"type":18,"value":775}," chain of the\n",{"type":13,"tag":575,"props":777,"children":779},{"href":778},"/man/VkPhysicalDeviceFeatures2",[780],{"type":18,"value":781},"VkPhysicalDeviceFeatures2",{"type":18,"value":783}," structure passed to\n",{"type":13,"tag":575,"props":785,"children":787},{"href":786},"/man/vkGetPhysicalDeviceFeatures2",[788],{"type":18,"value":789},"vkGetPhysicalDeviceFeatures2",{"type":18,"value":791},", it is filled in to indicate whether each\ncorresponding feature is supported.\nIf the application wishes to use a ",{"type":13,"tag":575,"props":793,"children":795},{"href":794},"/man/VkDevice",[796],{"type":18,"value":797},"VkDevice",{"type":18,"value":799}," with any features\ndescribed by ",{"type":13,"tag":21,"props":801,"children":803},{"className":802},[],[804],{"type":18,"value":4},{"type":18,"value":806},", it ",{"type":13,"tag":808,"props":809,"children":811},"normative",{"type":810},"must",[],{"type":18,"value":813}," add an instance of the structure,\nwith the desired feature members set to ",{"type":13,"tag":21,"props":815,"children":817},{"className":816},[],[818],{"type":18,"value":819},"VK_TRUE",{"type":18,"value":821},", to the ",{"type":13,"tag":21,"props":823,"children":825},{"className":824},[],[826],{"type":18,"value":591},{"type":18,"value":828},"\nchain of ",{"type":13,"tag":575,"props":830,"children":832},{"href":831},"/man/VkDeviceCreateInfo",[833],{"type":18,"value":834},"VkDeviceCreateInfo",{"type":18,"value":836}," when creating the ",{"type":13,"tag":575,"props":838,"children":839},{"href":794},[840],{"type":18,"value":797},{"type":18,"value":627},{"type":13,"tag":843,"props":844,"children":846},"validity-group",{"name":845},"Valid Usage (Implicit)",[847],{"type":13,"tag":848,"props":849,"children":851},"validity-field",{"name":850},"VUID-VkPhysicalDeviceLineRasterizationFeatures-sType-sType",[852],{"type":13,"tag":14,"props":853,"children":854},{},[855,860,861,864,866],{"type":13,"tag":21,"props":856,"children":858},{"className":857},[],[859],{"type":18,"value":571},{"type":18,"value":611},{"type":13,"tag":808,"props":862,"children":863},{"type":810},[],{"type":18,"value":865}," be ",{"type":13,"tag":21,"props":867,"children":869},{"className":868},[],[870],{"type":18,"value":871},"VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES",{"type":13,"tag":873,"props":874,"children":875},"style",{},[876],{"type":18,"value":877},"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":879},[],"markdown",1744876560601]