Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
f91f8efd
Commit
f91f8efd
authored
Jan 30, 2015
by
Ken Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expose more methods in opengles3
Change-Id: Idca346035d9f8b98428ba7b913deb043e19c42b2
parent
ea26fe1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Rendering/OpenGL2/vtkTextureObject.cxx
Rendering/OpenGL2/vtkTextureObject.cxx
+1
-1
Rendering/OpenGL2/vtkTextureObject.h
Rendering/OpenGL2/vtkTextureObject.h
+1
-1
No files found.
Rendering/OpenGL2/vtkTextureObject.cxx
View file @
f91f8efd
...
...
@@ -1273,7 +1273,7 @@ unsigned int vtkTextureObject::GetWrapRMode(int vtktype)
return
this
->
GetWrapSMode
(
vtktype
);
}
#if GL_ES_VERSION_2_0 != 1
#if GL_ES_VERSION_2_0 != 1
|| GL_ES_VERSION_3_0 == 1
//----------------------------------------------------------------------------
bool
vtkTextureObject
::
Create1D
(
int
numComps
,
...
...
Rendering/OpenGL2/vtkTextureObject.h
View file @
f91f8efd
...
...
@@ -205,7 +205,7 @@ public:
void
*
raw
);
// PBO's, 1D and 3D textures are not supported in ES 2.0
#if GL_ES_VERSION_2_0 != 1
#if GL_ES_VERSION_2_0 != 1
|| GL_ES_VERSION_3_0 == 1
// Description:
// Create a 1D texture using the PBO.
...
...
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