mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 23:10:39 +00:00
Hide from ExampleLauncher (not ready yet).
This commit is contained in:
parent
7ffbde31d1
commit
4d70f64c9a
|
@ -22,7 +22,7 @@ using OpenTK.Math;
|
||||||
|
|
||||||
namespace Examples.Tutorial
|
namespace Examples.Tutorial
|
||||||
{
|
{
|
||||||
[Example("Vertex Buffer Objects", ExampleCategory.Tutorial, 8)]
|
[Example("Vertex Buffer Objects", ExampleCategory.Tutorial, 8, false)]
|
||||||
public class T08_VBO : GameWindow
|
public class T08_VBO : GameWindow
|
||||||
{
|
{
|
||||||
#region --- Private Fields ---
|
#region --- Private Fields ---
|
||||||
|
|
Loading…
Reference in a new issue