mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-17 16:31:55 +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
|
||||
{
|
||||
[Example("Vertex Buffer Objects", ExampleCategory.Tutorial, 8)]
|
||||
[Example("Vertex Buffer Objects", ExampleCategory.Tutorial, 8, false)]
|
||||
public class T08_VBO : GameWindow
|
||||
{
|
||||
#region --- Private Fields ---
|
||||
|
|
Loading…
Reference in a new issue