1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2<html>
3
4<head>
5<meta http-equiv="Content-Type" content="text/html;charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8<title>GXRenderModeObj</title>
9</head>
10
11<body>
12
13<h1 align="left">GXRenderModeObj</h1>
14
15
16<h2>C Specification</h2>
17
18<dl>
19<dd><pre><CODE>typedef struct {
20VITVMode &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    viTVmode;
21u16               fbWidth;
22u16               efbHeight;
23u16               xfbHeight;
24u16               viXOrigin;
25u16               viYOrigin;
26u16               viWidth;
27u16               viHeight;
28VIXFBMode         xFBmode;
29u8                field_rendering;
30u8                aa;
31u8                sample_pattern[12][2];
32u8                vfilter[7];
33} GXRenderModeObj;</CODE></pre></dd>
34</dl><h2>Description</h2>
35
36<p>This structure stores all the information for defining a <A href="../Framebuffer/RenderMode.html"> Render Mode</A>.&nbsp;This information is also used by VI library functions.
37</p>
38
39
40
41
42
43<h2>Functions Using This Type</h2>
44<H2>Revision History</H2>
45<P>03/01/2006 Initial version.</P>
46<hr>
47<P>CONFIDENTIAL</p>
48</BODY>
49</HTML>