1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<link href="../../../../html/common/main.css" rel="stylesheet" type="text/css" />
7<title>Fragment Test</title>
8</head>
9<body>
10<h1>Fragment Test</h1>
11<p>You can make alpha test, depth test, and stencil test settings here.</p>
12<p class="image"><img src="images/material_fragment_test.png" alt="Material Fragment Test Properties" /></p>
13<ol class="ui">
14  <!-- =================================================== -->
15  <li>Enables/disables the alpha test using the checkbox.<BR> You can set alpha test comparison conditions and reference values. </li>
16  <!-- =================================================== -->
17  <li>Enables/disables the depth test using the checkbox.<BR> You can set the process to use for depth test comparison conditions and depth values.</li>
18  <!-- =================================================== -->
19  <li>Enables/disables the stencil test using the checkbox.<BR> You can set items such as stencil test comparison conditions and reference values. <BR> You can set the process for updating the stencil buffer according to test results. </li>
20</ol>
21<h2>Alpha test</h2>
22<p class="image"><img src="images/material_fragment_test01.png" alt="Material Fragment Test Properties" /></p>
23<ol class="ui">
24  <!-- =================================================== -->
25  <li>The alpha test is enabled when this item is selected for comparing alpha values.</li>
26  <!-- =================================================== -->
27  <li>Select the alpha value comparison conditions from the pull-down menu.</li>
28  <!-- =================================================== -->
29  <li>This item can be set by directly entering a numeric value for the reference value or using the slider.</li>
30</ol>
31<h2>Depth test</h2>
32<p class="image"><img src="images/material_fragment_test02.png" alt="Material Depth Test Properties" /></p>
33<ol class="ui">
34  <!-- =================================================== -->
35  <li>The depth test is enabled when this item is selected for comparing depth values.</li>
36  <!-- =================================================== -->
37  <li>Select the depth value comparison conditions from the pull-down menu.</li>
38  <!-- =================================================== -->
39  <li>Select this item when writing compared depth values to the frame buffer.</li>
40  <li>Select this item when applying an offset to depth values.<BR> This item can be set by directly entering a numeric value for the offset to be applied or using the <a href="../../other/slider_window.html">slider window</a>.</li>
41</ol>
42<h2>Stencil test</h2>
43<p class="image"><img src="images/material_fragment_test03.png" alt="Material Stencil Test Properties" /></p>
44<ol class="ui">
45  <!-- =================================================== -->
46  <li>The stencil test is enabled when this item is selected for comparing stencil values.</li>
47  <!-- =================================================== -->
48  <li>Select the stencil value comparison conditions from the pull-down menu.</li>
49  <!-- =================================================== -->
50  <li>This item can be set by directly entering a numeric value for the reference value or using the slider.</li>
51  <li>This item can be set by directly entering a numeric value for the comparison mask or by using the slider.</li>
52  <li>Select the stencil buffer update method from the pull-down menu based on stencil test results.</li>
53</ol>
54<hr><p>CONFIDENTIAL</p></body>
55</html>
56