Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
a940ae49
Commit
a940ae49
authored
Jul 08, 2013
by
Jamie Madill
Committed by
Shannon Woods
Jul 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the missing HALF_FLOAT_OES type to the type info table.
TRAC #23479 Signed-off-by: Shannon Woods Authored-by: Jamie Madill
parent
98493ddc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
formatutils.cpp
src/libGLESv2/formatutils.cpp
+1
-0
No files found.
src/libGLESv2/formatutils.cpp
View file @
a940ae49
...
...
@@ -399,6 +399,7 @@ static TypeInfoMap BuildTypeInfoMap()
map
.
insert
(
TypeInfoPair
(
GL_UNSIGNED_INT
,
TypeInfo
(
4
,
false
)));
map
.
insert
(
TypeInfoPair
(
GL_INT
,
TypeInfo
(
4
,
false
)));
map
.
insert
(
TypeInfoPair
(
GL_HALF_FLOAT
,
TypeInfo
(
2
,
false
)));
map
.
insert
(
TypeInfoPair
(
GL_HALF_FLOAT_OES
,
TypeInfo
(
2
,
false
)));
map
.
insert
(
TypeInfoPair
(
GL_FLOAT
,
TypeInfo
(
4
,
false
)));
map
.
insert
(
TypeInfoPair
(
GL_UNSIGNED_SHORT_5_6_5
,
TypeInfo
(
2
,
true
)));
map
.
insert
(
TypeInfoPair
(
GL_UNSIGNED_SHORT_4_4_4_4
,
TypeInfo
(
2
,
true
)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment