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<!-- InstanceBegin template="/Templates/default_template.dwt" codeOutsideHTMLIsLocked="false" --> 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6<meta http-equiv="Content-Style-Type" content="text/css" /> 7<!-- InstanceBeginEditable name="CSS の相対パス指定" --> 8<link href="../../../common/manual.css" rel="stylesheet" type="text/css" /> 9<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="ページのタイトル" --> 10<title>Blender</title> 11<!-- InstanceEndEditable --> 12</head> 13<body> 14<div> 15 <div class="body"> <!-- InstanceBeginEditable name="本文のタイトル" --> 16 <h1>Blender</h1> 17 <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="本文" --> 18 <p>This section describes per-fragment end-processing.</p> 19 <p>The following sections describe how the blender works.</p> 20 <table> 21 <thead> 22 <tr> 23 <th>Item</th> 24 <th>Description</th> 25 </tr> 26 </thead> 27 <tbody> 28 <tr> 29 <th><a href="write_test/index.html">Write Test</a></th> 30 <td>Describes the Write Test process.</td> 31 </tr> 32 <tr> 33 <th><a href="write_frame_buffer/index.html">Write to Framebuffer</a></th> 34 <td>Describes the mechanisms of the process up through writing fragments to the framebuffer.</td> 35 </tr> 36 </tbody> 37 </table> 38 <!-- #BeginLibraryItem "/Library/glossary_blender.lbi" --> <!-- ブレンダー ( blender ) --> 39 <p>The <I>Blender</I> performs a series of processes on the created fragment information, starting by loading information from the framebuffer and ending by writing data back to the framebuffer.</p> 40 <p>The blender decides whether to write a fragment to the framebuffer depending on the outcome of a <I>write test</I>. Fragments that pass the test are blended with any fragments already in the framebuffer in the same location, then <I>writes this back to the framebuffer</I>.</p> 41 <!-- #EndLibraryItem --> <!-- InstanceEndEditable --> </div> 42 <div class="footer" /> 43</div> 44<hr><p>CONFIDENTIAL</p></body> 45<!-- InstanceEnd --> 46</html> 47