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
4b6b4f79
Commit
4b6b4f79
authored
Sep 01, 2010
by
daniel@transgaming.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes unused IsFloatingPoint function from utilities.cpp
Author: Shannon Woods git-svn-id:
https://angleproject.googlecode.com/svn/trunk@411
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
fe208885
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
utilities.cpp
src/libGLESv2/utilities.cpp
+0
-12
No files found.
src/libGLESv2/utilities.cpp
View file @
4b6b4f79
...
@@ -226,18 +226,6 @@ bool IsCompressed(GLenum format)
...
@@ -226,18 +226,6 @@ bool IsCompressed(GLenum format)
}
}
}
}
bool
IsFloatingPoint
(
GLenum
type
)
{
if
(
type
==
GL_FLOAT
||
type
==
GL_HALF_FLOAT_OES
)
{
return
true
;
}
else
{
return
false
;
}
}
// Returns the size, in bytes, of a single texel in an Image
// Returns the size, in bytes, of a single texel in an Image
int
ComputePixelSize
(
GLenum
format
,
GLenum
type
)
int
ComputePixelSize
(
GLenum
format
,
GLenum
type
)
{
{
...
...
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