Skip to content

Commit d281cce

Browse files
committed
[samples] remove some old dups from showing in Gallery
1 parent 767914e commit d281cce

File tree

11 files changed

+35
-9
lines changed

11 files changed

+35
-9
lines changed

GLCube-1.0/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ GL Rotating Cube
33

44
This sample demonstrates simple drawing via OpenTK's GL APIs by
55
drawing a rotating cube.
6+
7+
See Also
8+
--------
9+
* [GLCube](https://github.com/xamarin/monodroid-samples/tree/master/GLCube)

GLCube/Metadata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<IsFullApplication>false</IsFullApplication>
55
<Level>Beginning</Level>
66
<Tags>Graphics</Tags>
7-
<Gallery>true</Gallery>
7+
<Gallery>false</Gallery>
88
</SampleMetadata>

GLDiagnostics-1.0/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ GL Diagnostics
33

44
This sample tests all possible graphics configuration
55
options and outputs valid ones.
6+
7+
See Also
8+
-------
9+
* [GLDiagnostics](https://github.com/xamarin/monodroid-samples/tree/master/GLDiagnostics)

GLDiagnostics/Metadata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<IsFullApplication>false</IsFullApplication>
55
<Level>Beginning</Level>
66
<Tags>Graphics</Tags>
7-
<Gallery>true</Gallery>
7+
<Gallery>false</Gallery>
88
</SampleMetadata>

GLTriangle20-1.0/Metadata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<IsFullApplication>false</IsFullApplication>
55
<Level>Beginning</Level>
66
<Tags>Graphics</Tags>
7-
<Gallery>true</Gallery>
7+
<Gallery>false</Gallery>
88
</SampleMetadata>

GLTriangle20/Metadata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<IsFullApplication>false</IsFullApplication>
55
<Level>Beginning</Level>
66
<Tags>Graphics</Tags>
7-
<Gallery>true</Gallery>
7+
<Gallery>false</Gallery>
88
</SampleMetadata>

GLTriangle30/README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
GL Triangle 20
1+
GL Triangle 30
22
==============
33

4-
OpenGL ES 2.0 Demonstration.
4+
OpenTK 3.0 version of GLTriangle
55

66
Requirements
77
------------
88

99
There is one requirement to run this sample:
1010

11-
1. A device with OpenGL ES 2.0 support.
11+
1. A device with OpenGL ES 3.0 support.
1212

1313
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)

MapsAndLocationDemo/Metadata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<IsFullApplication>false</IsFullApplication>
55
<Level>Beginning</Level>
66
<Tags>Maps + Location</Tags>
7-
<Gallery>true</Gallery>
7+
<Gallery>false</Gallery>
88
</SampleMetadata>

MapsAndLocationDemo_v3/metadata.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

TexturedCube-1.0/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ GL Textured Cube
33

44
This sample demonstrates a rotating cube rendered with textures
55
via OpenTK's GL APIs.
6+
7+
See Also
8+
--------
9+
* [GLTexturedCube](https://github.com/xamarin/monodroid-samples/tree/master/TexturedCube)

TexturedCube/Metadata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<IsFullApplication>false</IsFullApplication>
55
<Level>Beginning</Level>
66
<Tags>Graphics</Tags>
7-
<Gallery>true</Gallery>
7+
<Gallery>false</Gallery>
88
</SampleMetadata>

0 commit comments

Comments
 (0)