mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 01:40:40 +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
98d0624bcf
commit
484432ce36
|
@ -18,7 +18,7 @@ using OpenTK.Graphics.OpenGL;
|
||||||
|
|
||||||
namespace Examples.Tutorial
|
namespace Examples.Tutorial
|
||||||
{
|
{
|
||||||
[Example("Framebuffer Objects.", ExampleCategory.OpenGL)]
|
[Example("Framebuffer Objects", ExampleCategory.OpenGL)]
|
||||||
public class SimpleFBO : GameWindow
|
public class SimpleFBO : GameWindow
|
||||||
{
|
{
|
||||||
public SimpleFBO()
|
public SimpleFBO()
|
||||||
|
|
|
@ -16,7 +16,7 @@ using OpenTK.Input;
|
||||||
|
|
||||||
namespace Examples
|
namespace Examples
|
||||||
{
|
{
|
||||||
[Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL)]
|
[Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL, Visible = false)]
|
||||||
public class Test : GameWindow
|
public class Test : GameWindow
|
||||||
{
|
{
|
||||||
int startList;
|
int startList;
|
||||||
|
|
Loading…
Reference in a new issue