mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 16:15:38 +00:00
GLU tesselation example is no longer visible in release builds (it fails on Mono).
FrameBufferObject example: upldated title to match the rest of the examples.
This commit is contained in:
parent
5df0343e6d
commit
6b9c4a3c78
|
@ -18,7 +18,7 @@ using OpenTK.Graphics.OpenGL;
|
|||
|
||||
namespace Examples.Tutorial
|
||||
{
|
||||
[Example("Framebuffer Objects.", ExampleCategory.OpenGL)]
|
||||
[Example("Framebuffer Objects", ExampleCategory.OpenGL)]
|
||||
public class SimpleFBO : GameWindow
|
||||
{
|
||||
public SimpleFBO()
|
||||
|
|
|
@ -16,7 +16,7 @@ using OpenTK.Input;
|
|||
|
||||
namespace Examples
|
||||
{
|
||||
[Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL)]
|
||||
[Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL, Visible = false)]
|
||||
public class Test : GameWindow
|
||||
{
|
||||
int startList;
|
||||
|
|
Loading…
Reference in a new issue