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
1180ea73
Commit
1180ea73
authored
Mar 29, 2010
by
alokp@chromium.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the title of texture-wrap sample.
Review URL:
http://codereview.appspot.com/834041
git-svn-id:
https://angleproject.googlecode.com/svn/trunk@81
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
76dbf17f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TextureWrap.c
samples/gles2_book/TextureWrap/TextureWrap.c
+1
-1
No files found.
samples/gles2_book/TextureWrap/TextureWrap.c
View file @
1180ea73
...
@@ -241,7 +241,7 @@ int main ( int argc, char *argv[] )
...
@@ -241,7 +241,7 @@ int main ( int argc, char *argv[] )
esInitContext
(
&
esContext
);
esInitContext
(
&
esContext
);
esContext
.
userData
=
&
userData
;
esContext
.
userData
=
&
userData
;
esCreateWindow
(
&
esContext
,
"
MipMap 2D
"
,
640
,
480
,
ES_WINDOW_RGB
);
esCreateWindow
(
&
esContext
,
"
Texture Wrap
"
,
640
,
480
,
ES_WINDOW_RGB
);
if
(
!
Init
(
&
esContext
)
)
if
(
!
Init
(
&
esContext
)
)
return
0
;
return
0
;
...
...
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