Revert "[Tizen] Ensure gSquareness value defined only if we need"
authorjoogab.yun <joogab.yun@samsung.com>
Tue, 10 Dec 2024 06:17:45 +0000 (15:17 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Tue, 10 Dec 2024 06:17:45 +0000 (15:17 +0900)
This reverts commit 9b1642ace42c7693be3ce59116f996e9085c7c62.

dali-toolkit/internal/graphics/shaders/color-visual-shader.frag

index 3465cbaad42ea62f2e6179e3c64fbec7d85114fc..86967302c1641cb1959d66bd6eb57d85f292bd04 100644 (file)
@@ -53,9 +53,7 @@ UNIFORM_BLOCK SharedBlock
 
 // radius of rounded corner on this quadrant
 highp float gRadius = 0.0;
-#ifdef IS_REQUIRED_SQUIRCLE_CORNER
 highp float gSquareness = 0.0;
-#endif
 
 // fragment coordinate. NOTE : vec2(0.0, 0.0) is vRectSize, the corner of visual
 highp vec2 gFragmentPosition = vec2(0.0, 0.0);