-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore_8h_source.html
608 lines (606 loc) · 97.5 KB
/
core_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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!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" lang="en-US">
<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.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>hydra core API: include/hydra/core.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/javascript" src="clipboard.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.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="projectalign">
<div id="projectname">hydra core API<span id="projectnumber"> 1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<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('',true,false,'search.php','Search');
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</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_ebddc7057cc9d7d063cd5a0709e1bd9f.html">hydra</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">core.h</div></div>
</div><!--header-->
<div class="contents">
<a href="core_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">/* ============================================================ */</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="preprocessor">#include <stddef.h></span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="preprocessor">#include <stdint.h></span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="preprocessor">#include <stdbool.h></span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="core_8h.html#acdd8a3bf6b35ebe9fad0ee609203b83b"> 56</a></span><span class="preprocessor">#define HYDRA_CORE_MAJOR 0</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="preprocessor">#define HYDRA_CORE_MINOR 1</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="preprocessor">#define HYDRA_CORE_PATCH 0</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="preprocessor">#ifndef HYDRA_API_IMPORT</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="preprocessor">#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="preprocessor">#ifdef __GNUC__</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="preprocessor">#define HYDRA_API_IMPORT __attribute__((__dllimport__))</span></div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="preprocessor">#define HYDRA_API_IMPORT __declspec(dllimport)</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><span class="preprocessor">#define HYDRA_API_IMPORT </span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="preprocessor">#ifndef HYDRA_API_EXPORT</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="preprocessor">#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="preprocessor">#ifdef __GNUC__</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="preprocessor">#define HYDRA_API_EXPORT __attribute__((__dllexport__))</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="preprocessor">#define HYDRA_API_EXPORT __declspec(dllexport)</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="preprocessor">#define HYDRA_API_EXPORT __attribute__((visibility("default")))</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="preprocessor">#ifndef HYDRA_API_CALL</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="preprocessor">#if defined(__GNUC__) && defined(__i386__) && !defined(__x86_64__)</span></div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="preprocessor">#define HYDRA_API_CALL __attribute__((cdecl))</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="preprocessor">#elif defined(_MSC_VER) && defined(_M_X86) && !defined(_M_X64)</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="preprocessor">#define HYDRA_API_CALL __cdecl</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="preprocessor">#define HYDRA_API_CALL</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><span class="preprocessor">#ifndef HYDRA_API_ATTR</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="preprocessor">#define HYDRA_API_ATTR</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="foldopen" id="foldopen00102" data-start="{" data-end="};">
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b"> 102</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> {</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba208fb807db470d0e9b4cc9b66b280a2e"> 103</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba208fb807db470d0e9b4cc9b66b280a2e">HC_SUCCESS</a> = 0, </div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba7f0a4662ed2b18e130eafc7461c3f856"> 104</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba7f0a4662ed2b18e130eafc7461c3f856">HC_ERROR_CORE</a> = -1, </div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4baa04504a25889d25665d3e5600d1fa0fa"> 105</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4baa04504a25889d25665d3e5600d1fa0fa">HC_ERROR_NOT_ALL_CALLBACKS_SET</a> = -2, </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba1d21b3c240cd0104f1198ea735224a6d"> 106</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba1d21b3c240cd0104f1198ea735224a6d">HC_ERROR_BAD_RENDERER_VERSION</a> = -3, </div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba27d103d2d0005ef2d1d98425d84e2c7b"> 107</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba27d103d2d0005ef2d1d98425d84e2c7b">HC_ERROR_BAD_CONTENT</a> = -4, </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba0fe69537f9f9448165fbf9298068473d"> 108</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba0fe69537f9f9448165fbf9298068473d">HC_ERROR_BAD_INPUT_REQUEST</a> = -5, </div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4baf0ceb908b5a28c94e616aa8596250c2d"> 109</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4baf0ceb908b5a28c94e616aa8596250c2d">HC_ERROR_BAD_ENVIRONMENT_INFO</a> = -6, </div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba89bcdaad197a5901b075aa7812ce4492"> 110</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba89bcdaad197a5901b075aa7812ce4492">HC_ERROR_BAD_AUDIO_DATA_WANT</a> = -7, </div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba898342ce6ebef2c4435eb2e0ea5640e7"> 111</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba898342ce6ebef2c4435eb2e0ea5640e7">HC_ERROR_BAD_AUDIO_DATA_HAVE</a> = -8, </div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba1f5770c6f3237ed515281c80873c9c95"> 112</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba1f5770c6f3237ed515281c80873c9c95">HC_ERROR_AUDIO_OVERRUN</a> = -9, </div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4baade810a513339d47748ffa1662be1455"> 113</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4baade810a513339d47748ffa1662be1455">HC_ERROR_FULLY_SELF_DRIVEN</a> = -10, </div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba2a9324e3458b64e532beffd05d3dc7cf"> 114</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba2a9324e3458b64e532beffd05d3dc7cf">HC_ERROR_NOT_SOFTWARE_RENDERED</a> = -11, </div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba7ef6c09e9a2917e4b95a918642577836"> 115</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba7ef6c09e9a2917e4b95a918642577836">HC_ERROR_NOT_OPENGL_RENDERED</a> = -12, </div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba5bd94d4156829645acbd3b2e857684b9"> 116</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba5bd94d4156829645acbd3b2e857684b9">HC_ERROR_NOT_VULKAN_RENDERED</a> = -13, </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba21f7a4ae21c1e7a4acbec4edb2b8b46f"> 117</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba21f7a4ae21c1e7a4acbec4edb2b8b46f">HC_ERROR_NOT_METAL_RENDERED</a> = -14, </div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"><a class="line" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba78adaeb5c862778d41496a93fb921465"> 118</a></span> <a class="code hl_enumvalue" href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba78adaeb5c862778d41496a93fb921465">HC_ERROR_NOT_DIRECT3D_RENDERED</a> = -15, </div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span>} <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a>;</div>
</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcPixelFormat {</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> HC_PIXEL_FORMAT_NULL = 0,</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> HC_PIXEL_FORMAT_RGBA32 = 1,</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> HC_PIXEL_FORMAT_BGRA32 = 2,</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> HC_PIXEL_FORMAT_ARGB32 = 3,</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> HC_PIXEL_FORMAT_ABGR32 = 4,</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> HC_PIXEL_FORMAT_RGB24 = 5,</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> HC_PIXEL_FORMAT_BGR24 = 6,</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> HC_PIXEL_FORMAT_RGB565 = 7,</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> HC_PIXEL_FORMAT_BGR565 = 8,</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> HC_PIXEL_FORMAT_RGBA5551 = 9,</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> HC_PIXEL_FORMAT_BGRA5551 = 10,</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> HC_PIXEL_FORMAT_ARGB1555 = 11,</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> HC_PIXEL_FORMAT_ABGR1555 = 12,</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span>} HcPixelFormat;</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> </div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcArchitecture {</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> HC_ARCHITECTURE_X86,</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> HC_ARCHITECTURE_X86_64,</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> HC_ARCHITECTURE_AARCH32,</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> HC_ARCHITECTURE_AARCH64,</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> HC_ARCHITECTURE_WASM,</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> HC_ARCHITECTURE_OTHER = 1000,</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span>} HcArchitecture;</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> </div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcOperatingSystem {</div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> HC_OPERATING_SYSTEM_LINUX = 1,</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> HC_OPERATING_SYSTEM_WINDOWS = 2,</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> HC_OPERATING_SYSTEM_MACOS = 3,</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> HC_OPERATING_SYSTEM_FREEBSD = 4,</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> HC_OPERATING_SYSTEM_ANDROID = 5,</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> HC_OPERATING_SYSTEM_IOS = 6,</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> HC_OPERATING_SYSTEM_WEB = 7,</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> HC_OPERATING_SYSTEM_OTHER = 1000,</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span>} HcOperatingSystem;</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> </div>
<div class="foldopen" id="foldopen00157" data-start="{" data-end="};">
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"><a class="line" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283"> 157</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283">HcDriveMode</a> {</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283a653878411d1927ac1012adbc6bbcd8b3"> 158</a></span> <a class="code hl_enumvalue" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283a653878411d1927ac1012adbc6bbcd8b3">HC_DRIVE_MODE_SELF_DRIVEN</a> = 1, </div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283af1ef9c9d567c2c5a494a18d72a12682d"> 159</a></span> <a class="code hl_enumvalue" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283af1ef9c9d567c2c5a494a18d72a12682d">HC_DRIVE_MODE_SELF_DRIVEN_EXCEPT_AUDIO</a> = 2, </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283afd7f984c339baf9940da15f2dc9164e5"> 160</a></span> <a class="code hl_enumvalue" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283afd7f984c339baf9940da15f2dc9164e5">HC_DRIVE_MODE_FRONTEND_DRIVEN</a> = 3, </div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span>} <a class="code hl_enumeration" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283">HcDriveMode</a>;</div>
</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcStructureType {</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> HC_STRUCTURE_TYPE_CORE_INFO = 1,</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> HC_STRUCTURE_TYPE_HOST_INFO,</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> HC_STRUCTURE_TYPE_VIDEO_INFO,</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> HC_STRUCTURE_TYPE_AUDIO_INFO,</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> HC_STRUCTURE_TYPE_IMAGE_DATA,</div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> HC_STRUCTURE_TYPE_AUDIO_DATA,</div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> HC_STRUCTURE_TYPE_CORE_DESTROY_INFO,</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> HC_STRUCTURE_TYPE_CORE_RESET_INFO,</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> HC_STRUCTURE_TYPE_GET_INPUT_REQUEST,</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> HC_STRUCTURE_TYPE_LOCK_REQUEST,</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> HC_STRUCTURE_TYPE_CORE_RUN_STATE_INFO,</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> HC_STRUCTURE_TYPE_CONTENT_INFO,</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> HC_STRUCTURE_TYPE_CALLBACKS,</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> HC_STRUCTURE_TYPE_CONTENT_LOAD_INFO,</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> HC_STRUCTURE_TYPE_ENVIRONMENT_INFO,</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span>} HcStructureType;</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcOpenGlVersion {</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> HC_OPENGL_NOT_SUPPORTED = 0,</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> HC_OPENGL_VERSION_1_0 = 1,</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> HC_OPENGL_VERSION_1_1 = 2,</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> HC_OPENGL_VERSION_1_2 = 3,</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> HC_OPENGL_VERSION_1_3 = 4,</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> HC_OPENGL_VERSION_1_4 = 5,</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> HC_OPENGL_VERSION_1_5 = 6,</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> HC_OPENGL_VERSION_2_0 = 7,</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> HC_OPENGL_VERSION_2_1 = 8,</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> HC_OPENGL_VERSION_3_0 = 9,</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> HC_OPENGL_VERSION_3_1 = 10,</div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> HC_OPENGL_VERSION_3_2 = 11,</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> HC_OPENGL_VERSION_3_3 = 12,</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> HC_OPENGL_VERSION_4_0 = 13,</div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> HC_OPENGL_VERSION_4_1 = 14,</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> HC_OPENGL_VERSION_4_2 = 15,</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> HC_OPENGL_VERSION_4_3 = 16,</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> HC_OPENGL_VERSION_4_4 = 17,</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> HC_OPENGL_VERSION_4_5 = 18,</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> HC_OPENGL_VERSION_4_6 = 19,</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span>} HcOpenGlVersion;</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><span class="keyword">typedef</span> <span class="keyword">enum</span> HcOpenGlEsVersion {</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> HC_OPENGL_ES_NOT_SUPPORTED = 0,</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> HC_OPENGL_ES_VERSION_1_0 = 1,</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> HC_OPENGL_ES_VERSION_1_1 = 2,</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> HC_OPENGL_ES_VERSION_2_0 = 3,</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> HC_OPENGL_ES_VERSION_3_0 = 4,</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> HC_OPENGL_ES_VERSION_3_1 = 5,</div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> HC_OPENGL_ES_VERSION_3_2 = 6,</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span>} HcOpenGlEsVersion;</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> </div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcWebGlVersion {</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> HC_WEBGL_NOT_SUPPORTED = 0,</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> HC_WEBGL_VERSION_1_0 = 1,</div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> HC_WEBGL_VERSION_2_0 = 2,</div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span>} HcWebGlVersion;</div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> </div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcVulkanVersion {</div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> HC_VULKAN_NOT_SUPPORTED = 0,</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> HC_VULKAN_VERSION_1_0 = 1,</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> HC_VULKAN_VERSION_1_1 = 2,</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> HC_VULKAN_VERSION_1_2 = 3,</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> HC_VULKAN_VERSION_1_3 = 4,</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span>} HcVulkanVersion;</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcMetalVersion {</div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> HC_METAL_NOT_SUPPORTED = 0,</div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> HC_METAL_VERSION_1_0 = 1,</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> HC_METAL_VERSION_2_0 = 1,</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> HC_METAL_VERSION_3_0 = 1,</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span>} HcMetalVersion;</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> </div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcDirect3DVersion {</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> HC_DIRECT3D_NOT_SUPPORTED,</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> HC_DIRECT3D_VERSION_7_0,</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> HC_DIRECT3D_VERSION_8_0,</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> HC_DIRECT3D_VERSION_9_0,</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> HC_DIRECT3D_VERSION_10_0,</div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> HC_DIRECT3D_VERSION_11_0,</div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> HC_DIRECT3D_VERSION_12_0,</div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span>} HcDirect3DVersion;</div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> </div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcRendererType {</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> HC_RENDERER_TYPE_NULL = 0,</div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> HC_RENDERER_TYPE_SOFTWARE = 1,</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> HC_RENDERER_TYPE_OPENGL = 2,</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> HC_RENDERER_TYPE_OPENGL_ES = 3,</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> HC_RENDERER_TYPE_WEBGL = 4,</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> HC_RENDERER_TYPE_VULKAN = 5,</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> HC_RENDERER_TYPE_METAL = 6,</div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> HC_RENDERER_TYPE_DIRECT3D = 7,</div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span>} HcRendererType;</div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> </div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcAudioFormat {</div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> HC_AUDIO_FORMAT_NULL = 0,</div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> HC_AUDIO_FORMAT_U8_PCM = 1,</div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> HC_AUDIO_FORMAT_S8_PCM = 2,</div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> HC_AUDIO_FORMAT_S16_PCM = 3,</div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> HC_AUDIO_FORMAT_S24_PCM = 4,</div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> HC_AUDIO_FORMAT_S32_PCM = 5,</div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> HC_AUDIO_FORMAT_FLOAT32 = 6,</div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> HC_AUDIO_FORMAT_FLOAT64 = 7,</div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span>} HcAudioFormat;</div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> </div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcAudioChannels {</div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> HC_AUDIO_CHANNELS_NULL = 0,</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> HC_AUDIO_CHANNELS_MONO = 1,</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> HC_AUDIO_CHANNELS_STEREO = 2,</div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> HC_AUDIO_CHANNELS_3_1_SURROUND = 4,</div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> HC_AUDIO_CHANNELS_5_1_SURROUND = 6,</div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> HC_AUDIO_CHANNELS_7_1_SURROUND = 8,</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span>} HcAudioChannels;</div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> </div>
<div class="foldopen" id="foldopen00276" data-start="{" data-end="};">
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"><a class="line" href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7a"> 276</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7a">HcResetType</a> {</div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7aa649713e7e9166379fa25244b10c01bf6"> 277</a></span> <a class="code hl_enumvalue" href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7aa649713e7e9166379fa25244b10c01bf6">HC_RESET_TYPE_SOFT</a> = 1, </div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"><a class="line" href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7aafd245828358cd3449c57de128e502075"> 278</a></span> <a class="code hl_enumvalue" href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7aafd245828358cd3449c57de128e502075">HC_RESET_TYPE_HARD</a> = 2, </div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span>} <a class="code hl_enumeration" href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7a">HcResetType</a>;</div>
</div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> </div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span><span class="keyword">typedef</span> <span class="keyword">enum</span> HcInputType {</div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> HC_INPUT_TYPE_NULL = 0,</div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> <span class="comment">// TODO: add input types (eg. HC_INPUT_TYPE_ANALOG1_HORIZONTAL or HC_INPUT_TYPE_BUTTON_X)</span></div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span>} HcInputType;</div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> </div>
<div class="foldopen" id="foldopen00286" data-start="{" data-end="};">
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"><a class="line" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7"> 286</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7">HcRunState</a> {</div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"><a class="line" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7afe5eb6f65a7e631dc59ce7978768c907"> 287</a></span> <a class="code hl_enumvalue" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7afe5eb6f65a7e631dc59ce7978768c907">HC_RUN_STATE_NULL</a> = 0, </div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"><a class="line" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7aa37dedef24d29d22dce997ffb444035f"> 288</a></span> <a class="code hl_enumvalue" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7aa37dedef24d29d22dce997ffb444035f">HC_RUN_STATE_RUNNING</a> = 1, </div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"><a class="line" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7a8187e11aa9da46b92acd9936630c3e61"> 289</a></span> <a class="code hl_enumvalue" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7a8187e11aa9da46b92acd9936630c3e61">HC_RUN_STATE_PAUSED</a> = 2, </div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"><a class="line" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7a16a9f900a49b00c1522a96a927c71378"> 290</a></span> <a class="code hl_enumvalue" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7a16a9f900a49b00c1522a96a927c71378">HC_RUN_STATE_QUIT</a> = 3, </div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span>} <a class="code hl_enumeration" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7">HcRunState</a>;</div>
</div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> </div>
<div class="foldopen" id="foldopen00293" data-start="{" data-end="};">
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"><a class="line" href="structHcVideoInfo.html"> 293</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcVideoInfo.html">HcVideoInfo</a> {</div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> HcStructureType type;</div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"><a class="line" href="structHcVideoInfo.html#a526295e0885124685dbff8ae53c481a7"> 296</a></span> HcRendererType <a class="code hl_variable" href="structHcVideoInfo.html#a526295e0885124685dbff8ae53c481a7">rendererType</a>; </div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"><a class="line" href="structHcVideoInfo.html#ae4d3434fc59d17963cb41e3194511056"> 297</a></span> uint32_t <a class="code hl_variable" href="structHcVideoInfo.html#ae4d3434fc59d17963cb41e3194511056">rendererVersion</a>; </div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"><a class="line" href="structHcVideoInfo.html#a7a65602b2e62437fe5847a809a7f4069"> 298</a></span> uint32_t <a class="code hl_variable" href="structHcVideoInfo.html#a7a65602b2e62437fe5847a809a7f4069">width</a>; </div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="structHcVideoInfo.html#a3313da569e030f06f9f98db8ecadefb4"> 299</a></span> uint32_t <a class="code hl_variable" href="structHcVideoInfo.html#a3313da569e030f06f9f98db8ecadefb4">height</a>; </div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"><a class="line" href="structHcVideoInfo.html#a57a43669ad024860718f2bc8e464fdad"> 300</a></span> uint32_t <a class="code hl_variable" href="structHcVideoInfo.html#a57a43669ad024860718f2bc8e464fdad">frameRate</a>; </div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"><a class="line" href="structHcVideoInfo.html#a4e87b5ff14bb6f8c8687bc9a11542912"> 301</a></span> HcPixelFormat <a class="code hl_variable" href="structHcVideoInfo.html#a4e87b5ff14bb6f8c8687bc9a11542912">format</a>; </div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span>} <a class="code hl_struct" href="structHcVideoInfo.html">HcVideoInfo</a>;</div>
</div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> </div>
<div class="foldopen" id="foldopen00304" data-start="{" data-end="};">
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"><a class="line" href="structHcAudioInfo.html"> 304</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcAudioInfo.html">HcAudioInfo</a> {</div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> HcStructureType type;</div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"><a class="line" href="structHcAudioInfo.html#ae3c9889c5daa9e1402651944184668d7"> 307</a></span> HcAudioFormat <a class="code hl_variable" href="structHcAudioInfo.html#ae3c9889c5daa9e1402651944184668d7">format</a>; </div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"><a class="line" href="structHcAudioInfo.html#a2e774f8fe96e45eeaa45e6686ee76b3f"> 308</a></span> HcAudioChannels <a class="code hl_variable" href="structHcAudioInfo.html#a2e774f8fe96e45eeaa45e6686ee76b3f">channels</a>; </div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"><a class="line" href="structHcAudioInfo.html#af07420779a2000c37ea7352651082f79"> 309</a></span> uint32_t <a class="code hl_variable" href="structHcAudioInfo.html#af07420779a2000c37ea7352651082f79">sampleRate</a>; </div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span>} <a class="code hl_struct" href="structHcAudioInfo.html">HcAudioInfo</a>;</div>
</div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> </div>
<div class="foldopen" id="foldopen00312" data-start="{" data-end="};">
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"><a class="line" href="structHcImageData.html"> 312</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcImageData.html">HcImageData</a> {</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> HcStructureType type;</div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"><a class="line" href="structHcImageData.html#a36a2515bd856413887022ecd468f9136"> 315</a></span> uint8_t* <a class="code hl_variable" href="structHcImageData.html#a36a2515bd856413887022ecd468f9136">data</a>; </div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"><a class="line" href="structHcImageData.html#a633d8b3795c437d3f2b1830e4a423f60"> 316</a></span> uint32_t <a class="code hl_variable" href="structHcImageData.html#a633d8b3795c437d3f2b1830e4a423f60">width</a>; </div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"><a class="line" href="structHcImageData.html#aebdc4eea5ee0579877cb4931ef801c76"> 317</a></span> uint32_t <a class="code hl_variable" href="structHcImageData.html#aebdc4eea5ee0579877cb4931ef801c76">height</a>; </div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"><a class="line" href="structHcImageData.html#a643e4db9974a7815f270966ef87812e0"> 318</a></span> uint32_t <a class="code hl_variable" href="structHcImageData.html#a643e4db9974a7815f270966ef87812e0">channels</a>; </div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"><a class="line" href="structHcImageData.html#a044a24f828d71f8f7fae1ee1198034f5"> 319</a></span> uint32_t <a class="code hl_variable" href="structHcImageData.html#a044a24f828d71f8f7fae1ee1198034f5">stride</a>; </div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> HcPixelFormat format;</div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span>} <a class="code hl_struct" href="structHcImageData.html">HcImageData</a>;</div>
</div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> </div>
<div class="foldopen" id="foldopen00323" data-start="{" data-end="};">
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"><a class="line" href="structHcAudioData.html"> 323</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcAudioData.html">HcAudioData</a> {</div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> HcStructureType type;</div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> uint8_t* data;</div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> uint32_t sampleCount;</div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> <a class="code hl_struct" href="structHcAudioInfo.html">HcAudioInfo</a> want;</div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> <a class="code hl_struct" href="structHcAudioInfo.html">HcAudioInfo</a> have;</div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span>} <a class="code hl_struct" href="structHcAudioData.html">HcAudioData</a>;</div>
</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> </div>
<div class="foldopen" id="foldopen00332" data-start="{" data-end="};">
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"><a class="line" href="structHcContentInfo.html"> 332</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcContentInfo.html">HcContentInfo</a> {</div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> HcStructureType type;</div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* name;</div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* description;</div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* extensions;</div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span>} <a class="code hl_struct" href="structHcContentInfo.html">HcContentInfo</a>;</div>
</div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> </div>
<div class="foldopen" id="foldopen00340" data-start="{" data-end="};">
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="structHcCoreInfo.html"> 340</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcCoreInfo.html">HcCoreInfo</a> {</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> HcStructureType type;</div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* coreName;</div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* coreVersion;</div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* systemName;</div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* author;</div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* description;</div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* website;</div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* settings;</div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* license;</div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> <a class="code hl_struct" href="structHcContentInfo.html">HcContentInfo</a>* loadableContentInfo;</div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <span class="keywordtype">int</span> loadableContentInfoCount;</div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <a class="code hl_struct" href="structHcImageData.html">HcImageData</a>* icon;</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span>} <a class="code hl_struct" href="structHcCoreInfo.html">HcCoreInfo</a>;</div>
</div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> </div>
<div class="foldopen" id="foldopen00356" data-start="{" data-end="};">
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"><a class="line" href="structHcEnvironmentInfo.html"> 356</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcEnvironmentInfo.html">HcEnvironmentInfo</a> {</div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> HcStructureType type;</div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <a class="code hl_enumeration" href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283">HcDriveMode</a> driveMode;</div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <a class="code hl_struct" href="structHcVideoInfo.html">HcVideoInfo</a>* video;</div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <a class="code hl_struct" href="structHcAudioInfo.html">HcAudioInfo</a>* audio;</div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span>} <a class="code hl_struct" href="structHcEnvironmentInfo.html">HcEnvironmentInfo</a>;</div>
</div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> </div>
<div class="foldopen" id="foldopen00364" data-start="{" data-end="};">
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"><a class="line" href="structHcDestroyInfo.html"> 364</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcDestroyInfo.html">HcDestroyInfo</a> {</div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> HcStructureType type;</div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span>} <a class="code hl_struct" href="structHcDestroyInfo.html">HcDestroyInfo</a>;</div>
</div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> </div>
<div class="foldopen" id="foldopen00369" data-start="{" data-end="};">
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"><a class="line" href="structHcResetInfo.html"> 369</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcResetInfo.html">HcResetInfo</a> {</div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> HcStructureType type;</div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <a class="code hl_enumeration" href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7a">HcResetType</a> resetType;</div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span>} <a class="code hl_struct" href="structHcResetInfo.html">HcResetInfo</a>;</div>
</div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> </div>
<div class="foldopen" id="foldopen00375" data-start="{" data-end="};">
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="structHcHostInfo.html"> 375</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcHostInfo.html">HcHostInfo</a> {</div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> HcStructureType type;</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> HcArchitecture architecture;</div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> HcOperatingSystem operatingSystem;</div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* gpuVendor;</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> HcOpenGlVersion openGlVersion;</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> HcOpenGlEsVersion openGlEsVersion;</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> HcWebGlVersion webGlVersion;</div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> HcVulkanVersion vulkanVersion;</div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> HcMetalVersion metalVersion;</div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> HcDirect3DVersion direct3DVersion;</div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span>} <a class="code hl_struct" href="structHcHostInfo.html">HcHostInfo</a>;</div>
</div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> </div>
<div class="foldopen" id="foldopen00389" data-start="{" data-end="};">
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"><a class="line" href="structHcInputRequest.html"> 389</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcInputRequest.html">HcInputRequest</a> {</div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> HcStructureType type;</div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> uint32_t port;</div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> HcInputType inputType;</div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span>} <a class="code hl_struct" href="structHcInputRequest.html">HcInputRequest</a>;</div>
</div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> </div>
<div class="foldopen" id="foldopen00396" data-start="{" data-end="};">
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"><a class="line" href="structHcRunStateInfo.html"> 396</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcRunStateInfo.html">HcRunStateInfo</a> {</div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> HcStructureType type;</div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> <a class="code hl_enumeration" href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7">HcRunState</a> runState;</div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span>} <a class="code hl_struct" href="structHcRunStateInfo.html">HcRunStateInfo</a>;</div>
</div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span> </div>
<div class="foldopen" id="foldopen00402" data-start="{" data-end="};">
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"><a class="line" href="structHcContentLoadInfo.html"> 402</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcContentLoadInfo.html">HcContentLoadInfo</a> {</div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span> HcStructureType type;</div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* name;</div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* path;</div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span>} <a class="code hl_struct" href="structHcContentLoadInfo.html">HcContentLoadInfo</a>;</div>
</div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> </div>
<div class="foldopen" id="foldopen00409" data-start="{" data-end="};">
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"><a class="line" href="structHcCallbacks.html"> 409</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structHcCallbacks.html">HcCallbacks</a> {</div>
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> HcStructureType type;</div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> <span class="keywordtype">void</span>* next;</div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> <span class="keywordtype">void</span>* userdata;</div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> void (*runFrame)(<span class="keywordtype">void</span>* userdata);</div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span>} <a class="code hl_struct" href="structHcCallbacks.html">HcCallbacks</a>;</div>
</div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> </div>
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> </div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"><a class="line" href="core_8h.html#aa6a8a11f89c2af6d4322605ca88f3b9d"> 422</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <span class="keywordtype">void</span> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#aa6a8a11f89c2af6d4322605ca88f3b9d">hcGetHostInfo</a>(<a class="code hl_struct" href="structHcHostInfo.html">HcHostInfo</a>* hostInfo);</div>
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> </div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"><a class="line" href="core_8h.html#adb5b900e6db816dacbe663abc9bb61d4"> 432</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#adb5b900e6db816dacbe663abc9bb61d4">hcGetInputsSync</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcInputRequest.html">HcInputRequest</a>* <span class="keyword">const</span>* requests, <span class="keywordtype">int</span> requestCount, <span class="keyword">const</span> int64_t* <span class="keyword">const</span>* values);</div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span> </div>
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"><a class="line" href="core_8h.html#afb2101c96446a76af5c16870eefe7db5"> 440</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#afb2101c96446a76af5c16870eefe7db5">hcReconfigureEnvironment</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcEnvironmentInfo.html">HcEnvironmentInfo</a>* environmentInfo);</div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> </div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"><a class="line" href="core_8h.html#aef77ca7085a34175960b4b536367fb67"> 452</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#aef77ca7085a34175960b4b536367fb67">hcPushSamples</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcAudioData.html">HcAudioData</a>* audioData);</div>
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> </div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"><a class="line" href="core_8h.html#aeab643526570859401c7ee4a9f9206f1"> 460</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#aeab643526570859401c7ee4a9f9206f1">hcSwPushVideoFrame</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcImageData.html">HcImageData</a>* image);</div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> </div>
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"><a class="line" href="core_8h.html#ac45c46924f6ff5ed93ecc00fa83d3412"> 468</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#ac45c46924f6ff5ed93ecc00fa83d3412">hcGlMakeCurrent</a>();</div>
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span> </div>
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"><a class="line" href="core_8h.html#a39ed66cbce87a399ec3b9fe80c8887db"> 476</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#a39ed66cbce87a399ec3b9fe80c8887db">hcGlSwapBuffers</a>();</div>
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> </div>
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"><a class="line" href="core_8h.html#af41de289de5c9626248717e4a1862db1"> 484</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <span class="keywordtype">void</span>* HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#af41de289de5c9626248717e4a1862db1">hcGlGetProcAddress</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div>
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> </div>
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"><a class="line" href="core_8h.html#a5c6029af71f8b0efe6591d0b923d198c"> 492</a></span>HYDRA_API_IMPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#a5c6029af71f8b0efe6591d0b923d198c">hcSetCallbacks</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcCallbacks.html">HcCallbacks</a>* callbacks);</div>
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span> </div>
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> </div>
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"><a class="line" href="core_8h.html#aaf794c45945f417379547be93e04c276"> 500</a></span>HYDRA_API_EXPORT HYDRA_API_ATTR <span class="keywordtype">void</span> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#aaf794c45945f417379547be93e04c276">hcGetCoreInfo</a>(<a class="code hl_struct" href="structHcCoreInfo.html">HcCoreInfo</a>* info);</div>
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span> </div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"><a class="line" href="core_8h.html#a3f7ac562d70748aa6b956fbfdb97ea02"> 509</a></span>HYDRA_API_EXPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#a3f7ac562d70748aa6b956fbfdb97ea02">hcCreate</a>(<a class="code hl_struct" href="structHcEnvironmentInfo.html">HcEnvironmentInfo</a>* environmentInfo);</div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> </div>
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"><a class="line" href="core_8h.html#a66f199168cb11a5bb339176849cf0af9"> 517</a></span>HYDRA_API_EXPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#a66f199168cb11a5bb339176849cf0af9">hcDestroy</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcDestroyInfo.html">HcDestroyInfo</a>* destroyInfo);</div>
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span> </div>
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"><a class="line" href="core_8h.html#a9642c5fd6e78abdb74103acaadf40306"> 525</a></span>HYDRA_API_EXPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#a9642c5fd6e78abdb74103acaadf40306">hcReset</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcResetInfo.html">HcResetInfo</a>* resetInfo);</div>
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> </div>
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"><a class="line" href="core_8h.html#aa0e6388253f442ebc4f34df62fbca48a"> 531</a></span>HYDRA_API_EXPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#aa0e6388253f442ebc4f34df62fbca48a">hcSetRunState</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcRunStateInfo.html">HcRunStateInfo</a>* runInfo);</div>
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> </div>
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"><a class="line" href="core_8h.html#ad6d42b5760d3667fe10c89fb395047d2"> 540</a></span>HYDRA_API_EXPORT HYDRA_API_ATTR <a class="code hl_enumeration" href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a> HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#ad6d42b5760d3667fe10c89fb395047d2">hcLoadContent</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structHcContentLoadInfo.html">HcContentLoadInfo</a>* info);</div>
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span> </div>
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"><a class="line" href="core_8h.html#a8aa82439746b810f33feb7a98a416f58"> 546</a></span>HYDRA_API_EXPORT HYDRA_API_ATTR <span class="keyword">const</span> <span class="keywordtype">char</span>* HYDRA_API_CALL <a class="code hl_function" href="core_8h.html#a8aa82439746b810f33feb7a98a416f58">hcGetError</a>();</div>
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> </div>
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span>}</div>
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="acore_8h_html_a037648f237857cb51b76e3fa9a1ad283"><div class="ttname"><a href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283">HcDriveMode</a></div><div class="ttdeci">HcDriveMode</div><div class="ttdef"><b>Definition</b> core.h:157</div></div>
<div class="ttc" id="acore_8h_html_a037648f237857cb51b76e3fa9a1ad283a653878411d1927ac1012adbc6bbcd8b3"><div class="ttname"><a href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283a653878411d1927ac1012adbc6bbcd8b3">HC_DRIVE_MODE_SELF_DRIVEN</a></div><div class="ttdeci">@ HC_DRIVE_MODE_SELF_DRIVEN</div><div class="ttdoc">The core is responsible for doing everything itself, except for input which is provided by the fronte...</div><div class="ttdef"><b>Definition</b> core.h:158</div></div>
<div class="ttc" id="acore_8h_html_a037648f237857cb51b76e3fa9a1ad283af1ef9c9d567c2c5a494a18d72a12682d"><div class="ttname"><a href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283af1ef9c9d567c2c5a494a18d72a12682d">HC_DRIVE_MODE_SELF_DRIVEN_EXCEPT_AUDIO</a></div><div class="ttdeci">@ HC_DRIVE_MODE_SELF_DRIVEN_EXCEPT_AUDIO</div><div class="ttdoc">The core is responsible for doing everything itself, except for input which is provided by the fronte...</div><div class="ttdef"><b>Definition</b> core.h:159</div></div>
<div class="ttc" id="acore_8h_html_a037648f237857cb51b76e3fa9a1ad283afd7f984c339baf9940da15f2dc9164e5"><div class="ttname"><a href="core_8h.html#a037648f237857cb51b76e3fa9a1ad283afd7f984c339baf9940da15f2dc9164e5">HC_DRIVE_MODE_FRONTEND_DRIVEN</a></div><div class="ttdeci">@ HC_DRIVE_MODE_FRONTEND_DRIVEN</div><div class="ttdoc">The frontend drives the core loop. The frontend is responsible for calling the core's runFrame functi...</div><div class="ttdef"><b>Definition</b> core.h:160</div></div>
<div class="ttc" id="acore_8h_html_a39ed66cbce87a399ec3b9fe80c8887db"><div class="ttname"><a href="core_8h.html#a39ed66cbce87a399ec3b9fe80c8887db">hcGlSwapBuffers</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcGlSwapBuffers()</div></div>
<div class="ttc" id="acore_8h_html_a3f7ac562d70748aa6b956fbfdb97ea02"><div class="ttname"><a href="core_8h.html#a3f7ac562d70748aa6b956fbfdb97ea02">hcCreate</a></div><div class="ttdeci">HYDRA_API_EXPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcCreate(HcEnvironmentInfo *environmentInfo)</div></div>
<div class="ttc" id="acore_8h_html_a44bf83ff1a6d60fc89b3dacf92783ae7"><div class="ttname"><a href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7">HcRunState</a></div><div class="ttdeci">HcRunState</div><div class="ttdef"><b>Definition</b> core.h:286</div></div>
<div class="ttc" id="acore_8h_html_a44bf83ff1a6d60fc89b3dacf92783ae7a16a9f900a49b00c1522a96a927c71378"><div class="ttname"><a href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7a16a9f900a49b00c1522a96a927c71378">HC_RUN_STATE_QUIT</a></div><div class="ttdeci">@ HC_RUN_STATE_QUIT</div><div class="ttdoc">The core is stopped and will not be resumed.</div><div class="ttdef"><b>Definition</b> core.h:290</div></div>
<div class="ttc" id="acore_8h_html_a44bf83ff1a6d60fc89b3dacf92783ae7a8187e11aa9da46b92acd9936630c3e61"><div class="ttname"><a href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7a8187e11aa9da46b92acd9936630c3e61">HC_RUN_STATE_PAUSED</a></div><div class="ttdeci">@ HC_RUN_STATE_PAUSED</div><div class="ttdoc">The core is paused.</div><div class="ttdef"><b>Definition</b> core.h:289</div></div>
<div class="ttc" id="acore_8h_html_a44bf83ff1a6d60fc89b3dacf92783ae7aa37dedef24d29d22dce997ffb444035f"><div class="ttname"><a href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7aa37dedef24d29d22dce997ffb444035f">HC_RUN_STATE_RUNNING</a></div><div class="ttdeci">@ HC_RUN_STATE_RUNNING</div><div class="ttdoc">The core is running.</div><div class="ttdef"><b>Definition</b> core.h:288</div></div>
<div class="ttc" id="acore_8h_html_a44bf83ff1a6d60fc89b3dacf92783ae7afe5eb6f65a7e631dc59ce7978768c907"><div class="ttname"><a href="core_8h.html#a44bf83ff1a6d60fc89b3dacf92783ae7afe5eb6f65a7e631dc59ce7978768c907">HC_RUN_STATE_NULL</a></div><div class="ttdeci">@ HC_RUN_STATE_NULL</div><div class="ttdoc">The core run state is not yet set.</div><div class="ttdef"><b>Definition</b> core.h:287</div></div>
<div class="ttc" id="acore_8h_html_a5c6029af71f8b0efe6591d0b923d198c"><div class="ttname"><a href="core_8h.html#a5c6029af71f8b0efe6591d0b923d198c">hcSetCallbacks</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcSetCallbacks(const HcCallbacks *callbacks)</div></div>
<div class="ttc" id="acore_8h_html_a5d3cc654aa7d949329150eb6adb80e7a"><div class="ttname"><a href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7a">HcResetType</a></div><div class="ttdeci">HcResetType</div><div class="ttdef"><b>Definition</b> core.h:276</div></div>
<div class="ttc" id="acore_8h_html_a5d3cc654aa7d949329150eb6adb80e7aa649713e7e9166379fa25244b10c01bf6"><div class="ttname"><a href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7aa649713e7e9166379fa25244b10c01bf6">HC_RESET_TYPE_SOFT</a></div><div class="ttdeci">@ HC_RESET_TYPE_SOFT</div><div class="ttdoc">Whatever the core considers a soft reset, usually equivalent to pressing the reset button on the cons...</div><div class="ttdef"><b>Definition</b> core.h:277</div></div>
<div class="ttc" id="acore_8h_html_a5d3cc654aa7d949329150eb6adb80e7aafd245828358cd3449c57de128e502075"><div class="ttname"><a href="core_8h.html#a5d3cc654aa7d949329150eb6adb80e7aafd245828358cd3449c57de128e502075">HC_RESET_TYPE_HARD</a></div><div class="ttdeci">@ HC_RESET_TYPE_HARD</div><div class="ttdoc">Whatever the core considers a hard reset, usually equivalent to turning the console off and on again.</div><div class="ttdef"><b>Definition</b> core.h:278</div></div>
<div class="ttc" id="acore_8h_html_a66f199168cb11a5bb339176849cf0af9"><div class="ttname"><a href="core_8h.html#a66f199168cb11a5bb339176849cf0af9">hcDestroy</a></div><div class="ttdeci">HYDRA_API_EXPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcDestroy(const HcDestroyInfo *destroyInfo)</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4b"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4b">HcResult</a></div><div class="ttdeci">HcResult</div><div class="ttdef"><b>Definition</b> core.h:102</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba0fe69537f9f9448165fbf9298068473d"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba0fe69537f9f9448165fbf9298068473d">HC_ERROR_BAD_INPUT_REQUEST</a></div><div class="ttdeci">@ HC_ERROR_BAD_INPUT_REQUEST</div><div class="ttdoc">The input request is not valid.</div><div class="ttdef"><b>Definition</b> core.h:108</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba1d21b3c240cd0104f1198ea735224a6d"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba1d21b3c240cd0104f1198ea735224a6d">HC_ERROR_BAD_RENDERER_VERSION</a></div><div class="ttdeci">@ HC_ERROR_BAD_RENDERER_VERSION</div><div class="ttdoc">The renderer version is not supported.</div><div class="ttdef"><b>Definition</b> core.h:106</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba1f5770c6f3237ed515281c80873c9c95"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba1f5770c6f3237ed515281c80873c9c95">HC_ERROR_AUDIO_OVERRUN</a></div><div class="ttdeci">@ HC_ERROR_AUDIO_OVERRUN</div><div class="ttdoc">The audio buffer is full and cannot accept more audio data.</div><div class="ttdef"><b>Definition</b> core.h:112</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba208fb807db470d0e9b4cc9b66b280a2e"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba208fb807db470d0e9b4cc9b66b280a2e">HC_SUCCESS</a></div><div class="ttdeci">@ HC_SUCCESS</div><div class="ttdoc">The operation was successful.</div><div class="ttdef"><b>Definition</b> core.h:103</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba21f7a4ae21c1e7a4acbec4edb2b8b46f"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba21f7a4ae21c1e7a4acbec4edb2b8b46f">HC_ERROR_NOT_METAL_RENDERED</a></div><div class="ttdeci">@ HC_ERROR_NOT_METAL_RENDERED</div><div class="ttdoc">The core is not Metal rendered.</div><div class="ttdef"><b>Definition</b> core.h:117</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba27d103d2d0005ef2d1d98425d84e2c7b"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba27d103d2d0005ef2d1d98425d84e2c7b">HC_ERROR_BAD_CONTENT</a></div><div class="ttdeci">@ HC_ERROR_BAD_CONTENT</div><div class="ttdoc">The content is not valid.</div><div class="ttdef"><b>Definition</b> core.h:107</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba2a9324e3458b64e532beffd05d3dc7cf"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba2a9324e3458b64e532beffd05d3dc7cf">HC_ERROR_NOT_SOFTWARE_RENDERED</a></div><div class="ttdeci">@ HC_ERROR_NOT_SOFTWARE_RENDERED</div><div class="ttdoc">The core is not software rendered.</div><div class="ttdef"><b>Definition</b> core.h:114</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba5bd94d4156829645acbd3b2e857684b9"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba5bd94d4156829645acbd3b2e857684b9">HC_ERROR_NOT_VULKAN_RENDERED</a></div><div class="ttdeci">@ HC_ERROR_NOT_VULKAN_RENDERED</div><div class="ttdoc">The core is not Vulkan rendered.</div><div class="ttdef"><b>Definition</b> core.h:116</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba78adaeb5c862778d41496a93fb921465"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba78adaeb5c862778d41496a93fb921465">HC_ERROR_NOT_DIRECT3D_RENDERED</a></div><div class="ttdeci">@ HC_ERROR_NOT_DIRECT3D_RENDERED</div><div class="ttdoc">The core is not Direct3D rendered.</div><div class="ttdef"><b>Definition</b> core.h:118</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba7ef6c09e9a2917e4b95a918642577836"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba7ef6c09e9a2917e4b95a918642577836">HC_ERROR_NOT_OPENGL_RENDERED</a></div><div class="ttdeci">@ HC_ERROR_NOT_OPENGL_RENDERED</div><div class="ttdoc">The core is not OpenGL rendered.</div><div class="ttdef"><b>Definition</b> core.h:115</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba7f0a4662ed2b18e130eafc7461c3f856"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba7f0a4662ed2b18e130eafc7461c3f856">HC_ERROR_CORE</a></div><div class="ttdeci">@ HC_ERROR_CORE</div><div class="ttdoc">An error occurred by the core. Core should provide hcGetError with more information.</div><div class="ttdef"><b>Definition</b> core.h:104</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba898342ce6ebef2c4435eb2e0ea5640e7"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba898342ce6ebef2c4435eb2e0ea5640e7">HC_ERROR_BAD_AUDIO_DATA_HAVE</a></div><div class="ttdeci">@ HC_ERROR_BAD_AUDIO_DATA_HAVE</div><div class="ttdoc">The audio data's have field is not valid.</div><div class="ttdef"><b>Definition</b> core.h:111</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4ba89bcdaad197a5901b075aa7812ce4492"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4ba89bcdaad197a5901b075aa7812ce4492">HC_ERROR_BAD_AUDIO_DATA_WANT</a></div><div class="ttdeci">@ HC_ERROR_BAD_AUDIO_DATA_WANT</div><div class="ttdoc">The audio data's want field is not valid.</div><div class="ttdef"><b>Definition</b> core.h:110</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4baa04504a25889d25665d3e5600d1fa0fa"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4baa04504a25889d25665d3e5600d1fa0fa">HC_ERROR_NOT_ALL_CALLBACKS_SET</a></div><div class="ttdeci">@ HC_ERROR_NOT_ALL_CALLBACKS_SET</div><div class="ttdoc">Not all callbacks were set.</div><div class="ttdef"><b>Definition</b> core.h:105</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4baade810a513339d47748ffa1662be1455"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4baade810a513339d47748ffa1662be1455">HC_ERROR_FULLY_SELF_DRIVEN</a></div><div class="ttdeci">@ HC_ERROR_FULLY_SELF_DRIVEN</div><div class="ttdoc">The core should be fully self-driven so the frontend can't accept audio data.</div><div class="ttdef"><b>Definition</b> core.h:113</div></div>
<div class="ttc" id="acore_8h_html_a759b24873650f1d6c675159eec42ec4baf0ceb908b5a28c94e616aa8596250c2d"><div class="ttname"><a href="core_8h.html#a759b24873650f1d6c675159eec42ec4baf0ceb908b5a28c94e616aa8596250c2d">HC_ERROR_BAD_ENVIRONMENT_INFO</a></div><div class="ttdeci">@ HC_ERROR_BAD_ENVIRONMENT_INFO</div><div class="ttdoc">The environment info is not valid.</div><div class="ttdef"><b>Definition</b> core.h:109</div></div>
<div class="ttc" id="acore_8h_html_a8aa82439746b810f33feb7a98a416f58"><div class="ttname"><a href="core_8h.html#a8aa82439746b810f33feb7a98a416f58">hcGetError</a></div><div class="ttdeci">HYDRA_API_EXPORT HYDRA_API_ATTR const char *HYDRA_API_CALL hcGetError()</div></div>
<div class="ttc" id="acore_8h_html_a9642c5fd6e78abdb74103acaadf40306"><div class="ttname"><a href="core_8h.html#a9642c5fd6e78abdb74103acaadf40306">hcReset</a></div><div class="ttdeci">HYDRA_API_EXPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcReset(const HcResetInfo *resetInfo)</div></div>
<div class="ttc" id="acore_8h_html_aa0e6388253f442ebc4f34df62fbca48a"><div class="ttname"><a href="core_8h.html#aa0e6388253f442ebc4f34df62fbca48a">hcSetRunState</a></div><div class="ttdeci">HYDRA_API_EXPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcSetRunState(const HcRunStateInfo *runInfo)</div></div>
<div class="ttc" id="acore_8h_html_aa6a8a11f89c2af6d4322605ca88f3b9d"><div class="ttname"><a href="core_8h.html#aa6a8a11f89c2af6d4322605ca88f3b9d">hcGetHostInfo</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR void HYDRA_API_CALL hcGetHostInfo(HcHostInfo *hostInfo)</div><div class="ttdoc">Imported functions, these are defined by the frontend.</div></div>
<div class="ttc" id="acore_8h_html_aaf794c45945f417379547be93e04c276"><div class="ttname"><a href="core_8h.html#aaf794c45945f417379547be93e04c276">hcGetCoreInfo</a></div><div class="ttdeci">HYDRA_API_EXPORT HYDRA_API_ATTR void HYDRA_API_CALL hcGetCoreInfo(HcCoreInfo *info)</div><div class="ttdoc">Exported functions, these need to be defined by the core.</div></div>
<div class="ttc" id="acore_8h_html_ac45c46924f6ff5ed93ecc00fa83d3412"><div class="ttname"><a href="core_8h.html#ac45c46924f6ff5ed93ecc00fa83d3412">hcGlMakeCurrent</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcGlMakeCurrent()</div></div>
<div class="ttc" id="acore_8h_html_ad6d42b5760d3667fe10c89fb395047d2"><div class="ttname"><a href="core_8h.html#ad6d42b5760d3667fe10c89fb395047d2">hcLoadContent</a></div><div class="ttdeci">HYDRA_API_EXPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcLoadContent(const HcContentLoadInfo *info)</div></div>
<div class="ttc" id="acore_8h_html_adb5b900e6db816dacbe663abc9bb61d4"><div class="ttname"><a href="core_8h.html#adb5b900e6db816dacbe663abc9bb61d4">hcGetInputsSync</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcGetInputsSync(const HcInputRequest *const *requests, int requestCount, const int64_t *const *values)</div></div>
<div class="ttc" id="acore_8h_html_aeab643526570859401c7ee4a9f9206f1"><div class="ttname"><a href="core_8h.html#aeab643526570859401c7ee4a9f9206f1">hcSwPushVideoFrame</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcSwPushVideoFrame(const HcImageData *image)</div></div>
<div class="ttc" id="acore_8h_html_aef77ca7085a34175960b4b536367fb67"><div class="ttname"><a href="core_8h.html#aef77ca7085a34175960b4b536367fb67">hcPushSamples</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcPushSamples(const HcAudioData *audioData)</div></div>
<div class="ttc" id="acore_8h_html_af41de289de5c9626248717e4a1862db1"><div class="ttname"><a href="core_8h.html#af41de289de5c9626248717e4a1862db1">hcGlGetProcAddress</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR void *HYDRA_API_CALL hcGlGetProcAddress(const char *name)</div></div>
<div class="ttc" id="acore_8h_html_afb2101c96446a76af5c16870eefe7db5"><div class="ttname"><a href="core_8h.html#afb2101c96446a76af5c16870eefe7db5">hcReconfigureEnvironment</a></div><div class="ttdeci">HYDRA_API_IMPORT HYDRA_API_ATTR HcResult HYDRA_API_CALL hcReconfigureEnvironment(const HcEnvironmentInfo *environmentInfo)</div></div>
<div class="ttc" id="astructHcAudioData_html"><div class="ttname"><a href="structHcAudioData.html">HcAudioData</a></div><div class="ttdef"><b>Definition</b> core.h:323</div></div>
<div class="ttc" id="astructHcAudioInfo_html"><div class="ttname"><a href="structHcAudioInfo.html">HcAudioInfo</a></div><div class="ttdef"><b>Definition</b> core.h:304</div></div>
<div class="ttc" id="astructHcAudioInfo_html_a2e774f8fe96e45eeaa45e6686ee76b3f"><div class="ttname"><a href="structHcAudioInfo.html#a2e774f8fe96e45eeaa45e6686ee76b3f">HcAudioInfo::channels</a></div><div class="ttdeci">HcAudioChannels channels</div><div class="ttdoc">The number of audio channels.</div><div class="ttdef"><b>Definition</b> core.h:308</div></div>
<div class="ttc" id="astructHcAudioInfo_html_ae3c9889c5daa9e1402651944184668d7"><div class="ttname"><a href="structHcAudioInfo.html#ae3c9889c5daa9e1402651944184668d7">HcAudioInfo::format</a></div><div class="ttdeci">HcAudioFormat format</div><div class="ttdoc">The audio sample format.</div><div class="ttdef"><b>Definition</b> core.h:307</div></div>
<div class="ttc" id="astructHcAudioInfo_html_af07420779a2000c37ea7352651082f79"><div class="ttname"><a href="structHcAudioInfo.html#af07420779a2000c37ea7352651082f79">HcAudioInfo::sampleRate</a></div><div class="ttdeci">uint32_t sampleRate</div><div class="ttdoc">The sample rate of the audio output, in samples per second.</div><div class="ttdef"><b>Definition</b> core.h:309</div></div>
<div class="ttc" id="astructHcCallbacks_html"><div class="ttname"><a href="structHcCallbacks.html">HcCallbacks</a></div><div class="ttdef"><b>Definition</b> core.h:409</div></div>
<div class="ttc" id="astructHcContentInfo_html"><div class="ttname"><a href="structHcContentInfo.html">HcContentInfo</a></div><div class="ttdef"><b>Definition</b> core.h:332</div></div>
<div class="ttc" id="astructHcContentLoadInfo_html"><div class="ttname"><a href="structHcContentLoadInfo.html">HcContentLoadInfo</a></div><div class="ttdef"><b>Definition</b> core.h:402</div></div>
<div class="ttc" id="astructHcCoreInfo_html"><div class="ttname"><a href="structHcCoreInfo.html">HcCoreInfo</a></div><div class="ttdef"><b>Definition</b> core.h:340</div></div>
<div class="ttc" id="astructHcDestroyInfo_html"><div class="ttname"><a href="structHcDestroyInfo.html">HcDestroyInfo</a></div><div class="ttdef"><b>Definition</b> core.h:364</div></div>
<div class="ttc" id="astructHcEnvironmentInfo_html"><div class="ttname"><a href="structHcEnvironmentInfo.html">HcEnvironmentInfo</a></div><div class="ttdef"><b>Definition</b> core.h:356</div></div>
<div class="ttc" id="astructHcHostInfo_html"><div class="ttname"><a href="structHcHostInfo.html">HcHostInfo</a></div><div class="ttdef"><b>Definition</b> core.h:375</div></div>
<div class="ttc" id="astructHcImageData_html"><div class="ttname"><a href="structHcImageData.html">HcImageData</a></div><div class="ttdef"><b>Definition</b> core.h:312</div></div>
<div class="ttc" id="astructHcImageData_html_a044a24f828d71f8f7fae1ee1198034f5"><div class="ttname"><a href="structHcImageData.html#a044a24f828d71f8f7fae1ee1198034f5">HcImageData::stride</a></div><div class="ttdeci">uint32_t stride</div><div class="ttdoc">The number of bytes in a row of the image. Should be at least width * channels.</div><div class="ttdef"><b>Definition</b> core.h:319</div></div>
<div class="ttc" id="astructHcImageData_html_a36a2515bd856413887022ecd468f9136"><div class="ttname"><a href="structHcImageData.html#a36a2515bd856413887022ecd468f9136">HcImageData::data</a></div><div class="ttdeci">uint8_t * data</div><div class="ttdoc">The image bytes. Should be sized stride * height.</div><div class="ttdef"><b>Definition</b> core.h:315</div></div>
<div class="ttc" id="astructHcImageData_html_a633d8b3795c437d3f2b1830e4a423f60"><div class="ttname"><a href="structHcImageData.html#a633d8b3795c437d3f2b1830e4a423f60">HcImageData::width</a></div><div class="ttdeci">uint32_t width</div><div class="ttdoc">The width of the image.</div><div class="ttdef"><b>Definition</b> core.h:316</div></div>
<div class="ttc" id="astructHcImageData_html_a643e4db9974a7815f270966ef87812e0"><div class="ttname"><a href="structHcImageData.html#a643e4db9974a7815f270966ef87812e0">HcImageData::channels</a></div><div class="ttdeci">uint32_t channels</div><div class="ttdoc">The number of channels in the image. Eg. 3 for RGB, 4 for RGBA.</div><div class="ttdef"><b>Definition</b> core.h:318</div></div>
<div class="ttc" id="astructHcImageData_html_aebdc4eea5ee0579877cb4931ef801c76"><div class="ttname"><a href="structHcImageData.html#aebdc4eea5ee0579877cb4931ef801c76">HcImageData::height</a></div><div class="ttdeci">uint32_t height</div><div class="ttdoc">The height of the image.</div><div class="ttdef"><b>Definition</b> core.h:317</div></div>
<div class="ttc" id="astructHcInputRequest_html"><div class="ttname"><a href="structHcInputRequest.html">HcInputRequest</a></div><div class="ttdef"><b>Definition</b> core.h:389</div></div>
<div class="ttc" id="astructHcResetInfo_html"><div class="ttname"><a href="structHcResetInfo.html">HcResetInfo</a></div><div class="ttdef"><b>Definition</b> core.h:369</div></div>
<div class="ttc" id="astructHcRunStateInfo_html"><div class="ttname"><a href="structHcRunStateInfo.html">HcRunStateInfo</a></div><div class="ttdef"><b>Definition</b> core.h:396</div></div>
<div class="ttc" id="astructHcVideoInfo_html"><div class="ttname"><a href="structHcVideoInfo.html">HcVideoInfo</a></div><div class="ttdef"><b>Definition</b> core.h:293</div></div>
<div class="ttc" id="astructHcVideoInfo_html_a3313da569e030f06f9f98db8ecadefb4"><div class="ttname"><a href="structHcVideoInfo.html#a3313da569e030f06f9f98db8ecadefb4">HcVideoInfo::height</a></div><div class="ttdeci">uint32_t height</div><div class="ttdoc">The height of the video output.</div><div class="ttdef"><b>Definition</b> core.h:299</div></div>
<div class="ttc" id="astructHcVideoInfo_html_a4e87b5ff14bb6f8c8687bc9a11542912"><div class="ttname"><a href="structHcVideoInfo.html#a4e87b5ff14bb6f8c8687bc9a11542912">HcVideoInfo::format</a></div><div class="ttdeci">HcPixelFormat format</div><div class="ttdoc">The pixel format of the video output.</div><div class="ttdef"><b>Definition</b> core.h:301</div></div>
<div class="ttc" id="astructHcVideoInfo_html_a526295e0885124685dbff8ae53c481a7"><div class="ttname"><a href="structHcVideoInfo.html#a526295e0885124685dbff8ae53c481a7">HcVideoInfo::rendererType</a></div><div class="ttdeci">HcRendererType rendererType</div><div class="ttdoc">The type of renderer the core wants to use.</div><div class="ttdef"><b>Definition</b> core.h:296</div></div>
<div class="ttc" id="astructHcVideoInfo_html_a57a43669ad024860718f2bc8e464fdad"><div class="ttname"><a href="structHcVideoInfo.html#a57a43669ad024860718f2bc8e464fdad">HcVideoInfo::frameRate</a></div><div class="ttdeci">uint32_t frameRate</div><div class="ttdoc">The frame rate of the video output, in frames per second.</div><div class="ttdef"><b>Definition</b> core.h:300</div></div>
<div class="ttc" id="astructHcVideoInfo_html_a7a65602b2e62437fe5847a809a7f4069"><div class="ttname"><a href="structHcVideoInfo.html#a7a65602b2e62437fe5847a809a7f4069">HcVideoInfo::width</a></div><div class="ttdeci">uint32_t width</div><div class="ttdoc">The width of the video output.</div><div class="ttdef"><b>Definition</b> core.h:298</div></div>
<div class="ttc" id="astructHcVideoInfo_html_ae4d3434fc59d17963cb41e3194511056"><div class="ttname"><a href="structHcVideoInfo.html#ae4d3434fc59d17963cb41e3194511056">HcVideoInfo::rendererVersion</a></div><div class="ttdeci">uint32_t rendererVersion</div><div class="ttdoc">The version of the renderer the core wants to use.</div><div class="ttdef"><b>Definition</b> core.h:297</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.10.0
</small></address>
</body>
</html>