[{"data":1,"prerenderedAt":1812},["ShallowReactive",2],{"rWnV0VjUwe":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":1811,"_id":4},"VkLogicOp","Framebuffer logical operations","VK_VERSION_1_0","enums",[],{"type":10,"children":11,"toc":1809},"root",[12,148,1203,1208,1269,1790,1803],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,27,29,35,37,44,46,51,53,59,61,67,69,75,77,83,84,89,91,97,99,105,107,111,112,117,119,124,126,132,134,139,141,146],{"type":18,"value":19},"text","Logical operations are controlled by the ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":26},"logicOpEnable",{"type":18,"value":28}," and\n",{"type":13,"tag":21,"props":30,"children":32},{"className":31},[],[33],{"type":18,"value":34},"logicOp",{"type":18,"value":36}," members of ",{"type":13,"tag":38,"props":39,"children":41},"a",{"href":40},"/man/VkPipelineColorBlendStateCreateInfo",[42],{"type":18,"value":43},"VkPipelineColorBlendStateCreateInfo",{"type":18,"value":45},".\nThe ",{"type":13,"tag":21,"props":47,"children":49},{"className":48},[],[50],{"type":18,"value":26},{"type":18,"value":52}," state can also be controlled by\n",{"type":13,"tag":38,"props":54,"children":56},{"href":55},"/man/vkCmdSetLogicOpEnableEXT",[57],{"type":18,"value":58},"vkCmdSetLogicOpEnableEXT",{"type":18,"value":60}," if graphics pipeline is created with\n",{"type":13,"tag":21,"props":62,"children":64},{"className":63},[],[65],{"type":18,"value":66},"VK_DYNAMIC_STATE_LOGIC_OP_ENABLE_EXT",{"type":18,"value":68}," set in\n",{"type":13,"tag":38,"props":70,"children":72},{"href":71},"/man/VkPipelineDynamicStateCreateInfo",[73],{"type":18,"value":74},"VkPipelineDynamicStateCreateInfo",{"type":18,"value":76},"::",{"type":13,"tag":21,"props":78,"children":80},{"className":79},[],[81],{"type":18,"value":82},"pDynamicStates",{"type":18,"value":45},{"type":13,"tag":21,"props":85,"children":87},{"className":86},[],[88],{"type":18,"value":34},{"type":18,"value":90}," state can also be controlled by ",{"type":13,"tag":38,"props":92,"children":94},{"href":93},"/man/vkCmdSetLogicOpEXT",[95],{"type":18,"value":96},"vkCmdSetLogicOpEXT",{"type":18,"value":98},"\nif graphics pipeline is created with ",{"type":13,"tag":21,"props":100,"children":102},{"className":101},[],[103],{"type":18,"value":104},"VK_DYNAMIC_STATE_LOGIC_OP_EXT",{"type":18,"value":106}," set\nin ",{"type":13,"tag":38,"props":108,"children":109},{"href":71},[110],{"type":18,"value":74},{"type":18,"value":76},{"type":13,"tag":21,"props":113,"children":115},{"className":114},[],[116],{"type":18,"value":82},{"type":18,"value":118},".\nIf ",{"type":13,"tag":21,"props":120,"children":122},{"className":121},[],[123],{"type":18,"value":26},{"type":18,"value":125}," is ",{"type":13,"tag":21,"props":127,"children":129},{"className":128},[],[130],{"type":18,"value":131},"VK_TRUE",{"type":18,"value":133},", then a logical operation selected\nby ",{"type":13,"tag":21,"props":135,"children":137},{"className":136},[],[138],{"type":18,"value":34},{"type":18,"value":140}," is applied between each color attachment and the fragment’s\ncorresponding output value, and blending of all attachments is treated as if\nit were disabled.\nAny attachments using color formats for which logical operations are not\nsupported simply pass through the color values unmodified.\nThe logical operation is applied independently for each of the red, green,\nblue, and alpha components.\nThe ",{"type":13,"tag":21,"props":142,"children":144},{"className":143},[],[145],{"type":18,"value":34},{"type":18,"value":147}," is selected from the following operations:",{"type":13,"tag":149,"props":150,"children":151},"code-group",{},[152,551],{"type":13,"tag":153,"props":154,"children":160},"pre",{"className":155,"code":156,"filename":157,"language":158,"meta":159,"style":159},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkLogicOp {\n VK_LOGIC_OP_CLEAR = 0,\n VK_LOGIC_OP_AND = 1,\n VK_LOGIC_OP_AND_REVERSE = 2,\n VK_LOGIC_OP_COPY = 3,\n VK_LOGIC_OP_AND_INVERTED = 4,\n VK_LOGIC_OP_NO_OP = 5,\n VK_LOGIC_OP_XOR = 6,\n VK_LOGIC_OP_OR = 7,\n VK_LOGIC_OP_NOR = 8,\n VK_LOGIC_OP_EQUIVALENT = 9,\n VK_LOGIC_OP_INVERT = 10,\n VK_LOGIC_OP_OR_REVERSE = 11,\n VK_LOGIC_OP_COPY_INVERTED = 12,\n VK_LOGIC_OP_OR_INVERTED = 13,\n VK_LOGIC_OP_NAND = 14,\n VK_LOGIC_OP_SET = 15,\n} VkLogicOp;\n","C","c","",[161],{"type":13,"tag":21,"props":162,"children":163},{"__ignoreMap":159},[164,187,212,234,256,278,300,322,344,366,388,410,432,454,476,498,520,542],{"type":13,"tag":165,"props":166,"children":169},"span",{"class":167,"line":168},"line",1,[170,176,181],{"type":13,"tag":165,"props":171,"children":173},{"style":172},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[174],{"type":18,"value":175},"typedef",{"type":13,"tag":165,"props":177,"children":178},{"style":172},[179],{"type":18,"value":180}," enum",{"type":13,"tag":165,"props":182,"children":184},{"style":183},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[185],{"type":18,"value":186}," VkLogicOp {\n",{"type":13,"tag":165,"props":188,"children":190},{"class":167,"line":189},2,[191,196,201,207],{"type":13,"tag":165,"props":192,"children":193},{"style":183},[194],{"type":18,"value":195}," VK_LOGIC_OP_CLEAR ",{"type":13,"tag":165,"props":197,"children":198},{"style":172},[199],{"type":18,"value":200},"=",{"type":13,"tag":165,"props":202,"children":204},{"style":203},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[205],{"type":18,"value":206}," 0",{"type":13,"tag":165,"props":208,"children":209},{"style":183},[210],{"type":18,"value":211},",\n",{"type":13,"tag":165,"props":213,"children":215},{"class":167,"line":214},3,[216,221,225,230],{"type":13,"tag":165,"props":217,"children":218},{"style":183},[219],{"type":18,"value":220}," VK_LOGIC_OP_AND ",{"type":13,"tag":165,"props":222,"children":223},{"style":172},[224],{"type":18,"value":200},{"type":13,"tag":165,"props":226,"children":227},{"style":203},[228],{"type":18,"value":229}," 1",{"type":13,"tag":165,"props":231,"children":232},{"style":183},[233],{"type":18,"value":211},{"type":13,"tag":165,"props":235,"children":237},{"class":167,"line":236},4,[238,243,247,252],{"type":13,"tag":165,"props":239,"children":240},{"style":183},[241],{"type":18,"value":242}," VK_LOGIC_OP_AND_REVERSE ",{"type":13,"tag":165,"props":244,"children":245},{"style":172},[246],{"type":18,"value":200},{"type":13,"tag":165,"props":248,"children":249},{"style":203},[250],{"type":18,"value":251}," 2",{"type":13,"tag":165,"props":253,"children":254},{"style":183},[255],{"type":18,"value":211},{"type":13,"tag":165,"props":257,"children":259},{"class":167,"line":258},5,[260,265,269,274],{"type":13,"tag":165,"props":261,"children":262},{"style":183},[263],{"type":18,"value":264}," VK_LOGIC_OP_COPY ",{"type":13,"tag":165,"props":266,"children":267},{"style":172},[268],{"type":18,"value":200},{"type":13,"tag":165,"props":270,"children":271},{"style":203},[272],{"type":18,"value":273}," 3",{"type":13,"tag":165,"props":275,"children":276},{"style":183},[277],{"type":18,"value":211},{"type":13,"tag":165,"props":279,"children":281},{"class":167,"line":280},6,[282,287,291,296],{"type":13,"tag":165,"props":283,"children":284},{"style":183},[285],{"type":18,"value":286}," VK_LOGIC_OP_AND_INVERTED ",{"type":13,"tag":165,"props":288,"children":289},{"style":172},[290],{"type":18,"value":200},{"type":13,"tag":165,"props":292,"children":293},{"style":203},[294],{"type":18,"value":295}," 4",{"type":13,"tag":165,"props":297,"children":298},{"style":183},[299],{"type":18,"value":211},{"type":13,"tag":165,"props":301,"children":303},{"class":167,"line":302},7,[304,309,313,318],{"type":13,"tag":165,"props":305,"children":306},{"style":183},[307],{"type":18,"value":308}," VK_LOGIC_OP_NO_OP ",{"type":13,"tag":165,"props":310,"children":311},{"style":172},[312],{"type":18,"value":200},{"type":13,"tag":165,"props":314,"children":315},{"style":203},[316],{"type":18,"value":317}," 5",{"type":13,"tag":165,"props":319,"children":320},{"style":183},[321],{"type":18,"value":211},{"type":13,"tag":165,"props":323,"children":325},{"class":167,"line":324},8,[326,331,335,340],{"type":13,"tag":165,"props":327,"children":328},{"style":183},[329],{"type":18,"value":330}," VK_LOGIC_OP_XOR ",{"type":13,"tag":165,"props":332,"children":333},{"style":172},[334],{"type":18,"value":200},{"type":13,"tag":165,"props":336,"children":337},{"style":203},[338],{"type":18,"value":339}," 6",{"type":13,"tag":165,"props":341,"children":342},{"style":183},[343],{"type":18,"value":211},{"type":13,"tag":165,"props":345,"children":347},{"class":167,"line":346},9,[348,353,357,362],{"type":13,"tag":165,"props":349,"children":350},{"style":183},[351],{"type":18,"value":352}," VK_LOGIC_OP_OR ",{"type":13,"tag":165,"props":354,"children":355},{"style":172},[356],{"type":18,"value":200},{"type":13,"tag":165,"props":358,"children":359},{"style":203},[360],{"type":18,"value":361}," 7",{"type":13,"tag":165,"props":363,"children":364},{"style":183},[365],{"type":18,"value":211},{"type":13,"tag":165,"props":367,"children":369},{"class":167,"line":368},10,[370,375,379,384],{"type":13,"tag":165,"props":371,"children":372},{"style":183},[373],{"type":18,"value":374}," VK_LOGIC_OP_NOR ",{"type":13,"tag":165,"props":376,"children":377},{"style":172},[378],{"type":18,"value":200},{"type":13,"tag":165,"props":380,"children":381},{"style":203},[382],{"type":18,"value":383}," 8",{"type":13,"tag":165,"props":385,"children":386},{"style":183},[387],{"type":18,"value":211},{"type":13,"tag":165,"props":389,"children":391},{"class":167,"line":390},11,[392,397,401,406],{"type":13,"tag":165,"props":393,"children":394},{"style":183},[395],{"type":18,"value":396}," VK_LOGIC_OP_EQUIVALENT ",{"type":13,"tag":165,"props":398,"children":399},{"style":172},[400],{"type":18,"value":200},{"type":13,"tag":165,"props":402,"children":403},{"style":203},[404],{"type":18,"value":405}," 9",{"type":13,"tag":165,"props":407,"children":408},{"style":183},[409],{"type":18,"value":211},{"type":13,"tag":165,"props":411,"children":413},{"class":167,"line":412},12,[414,419,423,428],{"type":13,"tag":165,"props":415,"children":416},{"style":183},[417],{"type":18,"value":418}," VK_LOGIC_OP_INVERT ",{"type":13,"tag":165,"props":420,"children":421},{"style":172},[422],{"type":18,"value":200},{"type":13,"tag":165,"props":424,"children":425},{"style":203},[426],{"type":18,"value":427}," 10",{"type":13,"tag":165,"props":429,"children":430},{"style":183},[431],{"type":18,"value":211},{"type":13,"tag":165,"props":433,"children":435},{"class":167,"line":434},13,[436,441,445,450],{"type":13,"tag":165,"props":437,"children":438},{"style":183},[439],{"type":18,"value":440}," VK_LOGIC_OP_OR_REVERSE ",{"type":13,"tag":165,"props":442,"children":443},{"style":172},[444],{"type":18,"value":200},{"type":13,"tag":165,"props":446,"children":447},{"style":203},[448],{"type":18,"value":449}," 11",{"type":13,"tag":165,"props":451,"children":452},{"style":183},[453],{"type":18,"value":211},{"type":13,"tag":165,"props":455,"children":457},{"class":167,"line":456},14,[458,463,467,472],{"type":13,"tag":165,"props":459,"children":460},{"style":183},[461],{"type":18,"value":462}," VK_LOGIC_OP_COPY_INVERTED ",{"type":13,"tag":165,"props":464,"children":465},{"style":172},[466],{"type":18,"value":200},{"type":13,"tag":165,"props":468,"children":469},{"style":203},[470],{"type":18,"value":471}," 12",{"type":13,"tag":165,"props":473,"children":474},{"style":183},[475],{"type":18,"value":211},{"type":13,"tag":165,"props":477,"children":479},{"class":167,"line":478},15,[480,485,489,494],{"type":13,"tag":165,"props":481,"children":482},{"style":183},[483],{"type":18,"value":484}," VK_LOGIC_OP_OR_INVERTED ",{"type":13,"tag":165,"props":486,"children":487},{"style":172},[488],{"type":18,"value":200},{"type":13,"tag":165,"props":490,"children":491},{"style":203},[492],{"type":18,"value":493}," 13",{"type":13,"tag":165,"props":495,"children":496},{"style":183},[497],{"type":18,"value":211},{"type":13,"tag":165,"props":499,"children":501},{"class":167,"line":500},16,[502,507,511,516],{"type":13,"tag":165,"props":503,"children":504},{"style":183},[505],{"type":18,"value":506}," VK_LOGIC_OP_NAND ",{"type":13,"tag":165,"props":508,"children":509},{"style":172},[510],{"type":18,"value":200},{"type":13,"tag":165,"props":512,"children":513},{"style":203},[514],{"type":18,"value":515}," 14",{"type":13,"tag":165,"props":517,"children":518},{"style":183},[519],{"type":18,"value":211},{"type":13,"tag":165,"props":521,"children":523},{"class":167,"line":522},17,[524,529,533,538],{"type":13,"tag":165,"props":525,"children":526},{"style":183},[527],{"type":18,"value":528}," VK_LOGIC_OP_SET ",{"type":13,"tag":165,"props":530,"children":531},{"style":172},[532],{"type":18,"value":200},{"type":13,"tag":165,"props":534,"children":535},{"style":203},[536],{"type":18,"value":537}," 15",{"type":13,"tag":165,"props":539,"children":540},{"style":183},[541],{"type":18,"value":211},{"type":13,"tag":165,"props":543,"children":545},{"class":167,"line":544},18,[546],{"type":13,"tag":165,"props":547,"children":548},{"style":183},[549],{"type":18,"value":550},"} VkLogicOp;\n",{"type":13,"tag":153,"props":552,"children":557},{"className":553,"code":554,"filename":555,"language":556,"meta":159,"style":159},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct LogicOp(u32);\nimpl LogicOp {\n pub const CLEAR: Self = 0;\n pub const AND: Self = 1;\n pub const AND_REVERSE: Self = 2;\n pub const COPY: Self = 3;\n pub const AND_INVERTED: Self = 4;\n pub const NO_OP: Self = 5;\n pub const XOR: Self = 6;\n pub const OR: Self = 7;\n pub const NOR: Self = 8;\n pub const EQUIVALENT: Self = 9;\n pub const INVERT: Self = 10;\n pub const OR_REVERSE: Self = 11;\n pub const COPY_INVERTED: Self = 12;\n pub const OR_INVERTED: Self = 13;\n pub const NAND: Self = 14;\n pub const SET: Self = 15;\n}\n","Rust","rs",[558],{"type":13,"tag":21,"props":559,"children":560},{"__ignoreMap":159},[561,595,612,654,690,726,762,798,834,870,906,942,978,1014,1050,1086,1122,1158,1194],{"type":13,"tag":165,"props":562,"children":563},{"class":167,"line":168},[564,569,574,580,585,590],{"type":13,"tag":165,"props":565,"children":566},{"style":172},[567],{"type":18,"value":568},"pub",{"type":13,"tag":165,"props":570,"children":571},{"style":172},[572],{"type":18,"value":573}," struct",{"type":13,"tag":165,"props":575,"children":577},{"style":576},"--shiki-default:#953800;--shiki-dark:#FFA657",[578],{"type":18,"value":579}," LogicOp",{"type":13,"tag":165,"props":581,"children":582},{"style":183},[583],{"type":18,"value":584},"(",{"type":13,"tag":165,"props":586,"children":587},{"style":576},[588],{"type":18,"value":589},"u32",{"type":13,"tag":165,"props":591,"children":592},{"style":183},[593],{"type":18,"value":594},");\n",{"type":13,"tag":165,"props":596,"children":597},{"class":167,"line":189},[598,603,607],{"type":13,"tag":165,"props":599,"children":600},{"style":172},[601],{"type":18,"value":602},"impl",{"type":13,"tag":165,"props":604,"children":605},{"style":576},[606],{"type":18,"value":579},{"type":13,"tag":165,"props":608,"children":609},{"style":183},[610],{"type":18,"value":611}," {\n",{"type":13,"tag":165,"props":613,"children":614},{"class":167,"line":214},[615,620,625,630,635,640,645,649],{"type":13,"tag":165,"props":616,"children":617},{"style":172},[618],{"type":18,"value":619}," pub",{"type":13,"tag":165,"props":621,"children":622},{"style":172},[623],{"type":18,"value":624}," const",{"type":13,"tag":165,"props":626,"children":627},{"style":203},[628],{"type":18,"value":629}," CLEAR",{"type":13,"tag":165,"props":631,"children":632},{"style":172},[633],{"type":18,"value":634},":",{"type":13,"tag":165,"props":636,"children":637},{"style":203},[638],{"type":18,"value":639}," Self",{"type":13,"tag":165,"props":641,"children":642},{"style":172},[643],{"type":18,"value":644}," =",{"type":13,"tag":165,"props":646,"children":647},{"style":203},[648],{"type":18,"value":206},{"type":13,"tag":165,"props":650,"children":651},{"style":183},[652],{"type":18,"value":653},";\n",{"type":13,"tag":165,"props":655,"children":656},{"class":167,"line":236},[657,661,665,670,674,678,682,686],{"type":13,"tag":165,"props":658,"children":659},{"style":172},[660],{"type":18,"value":619},{"type":13,"tag":165,"props":662,"children":663},{"style":172},[664],{"type":18,"value":624},{"type":13,"tag":165,"props":666,"children":667},{"style":203},[668],{"type":18,"value":669}," AND",{"type":13,"tag":165,"props":671,"children":672},{"style":172},[673],{"type":18,"value":634},{"type":13,"tag":165,"props":675,"children":676},{"style":203},[677],{"type":18,"value":639},{"type":13,"tag":165,"props":679,"children":680},{"style":172},[681],{"type":18,"value":644},{"type":13,"tag":165,"props":683,"children":684},{"style":203},[685],{"type":18,"value":229},{"type":13,"tag":165,"props":687,"children":688},{"style":183},[689],{"type":18,"value":653},{"type":13,"tag":165,"props":691,"children":692},{"class":167,"line":258},[693,697,701,706,710,714,718,722],{"type":13,"tag":165,"props":694,"children":695},{"style":172},[696],{"type":18,"value":619},{"type":13,"tag":165,"props":698,"children":699},{"style":172},[700],{"type":18,"value":624},{"type":13,"tag":165,"props":702,"children":703},{"style":203},[704],{"type":18,"value":705}," AND_REVERSE",{"type":13,"tag":165,"props":707,"children":708},{"style":172},[709],{"type":18,"value":634},{"type":13,"tag":165,"props":711,"children":712},{"style":203},[713],{"type":18,"value":639},{"type":13,"tag":165,"props":715,"children":716},{"style":172},[717],{"type":18,"value":644},{"type":13,"tag":165,"props":719,"children":720},{"style":203},[721],{"type":18,"value":251},{"type":13,"tag":165,"props":723,"children":724},{"style":183},[725],{"type":18,"value":653},{"type":13,"tag":165,"props":727,"children":728},{"class":167,"line":280},[729,733,737,742,746,750,754,758],{"type":13,"tag":165,"props":730,"children":731},{"style":172},[732],{"type":18,"value":619},{"type":13,"tag":165,"props":734,"children":735},{"style":172},[736],{"type":18,"value":624},{"type":13,"tag":165,"props":738,"children":739},{"style":203},[740],{"type":18,"value":741}," COPY",{"type":13,"tag":165,"props":743,"children":744},{"style":172},[745],{"type":18,"value":634},{"type":13,"tag":165,"props":747,"children":748},{"style":203},[749],{"type":18,"value":639},{"type":13,"tag":165,"props":751,"children":752},{"style":172},[753],{"type":18,"value":644},{"type":13,"tag":165,"props":755,"children":756},{"style":203},[757],{"type":18,"value":273},{"type":13,"tag":165,"props":759,"children":760},{"style":183},[761],{"type":18,"value":653},{"type":13,"tag":165,"props":763,"children":764},{"class":167,"line":302},[765,769,773,778,782,786,790,794],{"type":13,"tag":165,"props":766,"children":767},{"style":172},[768],{"type":18,"value":619},{"type":13,"tag":165,"props":770,"children":771},{"style":172},[772],{"type":18,"value":624},{"type":13,"tag":165,"props":774,"children":775},{"style":203},[776],{"type":18,"value":777}," AND_INVERTED",{"type":13,"tag":165,"props":779,"children":780},{"style":172},[781],{"type":18,"value":634},{"type":13,"tag":165,"props":783,"children":784},{"style":203},[785],{"type":18,"value":639},{"type":13,"tag":165,"props":787,"children":788},{"style":172},[789],{"type":18,"value":644},{"type":13,"tag":165,"props":791,"children":792},{"style":203},[793],{"type":18,"value":295},{"type":13,"tag":165,"props":795,"children":796},{"style":183},[797],{"type":18,"value":653},{"type":13,"tag":165,"props":799,"children":800},{"class":167,"line":324},[801,805,809,814,818,822,826,830],{"type":13,"tag":165,"props":802,"children":803},{"style":172},[804],{"type":18,"value":619},{"type":13,"tag":165,"props":806,"children":807},{"style":172},[808],{"type":18,"value":624},{"type":13,"tag":165,"props":810,"children":811},{"style":203},[812],{"type":18,"value":813}," NO_OP",{"type":13,"tag":165,"props":815,"children":816},{"style":172},[817],{"type":18,"value":634},{"type":13,"tag":165,"props":819,"children":820},{"style":203},[821],{"type":18,"value":639},{"type":13,"tag":165,"props":823,"children":824},{"style":172},[825],{"type":18,"value":644},{"type":13,"tag":165,"props":827,"children":828},{"style":203},[829],{"type":18,"value":317},{"type":13,"tag":165,"props":831,"children":832},{"style":183},[833],{"type":18,"value":653},{"type":13,"tag":165,"props":835,"children":836},{"class":167,"line":346},[837,841,845,850,854,858,862,866],{"type":13,"tag":165,"props":838,"children":839},{"style":172},[840],{"type":18,"value":619},{"type":13,"tag":165,"props":842,"children":843},{"style":172},[844],{"type":18,"value":624},{"type":13,"tag":165,"props":846,"children":847},{"style":203},[848],{"type":18,"value":849}," XOR",{"type":13,"tag":165,"props":851,"children":852},{"style":172},[853],{"type":18,"value":634},{"type":13,"tag":165,"props":855,"children":856},{"style":203},[857],{"type":18,"value":639},{"type":13,"tag":165,"props":859,"children":860},{"style":172},[861],{"type":18,"value":644},{"type":13,"tag":165,"props":863,"children":864},{"style":203},[865],{"type":18,"value":339},{"type":13,"tag":165,"props":867,"children":868},{"style":183},[869],{"type":18,"value":653},{"type":13,"tag":165,"props":871,"children":872},{"class":167,"line":368},[873,877,881,886,890,894,898,902],{"type":13,"tag":165,"props":874,"children":875},{"style":172},[876],{"type":18,"value":619},{"type":13,"tag":165,"props":878,"children":879},{"style":172},[880],{"type":18,"value":624},{"type":13,"tag":165,"props":882,"children":883},{"style":203},[884],{"type":18,"value":885}," OR",{"type":13,"tag":165,"props":887,"children":888},{"style":172},[889],{"type":18,"value":634},{"type":13,"tag":165,"props":891,"children":892},{"style":203},[893],{"type":18,"value":639},{"type":13,"tag":165,"props":895,"children":896},{"style":172},[897],{"type":18,"value":644},{"type":13,"tag":165,"props":899,"children":900},{"style":203},[901],{"type":18,"value":361},{"type":13,"tag":165,"props":903,"children":904},{"style":183},[905],{"type":18,"value":653},{"type":13,"tag":165,"props":907,"children":908},{"class":167,"line":390},[909,913,917,922,926,930,934,938],{"type":13,"tag":165,"props":910,"children":911},{"style":172},[912],{"type":18,"value":619},{"type":13,"tag":165,"props":914,"children":915},{"style":172},[916],{"type":18,"value":624},{"type":13,"tag":165,"props":918,"children":919},{"style":203},[920],{"type":18,"value":921}," NOR",{"type":13,"tag":165,"props":923,"children":924},{"style":172},[925],{"type":18,"value":634},{"type":13,"tag":165,"props":927,"children":928},{"style":203},[929],{"type":18,"value":639},{"type":13,"tag":165,"props":931,"children":932},{"style":172},[933],{"type":18,"value":644},{"type":13,"tag":165,"props":935,"children":936},{"style":203},[937],{"type":18,"value":383},{"type":13,"tag":165,"props":939,"children":940},{"style":183},[941],{"type":18,"value":653},{"type":13,"tag":165,"props":943,"children":944},{"class":167,"line":412},[945,949,953,958,962,966,970,974],{"type":13,"tag":165,"props":946,"children":947},{"style":172},[948],{"type":18,"value":619},{"type":13,"tag":165,"props":950,"children":951},{"style":172},[952],{"type":18,"value":624},{"type":13,"tag":165,"props":954,"children":955},{"style":203},[956],{"type":18,"value":957}," EQUIVALENT",{"type":13,"tag":165,"props":959,"children":960},{"style":172},[961],{"type":18,"value":634},{"type":13,"tag":165,"props":963,"children":964},{"style":203},[965],{"type":18,"value":639},{"type":13,"tag":165,"props":967,"children":968},{"style":172},[969],{"type":18,"value":644},{"type":13,"tag":165,"props":971,"children":972},{"style":203},[973],{"type":18,"value":405},{"type":13,"tag":165,"props":975,"children":976},{"style":183},[977],{"type":18,"value":653},{"type":13,"tag":165,"props":979,"children":980},{"class":167,"line":434},[981,985,989,994,998,1002,1006,1010],{"type":13,"tag":165,"props":982,"children":983},{"style":172},[984],{"type":18,"value":619},{"type":13,"tag":165,"props":986,"children":987},{"style":172},[988],{"type":18,"value":624},{"type":13,"tag":165,"props":990,"children":991},{"style":203},[992],{"type":18,"value":993}," INVERT",{"type":13,"tag":165,"props":995,"children":996},{"style":172},[997],{"type":18,"value":634},{"type":13,"tag":165,"props":999,"children":1000},{"style":203},[1001],{"type":18,"value":639},{"type":13,"tag":165,"props":1003,"children":1004},{"style":172},[1005],{"type":18,"value":644},{"type":13,"tag":165,"props":1007,"children":1008},{"style":203},[1009],{"type":18,"value":427},{"type":13,"tag":165,"props":1011,"children":1012},{"style":183},[1013],{"type":18,"value":653},{"type":13,"tag":165,"props":1015,"children":1016},{"class":167,"line":456},[1017,1021,1025,1030,1034,1038,1042,1046],{"type":13,"tag":165,"props":1018,"children":1019},{"style":172},[1020],{"type":18,"value":619},{"type":13,"tag":165,"props":1022,"children":1023},{"style":172},[1024],{"type":18,"value":624},{"type":13,"tag":165,"props":1026,"children":1027},{"style":203},[1028],{"type":18,"value":1029}," OR_REVERSE",{"type":13,"tag":165,"props":1031,"children":1032},{"style":172},[1033],{"type":18,"value":634},{"type":13,"tag":165,"props":1035,"children":1036},{"style":203},[1037],{"type":18,"value":639},{"type":13,"tag":165,"props":1039,"children":1040},{"style":172},[1041],{"type":18,"value":644},{"type":13,"tag":165,"props":1043,"children":1044},{"style":203},[1045],{"type":18,"value":449},{"type":13,"tag":165,"props":1047,"children":1048},{"style":183},[1049],{"type":18,"value":653},{"type":13,"tag":165,"props":1051,"children":1052},{"class":167,"line":478},[1053,1057,1061,1066,1070,1074,1078,1082],{"type":13,"tag":165,"props":1054,"children":1055},{"style":172},[1056],{"type":18,"value":619},{"type":13,"tag":165,"props":1058,"children":1059},{"style":172},[1060],{"type":18,"value":624},{"type":13,"tag":165,"props":1062,"children":1063},{"style":203},[1064],{"type":18,"value":1065}," COPY_INVERTED",{"type":13,"tag":165,"props":1067,"children":1068},{"style":172},[1069],{"type":18,"value":634},{"type":13,"tag":165,"props":1071,"children":1072},{"style":203},[1073],{"type":18,"value":639},{"type":13,"tag":165,"props":1075,"children":1076},{"style":172},[1077],{"type":18,"value":644},{"type":13,"tag":165,"props":1079,"children":1080},{"style":203},[1081],{"type":18,"value":471},{"type":13,"tag":165,"props":1083,"children":1084},{"style":183},[1085],{"type":18,"value":653},{"type":13,"tag":165,"props":1087,"children":1088},{"class":167,"line":500},[1089,1093,1097,1102,1106,1110,1114,1118],{"type":13,"tag":165,"props":1090,"children":1091},{"style":172},[1092],{"type":18,"value":619},{"type":13,"tag":165,"props":1094,"children":1095},{"style":172},[1096],{"type":18,"value":624},{"type":13,"tag":165,"props":1098,"children":1099},{"style":203},[1100],{"type":18,"value":1101}," OR_INVERTED",{"type":13,"tag":165,"props":1103,"children":1104},{"style":172},[1105],{"type":18,"value":634},{"type":13,"tag":165,"props":1107,"children":1108},{"style":203},[1109],{"type":18,"value":639},{"type":13,"tag":165,"props":1111,"children":1112},{"style":172},[1113],{"type":18,"value":644},{"type":13,"tag":165,"props":1115,"children":1116},{"style":203},[1117],{"type":18,"value":493},{"type":13,"tag":165,"props":1119,"children":1120},{"style":183},[1121],{"type":18,"value":653},{"type":13,"tag":165,"props":1123,"children":1124},{"class":167,"line":522},[1125,1129,1133,1138,1142,1146,1150,1154],{"type":13,"tag":165,"props":1126,"children":1127},{"style":172},[1128],{"type":18,"value":619},{"type":13,"tag":165,"props":1130,"children":1131},{"style":172},[1132],{"type":18,"value":624},{"type":13,"tag":165,"props":1134,"children":1135},{"style":203},[1136],{"type":18,"value":1137}," NAND",{"type":13,"tag":165,"props":1139,"children":1140},{"style":172},[1141],{"type":18,"value":634},{"type":13,"tag":165,"props":1143,"children":1144},{"style":203},[1145],{"type":18,"value":639},{"type":13,"tag":165,"props":1147,"children":1148},{"style":172},[1149],{"type":18,"value":644},{"type":13,"tag":165,"props":1151,"children":1152},{"style":203},[1153],{"type":18,"value":515},{"type":13,"tag":165,"props":1155,"children":1156},{"style":183},[1157],{"type":18,"value":653},{"type":13,"tag":165,"props":1159,"children":1160},{"class":167,"line":544},[1161,1165,1169,1174,1178,1182,1186,1190],{"type":13,"tag":165,"props":1162,"children":1163},{"style":172},[1164],{"type":18,"value":619},{"type":13,"tag":165,"props":1166,"children":1167},{"style":172},[1168],{"type":18,"value":624},{"type":13,"tag":165,"props":1170,"children":1171},{"style":203},[1172],{"type":18,"value":1173}," SET",{"type":13,"tag":165,"props":1175,"children":1176},{"style":172},[1177],{"type":18,"value":634},{"type":13,"tag":165,"props":1179,"children":1180},{"style":203},[1181],{"type":18,"value":639},{"type":13,"tag":165,"props":1183,"children":1184},{"style":172},[1185],{"type":18,"value":644},{"type":13,"tag":165,"props":1187,"children":1188},{"style":203},[1189],{"type":18,"value":537},{"type":13,"tag":165,"props":1191,"children":1192},{"style":183},[1193],{"type":18,"value":653},{"type":13,"tag":165,"props":1195,"children":1197},{"class":167,"line":1196},19,[1198],{"type":13,"tag":165,"props":1199,"children":1200},{"style":183},[1201],{"type":18,"value":1202},"}\n",{"type":13,"tag":14,"props":1204,"children":1205},{},[1206],{"type":18,"value":1207},"The logical operations supported by Vulkan are summarized in the following\ntable in which",{"type":13,"tag":1209,"props":1210,"children":1211},"ul",{},[1212,1218,1223,1228,1233,1264],{"type":13,"tag":1213,"props":1214,"children":1215},"li",{},[1216],{"type":18,"value":1217},"¬ is bitwise invert,",{"type":13,"tag":1213,"props":1219,"children":1220},{},[1221],{"type":18,"value":1222},"∧ is bitwise and,",{"type":13,"tag":1213,"props":1224,"children":1225},{},[1226],{"type":18,"value":1227},"∨ is bitwise or,",{"type":13,"tag":1213,"props":1229,"children":1230},{},[1231],{"type":18,"value":1232},"⊕ is bitwise exclusive or,",{"type":13,"tag":1213,"props":1234,"children":1235},{},[1236,1238,1244,1246,1250,1252,1256,1258,1262],{"type":18,"value":1237},"s is the fragment’s R",{"type":13,"tag":1239,"props":1240,"children":1241},"sub",{},[1242],{"type":18,"value":1243},"s0",{"type":18,"value":1245},", G",{"type":13,"tag":1239,"props":1247,"children":1248},{},[1249],{"type":18,"value":1243},{"type":18,"value":1251},", B",{"type":13,"tag":1239,"props":1253,"children":1254},{},[1255],{"type":18,"value":1243},{"type":18,"value":1257}," or A",{"type":13,"tag":1239,"props":1259,"children":1260},{},[1261],{"type":18,"value":1243},{"type":18,"value":1263},"\ncomponent value for the fragment output corresponding to the color\nattachment being updated, and",{"type":13,"tag":1213,"props":1265,"children":1266},{},[1267],{"type":18,"value":1268},"d is the color attachment’s R, G, B or A component\nvalue:",{"type":13,"tag":1270,"props":1271,"children":1277},"table",{"className":1272,"style":1276},[1273,1274,1275],"tableblock","frame-all","grid-all","width: 75%;",[1278,1286,1298,1321],{"type":13,"tag":1279,"props":1280,"children":1283},"caption",{"className":1281},[1282],"title",[1284],{"type":18,"value":1285},"Table 1. Logical Operations",{"type":13,"tag":1287,"props":1288,"children":1289},"colgroup",{},[1290,1295],{"type":13,"tag":1291,"props":1292,"children":1294},"col",{"style":1293},"width: 50%;",[],{"type":13,"tag":1291,"props":1296,"children":1297},{"style":1293},[],{"type":13,"tag":1299,"props":1300,"children":1301},"thead",{},[1302],{"type":13,"tag":1303,"props":1304,"children":1305},"tr",{},[1306,1315],{"type":13,"tag":1307,"props":1308,"children":1312},"th",{"className":1309},[1273,1310,1311],"halign-left","valign-top",[1313],{"type":18,"value":1314},"Mode",{"type":13,"tag":1307,"props":1316,"children":1318},{"className":1317},[1273,1310,1311],[1319],{"type":18,"value":1320},"Operation",{"type":13,"tag":1322,"props":1323,"children":1324},"tbody",{},[1325,1358,1387,1416,1445,1474,1503,1532,1561,1590,1619,1648,1677,1706,1735,1764],{"type":13,"tag":1303,"props":1326,"children":1327},{},[1328,1343],{"type":13,"tag":1329,"props":1330,"children":1332},"td",{"className":1331},[1273,1310,1311],[1333],{"type":13,"tag":14,"props":1334,"children":1336},{"className":1335},[1273],[1337],{"type":13,"tag":1338,"props":1339,"children":1340},"literal",{},[1341],{"type":18,"value":1342},"VK_LOGIC_OP_CLEAR",{"type":13,"tag":1329,"props":1344,"children":1346},{"className":1345},[1273,1310,1311],[1347],{"type":13,"tag":14,"props":1348,"children":1350},{"className":1349},[1273],[1351],{"type":13,"tag":1352,"props":1353,"children":1355},"phrase",{"role":1354},"eq",[1356],{"type":18,"value":1357},"0",{"type":13,"tag":1303,"props":1359,"children":1360},{},[1361,1374],{"type":13,"tag":1329,"props":1362,"children":1364},{"className":1363},[1273,1310,1311],[1365],{"type":13,"tag":14,"props":1366,"children":1368},{"className":1367},[1273],[1369],{"type":13,"tag":1338,"props":1370,"children":1371},{},[1372],{"type":18,"value":1373},"VK_LOGIC_OP_AND",{"type":13,"tag":1329,"props":1375,"children":1377},{"className":1376},[1273,1310,1311],[1378],{"type":13,"tag":14,"props":1379,"children":1381},{"className":1380},[1273],[1382],{"type":13,"tag":1352,"props":1383,"children":1384},{"role":1354},[1385],{"type":18,"value":1386},"s ∧ d",{"type":13,"tag":1303,"props":1388,"children":1389},{},[1390,1403],{"type":13,"tag":1329,"props":1391,"children":1393},{"className":1392},[1273,1310,1311],[1394],{"type":13,"tag":14,"props":1395,"children":1397},{"className":1396},[1273],[1398],{"type":13,"tag":1338,"props":1399,"children":1400},{},[1401],{"type":18,"value":1402},"VK_LOGIC_OP_AND_REVERSE",{"type":13,"tag":1329,"props":1404,"children":1406},{"className":1405},[1273,1310,1311],[1407],{"type":13,"tag":14,"props":1408,"children":1410},{"className":1409},[1273],[1411],{"type":13,"tag":1352,"props":1412,"children":1413},{"role":1354},[1414],{"type":18,"value":1415},"s ∧ ¬ d",{"type":13,"tag":1303,"props":1417,"children":1418},{},[1419,1432],{"type":13,"tag":1329,"props":1420,"children":1422},{"className":1421},[1273,1310,1311],[1423],{"type":13,"tag":14,"props":1424,"children":1426},{"className":1425},[1273],[1427],{"type":13,"tag":1338,"props":1428,"children":1429},{},[1430],{"type":18,"value":1431},"VK_LOGIC_OP_COPY",{"type":13,"tag":1329,"props":1433,"children":1435},{"className":1434},[1273,1310,1311],[1436],{"type":13,"tag":14,"props":1437,"children":1439},{"className":1438},[1273],[1440],{"type":13,"tag":1352,"props":1441,"children":1442},{"role":1354},[1443],{"type":18,"value":1444},"s",{"type":13,"tag":1303,"props":1446,"children":1447},{},[1448,1461],{"type":13,"tag":1329,"props":1449,"children":1451},{"className":1450},[1273,1310,1311],[1452],{"type":13,"tag":14,"props":1453,"children":1455},{"className":1454},[1273],[1456],{"type":13,"tag":1338,"props":1457,"children":1458},{},[1459],{"type":18,"value":1460},"VK_LOGIC_OP_AND_INVERTED",{"type":13,"tag":1329,"props":1462,"children":1464},{"className":1463},[1273,1310,1311],[1465],{"type":13,"tag":14,"props":1466,"children":1468},{"className":1467},[1273],[1469],{"type":13,"tag":1352,"props":1470,"children":1471},{"role":1354},[1472],{"type":18,"value":1473},"¬ s ∧ d",{"type":13,"tag":1303,"props":1475,"children":1476},{},[1477,1490],{"type":13,"tag":1329,"props":1478,"children":1480},{"className":1479},[1273,1310,1311],[1481],{"type":13,"tag":14,"props":1482,"children":1484},{"className":1483},[1273],[1485],{"type":13,"tag":1338,"props":1486,"children":1487},{},[1488],{"type":18,"value":1489},"VK_LOGIC_OP_NO_OP",{"type":13,"tag":1329,"props":1491,"children":1493},{"className":1492},[1273,1310,1311],[1494],{"type":13,"tag":14,"props":1495,"children":1497},{"className":1496},[1273],[1498],{"type":13,"tag":1352,"props":1499,"children":1500},{"role":1354},[1501],{"type":18,"value":1502},"d",{"type":13,"tag":1303,"props":1504,"children":1505},{},[1506,1519],{"type":13,"tag":1329,"props":1507,"children":1509},{"className":1508},[1273,1310,1311],[1510],{"type":13,"tag":14,"props":1511,"children":1513},{"className":1512},[1273],[1514],{"type":13,"tag":1338,"props":1515,"children":1516},{},[1517],{"type":18,"value":1518},"VK_LOGIC_OP_XOR",{"type":13,"tag":1329,"props":1520,"children":1522},{"className":1521},[1273,1310,1311],[1523],{"type":13,"tag":14,"props":1524,"children":1526},{"className":1525},[1273],[1527],{"type":13,"tag":1352,"props":1528,"children":1529},{"role":1354},[1530],{"type":18,"value":1531},"s ⊕ d",{"type":13,"tag":1303,"props":1533,"children":1534},{},[1535,1548],{"type":13,"tag":1329,"props":1536,"children":1538},{"className":1537},[1273,1310,1311],[1539],{"type":13,"tag":14,"props":1540,"children":1542},{"className":1541},[1273],[1543],{"type":13,"tag":1338,"props":1544,"children":1545},{},[1546],{"type":18,"value":1547},"VK_LOGIC_OP_OR",{"type":13,"tag":1329,"props":1549,"children":1551},{"className":1550},[1273,1310,1311],[1552],{"type":13,"tag":14,"props":1553,"children":1555},{"className":1554},[1273],[1556],{"type":13,"tag":1352,"props":1557,"children":1558},{"role":1354},[1559],{"type":18,"value":1560},"s ∨ d",{"type":13,"tag":1303,"props":1562,"children":1563},{},[1564,1577],{"type":13,"tag":1329,"props":1565,"children":1567},{"className":1566},[1273,1310,1311],[1568],{"type":13,"tag":14,"props":1569,"children":1571},{"className":1570},[1273],[1572],{"type":13,"tag":1338,"props":1573,"children":1574},{},[1575],{"type":18,"value":1576},"VK_LOGIC_OP_NOR",{"type":13,"tag":1329,"props":1578,"children":1580},{"className":1579},[1273,1310,1311],[1581],{"type":13,"tag":14,"props":1582,"children":1584},{"className":1583},[1273],[1585],{"type":13,"tag":1352,"props":1586,"children":1587},{"role":1354},[1588],{"type":18,"value":1589},"¬ (s ∨ d)",{"type":13,"tag":1303,"props":1591,"children":1592},{},[1593,1606],{"type":13,"tag":1329,"props":1594,"children":1596},{"className":1595},[1273,1310,1311],[1597],{"type":13,"tag":14,"props":1598,"children":1600},{"className":1599},[1273],[1601],{"type":13,"tag":1338,"props":1602,"children":1603},{},[1604],{"type":18,"value":1605},"VK_LOGIC_OP_EQUIVALENT",{"type":13,"tag":1329,"props":1607,"children":1609},{"className":1608},[1273,1310,1311],[1610],{"type":13,"tag":14,"props":1611,"children":1613},{"className":1612},[1273],[1614],{"type":13,"tag":1352,"props":1615,"children":1616},{"role":1354},[1617],{"type":18,"value":1618},"¬ (s ⊕ d)",{"type":13,"tag":1303,"props":1620,"children":1621},{},[1622,1635],{"type":13,"tag":1329,"props":1623,"children":1625},{"className":1624},[1273,1310,1311],[1626],{"type":13,"tag":14,"props":1627,"children":1629},{"className":1628},[1273],[1630],{"type":13,"tag":1338,"props":1631,"children":1632},{},[1633],{"type":18,"value":1634},"VK_LOGIC_OP_INVERT",{"type":13,"tag":1329,"props":1636,"children":1638},{"className":1637},[1273,1310,1311],[1639],{"type":13,"tag":14,"props":1640,"children":1642},{"className":1641},[1273],[1643],{"type":13,"tag":1352,"props":1644,"children":1645},{"role":1354},[1646],{"type":18,"value":1647},"¬ d",{"type":13,"tag":1303,"props":1649,"children":1650},{},[1651,1664],{"type":13,"tag":1329,"props":1652,"children":1654},{"className":1653},[1273,1310,1311],[1655],{"type":13,"tag":14,"props":1656,"children":1658},{"className":1657},[1273],[1659],{"type":13,"tag":1338,"props":1660,"children":1661},{},[1662],{"type":18,"value":1663},"VK_LOGIC_OP_OR_REVERSE",{"type":13,"tag":1329,"props":1665,"children":1667},{"className":1666},[1273,1310,1311],[1668],{"type":13,"tag":14,"props":1669,"children":1671},{"className":1670},[1273],[1672],{"type":13,"tag":1352,"props":1673,"children":1674},{"role":1354},[1675],{"type":18,"value":1676},"s ∨ ¬ d",{"type":13,"tag":1303,"props":1678,"children":1679},{},[1680,1693],{"type":13,"tag":1329,"props":1681,"children":1683},{"className":1682},[1273,1310,1311],[1684],{"type":13,"tag":14,"props":1685,"children":1687},{"className":1686},[1273],[1688],{"type":13,"tag":1338,"props":1689,"children":1690},{},[1691],{"type":18,"value":1692},"VK_LOGIC_OP_COPY_INVERTED",{"type":13,"tag":1329,"props":1694,"children":1696},{"className":1695},[1273,1310,1311],[1697],{"type":13,"tag":14,"props":1698,"children":1700},{"className":1699},[1273],[1701],{"type":13,"tag":1352,"props":1702,"children":1703},{"role":1354},[1704],{"type":18,"value":1705},"¬ s",{"type":13,"tag":1303,"props":1707,"children":1708},{},[1709,1722],{"type":13,"tag":1329,"props":1710,"children":1712},{"className":1711},[1273,1310,1311],[1713],{"type":13,"tag":14,"props":1714,"children":1716},{"className":1715},[1273],[1717],{"type":13,"tag":1338,"props":1718,"children":1719},{},[1720],{"type":18,"value":1721},"VK_LOGIC_OP_OR_INVERTED",{"type":13,"tag":1329,"props":1723,"children":1725},{"className":1724},[1273,1310,1311],[1726],{"type":13,"tag":14,"props":1727,"children":1729},{"className":1728},[1273],[1730],{"type":13,"tag":1352,"props":1731,"children":1732},{"role":1354},[1733],{"type":18,"value":1734},"¬ s ∨ d",{"type":13,"tag":1303,"props":1736,"children":1737},{},[1738,1751],{"type":13,"tag":1329,"props":1739,"children":1741},{"className":1740},[1273,1310,1311],[1742],{"type":13,"tag":14,"props":1743,"children":1745},{"className":1744},[1273],[1746],{"type":13,"tag":1338,"props":1747,"children":1748},{},[1749],{"type":18,"value":1750},"VK_LOGIC_OP_NAND",{"type":13,"tag":1329,"props":1752,"children":1754},{"className":1753},[1273,1310,1311],[1755],{"type":13,"tag":14,"props":1756,"children":1758},{"className":1757},[1273],[1759],{"type":13,"tag":1352,"props":1760,"children":1761},{"role":1354},[1762],{"type":18,"value":1763},"¬ (s ∧ d)",{"type":13,"tag":1303,"props":1765,"children":1766},{},[1767,1780],{"type":13,"tag":1329,"props":1768,"children":1770},{"className":1769},[1273,1310,1311],[1771],{"type":13,"tag":14,"props":1772,"children":1774},{"className":1773},[1273],[1775],{"type":13,"tag":1338,"props":1776,"children":1777},{},[1778],{"type":18,"value":1779},"VK_LOGIC_OP_SET",{"type":13,"tag":1329,"props":1781,"children":1783},{"className":1782},[1273,1310,1311],[1784],{"type":13,"tag":14,"props":1785,"children":1787},{"className":1786},[1273],[1788],{"type":18,"value":1789},"all 1s",{"type":13,"tag":14,"props":1791,"children":1792},{},[1793,1795,1801],{"type":18,"value":1794},"The result of the logical operation is then written to the color attachment\nas controlled by the component write mask, described in\n",{"type":13,"tag":38,"props":1796,"children":1798},{"href":1797},"/chapters/framebuffer#framebuffer-blendoperations",[1799],{"type":18,"value":1800},"Blend Operations",{"type":18,"value":1802},".",{"type":13,"tag":1804,"props":1805,"children":1806},"style",{},[1807],{"type":18,"value":1808},"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":159,"searchDepth":189,"depth":189,"links":1810},[],"markdown",1725732561070]