texture_format.h
1 /*
2 ** UICore
3 ** Copyright (c) 1997-2015 The UICore Team
4 **
5 ** This software is provided 'as-is', without any express or implied
6 ** warranty. In no event will the authors be held liable for any damages
7 ** arising from the use of this software.
8 **
9 ** Permission is granted to anyone to use this software for any purpose,
10 ** including commercial applications, and to alter it and redistribute it
11 ** freely, subject to the following restrictions:
12 **
13 ** 1. The origin of this software must not be misrepresented; you must not
14 ** claim that you wrote the original software. If you use this software
15 ** in a product, an acknowledgment in the product documentation would be
16 ** appreciated but is not required.
17 ** 2. Altered source versions must be plainly marked as such, and must not be
18 ** misrepresented as being the original software.
19 ** 3. This notice may not be removed or altered from any source distribution.
20 **
21 ** Note: Some of the libraries UICore may link to may have additional
22 ** requirements or restrictions.
23 **
24 ** File Author(s):
25 **
26 ** Magnus Norddahl
27 ** Mark Page
28 */
29 
30 #pragma once
31 
32 namespace uicore
33 {
36  {
37  // Standard UICore sized formats (most common listed first)
42 
43  // sized internal format
44  tf_stencil_index1, // For RenderBuffer ?
45  tf_stencil_index4, // For RenderBuffer ?
46  tf_stencil_index8, // For RenderBuffer ?
47  tf_stencil_index16, // For RenderBuffer ?
48 
60  //tf_rgb8, (listed earlier)
69  //tf_rgba8, (listed earlier)
135  };
136 }
Definition: texture_format.h:64
Definition: texture_format.h:61
Definition: texture_format.h:94
Definition: texture_format.h:84
Definition: texture_format.h:92
Definition: texture_format.h:116
Definition: texture_format.h:99
Definition: texture_format.h:132
Definition: texture_format.h:63
Definition: texture_format.h:101
Definition: texture_format.h:47
Definition: texture_format.h:123
Definition: texture_format.h:117
Definition: texture_format.h:81
Definition: texture_format.h:83
Definition: texture_format.h:87
Definition: texture_format.h:106
Definition: texture_format.h:120
Definition: texture_format.h:68
Definition: texture_format.h:59
Definition: texture_format.h:96
Definition: texture_format.h:103
Definition: texture_format.h:131
Definition: texture_format.h:78
Definition: texture_format.h:58
Definition: texture_format.h:53
Definition: texture_format.h:129
Definition: texture_format.h:115
Definition: texture_format.h:45
Definition: texture_format.h:118
Definition: texture_format.h:46
Definition: texture_format.h:72
TextureFormat
Texture format.
Definition: texture_format.h:35
Definition: texture_format.h:65
Definition: texture_format.h:44
Definition: texture_format.h:102
Definition: texture_format.h:51
Definition: texture_format.h:93
Definition: texture_format.h:38
Definition: texture_format.h:119
Definition: texture_format.h:112
Definition: texture_format.h:74
Definition: texture_format.h:134
Definition: texture_format.h:50
Definition: texture_format.h:105
Definition: texture_format.h:89
Definition: texture_format.h:56
Definition: texture_format.h:97
Definition: texture_format.h:113
Definition: texture_format.h:104
Definition: texture_format.h:75
Definition: texture_format.h:114
Definition: texture_format.h:57
Definition: texture_format.h:91
Definition: texture_format.h:125
Definition: texture_format.h:88
Definition: texture_format.h:82
Definition: texture_format.h:121
Definition: texture_format.h:80
Definition: texture_format.h:122
Definition: texture_format.h:54
Definition: texture_format.h:130
Definition: texture_format.h:76
Definition: texture_format.h:110
Definition: texture_format.h:73
Definition: texture_format.h:86
Definition: texture_format.h:40
Definition: texture_format.h:98
Definition: texture_format.h:49
Definition: texture_format.h:126
Definition: texture_format.h:62
Definition: texture_format.h:108
Definition: texture_format.h:95
Definition: texture_format.h:107
Definition: texture_format.h:127
Definition: texture_format.h:128
Definition: texture_format.h:100
Definition: texture_format.h:109
Definition: texture_format.h:41
Definition: texture_format.h:90
Definition: texture_format.h:70
Definition: texture_format.h:71
Definition: texture_format.h:133
Definition: texture_format.h:85
Definition: texture_format.h:111
Definition: texture_format.h:39
Definition: texture_format.h:77
Definition: Application/application.h:35
Definition: texture_format.h:67
Definition: texture_format.h:55
Definition: texture_format.h:79
Definition: texture_format.h:66
Definition: texture_format.h:52
Definition: texture_format.h:124