-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_graphics_info_8h_source.html
180 lines (180 loc) · 28.7 KB
/
_graphics_info_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Gamedev Framework (gf): GraphicsInfo.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="custom.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="gf_logo.png"/></td>
<td id="projectalign">
<div id="projectname">Gamedev Framework (gf)<span id="projectnumber"> 0.21.0</span>
</div>
<div id="projectbrief">A C++17 framework for 2D games</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_6d069d519ae9d12fa11dd8e685586b60.html">gf</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">GraphicsInfo.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Gamedev Framework (gf)</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright (C) 2016-2021 Julien Bernard</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> *</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * This software is provided 'as-is', without any express or implied</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * warranty. In no event will the authors be held liable for any damages</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * arising from the use of this software.</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> *</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> * Permission is granted to anyone to use this software for any purpose,</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * including commercial applications, and to alter it and redistribute it</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * freely, subject to the following restrictions:</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> *</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * 1. The origin of this software must not be misrepresented; you must not</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * claim that you wrote the original software. If you use this software</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * in a product, an acknowledgment in the product documentation would be</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * appreciated but is not required.</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> * 2. Altered source versions must be plainly marked as such, and must not be</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> * misrepresented as being the original software.</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment"> * 3. This notice may not be removed or altered from any source distribution.</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment"> */</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#ifndef GF_GRAPHICS_INFO_H</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define GF_GRAPHICS_INFO_H</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include <string></span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include <vector></span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include "GraphicsApi.h"</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#include "Vector.h"</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacegf.html">gf</a> {</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="keyword">inline</span> <span class="keyword">namespace </span>v1 {</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html"> 46</a></span> <span class="keyword">class </span>GF_GRAPHICS_API <a class="code hl_class" href="classgf_1_1_graphics_info.html">GraphicsInfo</a> {</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a6d53ebf3c774a55fcebd1ed31e34d46a"> 51</a></span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a6d53ebf3c774a55fcebd1ed31e34d46a">GraphicsInfo</a>() = <span class="keyword">delete</span>;</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a8ef6c6c74d6e78c026e627094f9667ac"> 58</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classgf_1_1_graphics_info.html#a8ef6c6c74d6e78c026e627094f9667ac">getVendor</a>();</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a15e86e515ded7d3f4213c7d93dbc23cd"> 65</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classgf_1_1_graphics_info.html#a15e86e515ded7d3f4213c7d93dbc23cd">getRenderer</a>();</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#aaaea364b12cc0f3db1db2c85b7c0911e"> 72</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classgf_1_1_graphics_info.html#aaaea364b12cc0f3db1db2c85b7c0911e">getVersion</a>();</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a1162c8ae830d03239012317b63a81c43"> 79</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classgf_1_1_graphics_info.html#a1162c8ae830d03239012317b63a81c43">getShadingLanguageVersion</a>();</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#ad29827fec091045da599555adcab55fe"> 86</a></span> <span class="keyword">static</span> std::vector<std::string> <a class="code hl_function" href="classgf_1_1_graphics_info.html#ad29827fec091045da599555adcab55fe">getExtensions</a>();</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="structgf_1_1_graphics_info_1_1_format.html"> 91</a></span> <span class="keyword">struct </span><a class="code hl_struct" href="structgf_1_1_graphics_info_1_1_format.html">Format</a> {</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="structgf_1_1_graphics_info_1_1_format.html#a934cc57b719a1243abe30d326630f85c"> 92</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structgf_1_1_graphics_info_1_1_format.html#a934cc57b719a1243abe30d326630f85c">symbol</a>; </div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="structgf_1_1_graphics_info_1_1_format.html#a232b056c85a908f6e2e907b796476c06"> 93</a></span> std::string <a class="code hl_variable" href="structgf_1_1_graphics_info_1_1_format.html#a232b056c85a908f6e2e907b796476c06">name</a>; </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> };</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#accb9847634c5d6f81d38f58c51f7772d"> 101</a></span> <span class="keyword">static</span> std::vector<Format> <a class="code hl_function" href="classgf_1_1_graphics_info.html#accb9847634c5d6f81d38f58c51f7772d">getCompressedTextureFormats</a>();</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a7566e96defa3865a8c4c6eac37ac9bc7"> 108</a></span> <span class="keyword">static</span> std::vector<Format> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a7566e96defa3865a8c4c6eac37ac9bc7">getShaderBinaryFormats</a>();</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a3096a571bb1e45cfb7acfdcf79782530"> 115</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a3096a571bb1e45cfb7acfdcf79782530">getMaxCombinedTextureImageUnits</a>();</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#aaa3c6c30e01b07c6ccdc0a4ec958e8d5"> 122</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#aaa3c6c30e01b07c6ccdc0a4ec958e8d5">getMaxCubeMapTextureSize</a>();</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> </div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#abc5334f8faafdc67ec12e020ad2d9528"> 130</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#abc5334f8faafdc67ec12e020ad2d9528">getMaxFragmentUniformVectors</a>();</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#ad9dc7aa254d785eca8737ac1063c6036"> 137</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#ad9dc7aa254d785eca8737ac1063c6036">getMaxRenderbufferSize</a>();</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a56144b6b159bc2cb562cf77e51681111"> 144</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a56144b6b159bc2cb562cf77e51681111">getMaxTextureImageUnits</a>();</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> </div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a65ca89181d736562e2dd780c8ab94942"> 151</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a65ca89181d736562e2dd780c8ab94942">getMaxTextureSize</a>();</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> </div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a83c6ed9c7190c5555dc315be4d280ab1"> 159</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a83c6ed9c7190c5555dc315be4d280ab1">getMaxVaryingVectors</a>();</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> </div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#ac3328790437e68f23a7c81937a60c2cb"> 167</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#ac3328790437e68f23a7c81937a60c2cb">getMaxVertexAttribs</a>();</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> </div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a0c488b9a0924b616c682b5d52d672cb3"> 174</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a0c488b9a0924b616c682b5d52d672cb3">getMaxVertexTextureImageUnits</a>();</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> </div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a089dfe48c3b4482c87f1a77d789f8677"> 182</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a089dfe48c3b4482c87f1a77d789f8677">getMaxVertexUniformVectors</a>();</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> </div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#a4ee2df679c7b7f9f303b576667e37bc2"> 189</a></span> <span class="keyword">static</span> <a class="code hl_class" href="structgf_1_1_vector.html">Vector2i</a> <a class="code hl_function" href="classgf_1_1_graphics_info.html#a4ee2df679c7b7f9f303b576667e37bc2">getMaxViewportDims</a>();</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> </div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"><a class="line" href="classgf_1_1_graphics_info.html#ac4cbbe5588c7e6a2cc5d8a9a82198a63"> 196</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classgf_1_1_graphics_info.html#ac4cbbe5588c7e6a2cc5d8a9a82198a63">getSubpixelBits</a>();</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> </div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> };</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> </div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span><span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span>}</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span>}</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> </div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span><span class="preprocessor">#endif </span><span class="comment">// GF_GRAPHICS_INFO_H</span></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html"><div class="ttname"><a href="classgf_1_1_graphics_info.html">gf::GraphicsInfo</a></div><div class="ttdoc">A class for graphics info.</div><div class="ttdef"><b>Definition:</b> GraphicsInfo.h:46</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a089dfe48c3b4482c87f1a77d789f8677"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a089dfe48c3b4482c87f1a77d789f8677">gf::GraphicsInfo::getMaxVertexUniformVectors</a></div><div class="ttdeci">static int getMaxVertexUniformVectors()</div><div class="ttdoc">Get the maximum number of four-element vectors that can be held in uniform variable storage for a ver...</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a0c488b9a0924b616c682b5d52d672cb3"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a0c488b9a0924b616c682b5d52d672cb3">gf::GraphicsInfo::getMaxVertexTextureImageUnits</a></div><div class="ttdeci">static int getMaxVertexTextureImageUnits()</div><div class="ttdoc">Get the maximum supported texture image units in a vertex shader.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a1162c8ae830d03239012317b63a81c43"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a1162c8ae830d03239012317b63a81c43">gf::GraphicsInfo::getShadingLanguageVersion</a></div><div class="ttdeci">static std::string getShadingLanguageVersion()</div><div class="ttdoc">Get OpenGL GLSL version string.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a15e86e515ded7d3f4213c7d93dbc23cd"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a15e86e515ded7d3f4213c7d93dbc23cd">gf::GraphicsInfo::getRenderer</a></div><div class="ttdeci">static std::string getRenderer()</div><div class="ttdoc">Get OpenGL renderer string.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a3096a571bb1e45cfb7acfdcf79782530"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a3096a571bb1e45cfb7acfdcf79782530">gf::GraphicsInfo::getMaxCombinedTextureImageUnits</a></div><div class="ttdeci">static int getMaxCombinedTextureImageUnits()</div><div class="ttdoc">Get the maximum supported texture image units.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a4ee2df679c7b7f9f303b576667e37bc2"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a4ee2df679c7b7f9f303b576667e37bc2">gf::GraphicsInfo::getMaxViewportDims</a></div><div class="ttdeci">static Vector2i getMaxViewportDims()</div><div class="ttdoc">Get the maximum supported width and height of the viewport.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a56144b6b159bc2cb562cf77e51681111"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a56144b6b159bc2cb562cf77e51681111">gf::GraphicsInfo::getMaxTextureImageUnits</a></div><div class="ttdeci">static int getMaxTextureImageUnits()</div><div class="ttdoc">Get the maximum supported texture image units in a fragment shader.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a65ca89181d736562e2dd780c8ab94942"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a65ca89181d736562e2dd780c8ab94942">gf::GraphicsInfo::getMaxTextureSize</a></div><div class="ttdeci">static int getMaxTextureSize()</div><div class="ttdoc">Get a rough estimate of the largest texture.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a6d53ebf3c774a55fcebd1ed31e34d46a"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a6d53ebf3c774a55fcebd1ed31e34d46a">gf::GraphicsInfo::GraphicsInfo</a></div><div class="ttdeci">GraphicsInfo()=delete</div><div class="ttdoc">Deleted default constructor.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a7566e96defa3865a8c4c6eac37ac9bc7"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a7566e96defa3865a8c4c6eac37ac9bc7">gf::GraphicsInfo::getShaderBinaryFormats</a></div><div class="ttdeci">static std::vector< Format > getShaderBinaryFormats()</div><div class="ttdoc">Get a list of supported shader binary formats.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a83c6ed9c7190c5555dc315be4d280ab1"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a83c6ed9c7190c5555dc315be4d280ab1">gf::GraphicsInfo::getMaxVaryingVectors</a></div><div class="ttdeci">static int getMaxVaryingVectors()</div><div class="ttdoc">Get the maximum number four-element vectors available for varying variables used by vertex and fragme...</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_a8ef6c6c74d6e78c026e627094f9667ac"><div class="ttname"><a href="classgf_1_1_graphics_info.html#a8ef6c6c74d6e78c026e627094f9667ac">gf::GraphicsInfo::getVendor</a></div><div class="ttdeci">static std::string getVendor()</div><div class="ttdoc">Get OpenGL vendor string.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_aaa3c6c30e01b07c6ccdc0a4ec958e8d5"><div class="ttname"><a href="classgf_1_1_graphics_info.html#aaa3c6c30e01b07c6ccdc0a4ec958e8d5">gf::GraphicsInfo::getMaxCubeMapTextureSize</a></div><div class="ttdeci">static int getMaxCubeMapTextureSize()</div><div class="ttdoc">Get a rough estimate of the largest cube-map texture.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_aaaea364b12cc0f3db1db2c85b7c0911e"><div class="ttname"><a href="classgf_1_1_graphics_info.html#aaaea364b12cc0f3db1db2c85b7c0911e">gf::GraphicsInfo::getVersion</a></div><div class="ttdeci">static std::string getVersion()</div><div class="ttdoc">Get OpenGL version string.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_abc5334f8faafdc67ec12e020ad2d9528"><div class="ttname"><a href="classgf_1_1_graphics_info.html#abc5334f8faafdc67ec12e020ad2d9528">gf::GraphicsInfo::getMaxFragmentUniformVectors</a></div><div class="ttdeci">static int getMaxFragmentUniformVectors()</div><div class="ttdoc">Get the maximum number of four-element vectors that can be held in uniform variable storage for a fra...</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_ac3328790437e68f23a7c81937a60c2cb"><div class="ttname"><a href="classgf_1_1_graphics_info.html#ac3328790437e68f23a7c81937a60c2cb">gf::GraphicsInfo::getMaxVertexAttribs</a></div><div class="ttdeci">static int getMaxVertexAttribs()</div><div class="ttdoc">Get the maximum number of 4-component generic vertex attributes accessible to a vertex shader.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_ac4cbbe5588c7e6a2cc5d8a9a82198a63"><div class="ttname"><a href="classgf_1_1_graphics_info.html#ac4cbbe5588c7e6a2cc5d8a9a82198a63">gf::GraphicsInfo::getSubpixelBits</a></div><div class="ttdeci">static int getSubpixelBits()</div><div class="ttdoc">Get an estimate of the number of bits of subpixel resolution.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_accb9847634c5d6f81d38f58c51f7772d"><div class="ttname"><a href="classgf_1_1_graphics_info.html#accb9847634c5d6f81d38f58c51f7772d">gf::GraphicsInfo::getCompressedTextureFormats</a></div><div class="ttdeci">static std::vector< Format > getCompressedTextureFormats()</div><div class="ttdoc">Get a list of supported compressed texture formats.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_ad29827fec091045da599555adcab55fe"><div class="ttname"><a href="classgf_1_1_graphics_info.html#ad29827fec091045da599555adcab55fe">gf::GraphicsInfo::getExtensions</a></div><div class="ttdeci">static std::vector< std::string > getExtensions()</div><div class="ttdoc">Get available OpenGL extensions.</div></div>
<div class="ttc" id="aclassgf_1_1_graphics_info_html_ad9dc7aa254d785eca8737ac1063c6036"><div class="ttname"><a href="classgf_1_1_graphics_info.html#ad9dc7aa254d785eca8737ac1063c6036">gf::GraphicsInfo::getMaxRenderbufferSize</a></div><div class="ttdeci">static int getMaxRenderbufferSize()</div><div class="ttdoc">Get the largest renderbuffer width and height.</div></div>
<div class="ttc" id="anamespacegf_html"><div class="ttname"><a href="namespacegf.html">gf</a></div><div class="ttdoc">The namespace for gf classes.</div><div class="ttdef"><b>Definition:</b> Action.h:35</div></div>
<div class="ttc" id="astructgf_1_1_graphics_info_1_1_format_html"><div class="ttname"><a href="structgf_1_1_graphics_info_1_1_format.html">gf::GraphicsInfo::Format</a></div><div class="ttdoc">An OpenGL format.</div><div class="ttdef"><b>Definition:</b> GraphicsInfo.h:91</div></div>
<div class="ttc" id="astructgf_1_1_graphics_info_1_1_format_html_a232b056c85a908f6e2e907b796476c06"><div class="ttname"><a href="structgf_1_1_graphics_info_1_1_format.html#a232b056c85a908f6e2e907b796476c06">gf::GraphicsInfo::Format::name</a></div><div class="ttdeci">std::string name</div><div class="ttdoc">Name of the constant for the format or "UNKNOWN".</div><div class="ttdef"><b>Definition:</b> GraphicsInfo.h:93</div></div>
<div class="ttc" id="astructgf_1_1_graphics_info_1_1_format_html_a934cc57b719a1243abe30d326630f85c"><div class="ttname"><a href="structgf_1_1_graphics_info_1_1_format.html#a934cc57b719a1243abe30d326630f85c">gf::GraphicsInfo::Format::symbol</a></div><div class="ttdeci">int symbol</div><div class="ttdoc">Symbolic constant to represent the format.</div><div class="ttdef"><b>Definition:</b> GraphicsInfo.h:92</div></div>
<div class="ttc" id="astructgf_1_1_vector_html"><div class="ttname"><a href="structgf_1_1_vector.html">gf::Vector< int, 2 ></a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.3
</small></address>
</body>
</html>