File tree 11 files changed +35
-9
lines changed
11 files changed +35
-9
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ GL Rotating Cube
3
3
4
4
This sample demonstrates simple drawing via OpenTK's GL APIs by
5
5
drawing a rotating cube.
6
+
7
+ See Also
8
+ --------
9
+ * [ GLCube] ( https://github.com/xamarin/monodroid-samples/tree/master/GLCube )
Original file line number Diff line number Diff line change 4
4
<IsFullApplication >false</IsFullApplication >
5
5
<Level >Beginning</Level >
6
6
<Tags >Graphics</Tags >
7
- <Gallery >true </Gallery >
7
+ <Gallery >false </Gallery >
8
8
</SampleMetadata >
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ GL Diagnostics
3
3
4
4
This sample tests all possible graphics configuration
5
5
options and outputs valid ones.
6
+
7
+ See Also
8
+ -------
9
+ * [ GLDiagnostics] ( https://github.com/xamarin/monodroid-samples/tree/master/GLDiagnostics )
Original file line number Diff line number Diff line change 4
4
<IsFullApplication >false</IsFullApplication >
5
5
<Level >Beginning</Level >
6
6
<Tags >Graphics</Tags >
7
- <Gallery >true </Gallery >
7
+ <Gallery >false </Gallery >
8
8
</SampleMetadata >
Original file line number Diff line number Diff line change 4
4
<IsFullApplication >false</IsFullApplication >
5
5
<Level >Beginning</Level >
6
6
<Tags >Graphics</Tags >
7
- <Gallery >true </Gallery >
7
+ <Gallery >false </Gallery >
8
8
</SampleMetadata >
Original file line number Diff line number Diff line change 4
4
<IsFullApplication >false</IsFullApplication >
5
5
<Level >Beginning</Level >
6
6
<Tags >Graphics</Tags >
7
- <Gallery >true </Gallery >
7
+ <Gallery >false </Gallery >
8
8
</SampleMetadata >
Original file line number Diff line number Diff line change 1
- GL Triangle 20
1
+ GL Triangle 30
2
2
==============
3
3
4
- OpenGL ES 2 .0 Demonstration.
4
+ OpenTK 3 .0 version of GLTriangle
5
5
6
6
Requirements
7
7
------------
8
8
9
9
There is one requirement to run this sample:
10
10
11
- 1 . A device with OpenGL ES 2 .0 support.
11
+ 1 . A device with OpenGL ES 3 .0 support.
12
12
13
13
Note that emulators targeting API levels 1 through 13 provide only OpenGL ES 1.0 support, not 2.0.
14
+
15
+
16
+ See Also
17
+ ----
18
+ * [ GLTriangle20] ( https://github.com/xamarin/monodroid-samples/tree/master/GLTriangle20 )
19
+ * [ GLTriangle20-1.0] ( https://github.com/xamarin/monodroid-samples/tree/master/GLTriangle20-1.0 )
Original file line number Diff line number Diff line change 4
4
<IsFullApplication >false</IsFullApplication >
5
5
<Level >Beginning</Level >
6
6
<Tags >Maps + Location</Tags >
7
- <Gallery >true </Gallery >
7
+ <Gallery >false </Gallery >
8
8
</SampleMetadata >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <SampleMetadata >
3
+ <ID >ada17c34-6cfc-412c-bcb6-c5e297c371c7</ID >
4
+ <IsFullApplication >false</IsFullApplication >
5
+ <Level >Beginning</Level >
6
+ <Tags >Maps + Location</Tags >
7
+ <Gallery >false</Gallery >
8
+ </SampleMetadata >
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ GL Textured Cube
3
3
4
4
This sample demonstrates a rotating cube rendered with textures
5
5
via OpenTK's GL APIs.
6
+
7
+ See Also
8
+ --------
9
+ * [ GLTexturedCube] ( https://github.com/xamarin/monodroid-samples/tree/master/TexturedCube )
Original file line number Diff line number Diff line change 4
4
<IsFullApplication >false</IsFullApplication >
5
5
<Level >Beginning</Level >
6
6
<Tags >Graphics</Tags >
7
- <Gallery >true </Gallery >
7
+ <Gallery >false </Gallery >
8
8
</SampleMetadata >
You can’t perform that action at this time.
0 commit comments