Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / shared / Ossfuzz26167.asm.frag
1 OpCapability Shader
2 %1 = OpExtInstImport "GLSL.std.450"
3 OpMemoryModel Logical GLSL450
4 OpEntryPoint Fragment %main "main" %sk_Clockwise
5 OpExecutionMode %main OriginUpperLeft
6 OpName %sk_Clockwise "sk_Clockwise"
7 OpName %main "main"
8 OpDecorate %sk_Clockwise BuiltIn FrontFacing
9 %bool = OpTypeBool
10 %_ptr_Input_bool = OpTypePointer Input %bool
11 %sk_Clockwise = OpVariable %_ptr_Input_bool Input
12 %void = OpTypeVoid
13 %7 = OpTypeFunction %void
14 %false = OpConstantFalse %bool
15 %main = OpFunction %void None %7
16 %8 = OpLabel
17 OpReturn
18 OpFunctionEnd