The MASM Forum Archive 2004 to 2012

Project Support Forums => OpenGL Forum => Topic started by: desiboy on April 14, 2010, 12:39:29 PM

Title: 120Hz Refresh Rate
Post by: desiboy on April 14, 2010, 12:39:29 PM
Hello

I am using Samsung 120Hz LCD. I want to create OpenGL application in C++ OR any other application that you know that can run my personal stereo images like .jpeg , .bmp .mpeg etc(left->60Hz/right->60Hz) at 60 Hz refresh rate each. can anyone help me with code. :dazzled:

Your little help will be much appreciated
Title: Re: 120Hz Refresh Rate
Post by: qWord on April 14, 2010, 02:47:42 PM
Quote from: desiboy on April 14, 2010, 12:39:29 PMI am using Samsung 120Hz LCD. I want to create OpenGL application in C++
well, this here is an forum for people programming assembler (MASMĀ  :U ) - you may search for an c++ forum.
To your question: It is only possible when your graphic card supports a refresh rate of 120Hz. Otherwise you have to choose an lower one.
Title: Re: 120Hz Refresh Rate
Post by: xanatose on June 07, 2010, 03:14:23 PM
go to

http://www.opengl.org/discussion_boards/

and ask the question there. Chances are there is someone that knows about it.