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{ 20 VITVMode viTVmode; 21 u16 fbWidth; 22 u16 efbHeight; 23 u16 xfbHeight; 24 u16 viXOrigin; 25 u16 viYOrigin; 26 u16 viWidth; 27 u16 viHeight; 28 VIXFBMode xFBmode; 29 u8 field_rendering; 30 u8 aa; 31 u8 sample_pattern[12][2]; 32 u8 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>. 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>2006/03/01 Initial version.</P> 46<hr> 47<P>CONFIDENTIAL</p> 48</BODY> 49</HTML>