mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 07:40:42 +00:00
Hide from ExampleLauncher (not ready yet).
This commit is contained in:
parent
89122b9128
commit
8fe7d77747
|
@ -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