Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: TheVyax

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    786

    Try to make a simple cube

    Hello Forum,

    I try to make a simple cube, but I only get a black screen.
    I define the cube with vertices and indices.
    The project is for Xcode written in Objective-C.
  2. Replies
    2
    Views
    1,235

    Thank you very much!!!

    Thank you very much!!!
  3. Replies
    2
    Views
    1,235

    Mac OpenGL 3.2 white screen

    Hi Forum,

    i try to set the Pixel Format for my NSOpenGLView.
    But I only get a white screen.


    #import <Cocoa/Cocoa.h>

    #import <OpenGL/gl.h>
    #import <OpenGL/OpenGL.h>
  4. Replies
    1
    Views
    935

    Shader version 150

    Hi forum,

    i a using a Mac OS X 10.7.4 and the Doku says that GLSL version 1.5 is supported.
    https://developer.apple.com/graphicsimaging/opengl/capabilities/GLInfo_1073_Core.html

    But when i...
  5. Replies
    2
    Views
    1,227

    I got it. glFlush();

    I got it.

    glFlush();
  6. Replies
    2
    Views
    1,227

    Empty Window with OpenGL and DisplayLink

    Hi Forum,

    I use Objective-C with CVDisplayLink to create the Loop.
    But I get an empty window with the following code:


    #import "OpenGLView.h"

    #import "ShaderManager.h"
Results 1 to 6 of 6