flat assembler
Message board for the users of flat assembler.
Index
> Windows > Trouble with openGl with GF9600gt |
Author |
|
LocoDelAssembly 01 May 2010, 04:40
Are you using nVidia drivers or the ones provided via WindowsUpdate? I remember using WindowsUpdate one once with GeForce FX 5200 (or maybe my recently replaced GeForce 6600?), and also had a terrible OpenGL performance (seemed to be not hardware accelerated at all). Solved by downloading drivers from nVidia site.
|
|||
01 May 2010, 04:40 |
|
bitshifter 01 May 2010, 04:45
This shows frames per second, please try...
http://board.flatassembler.net/topic.php?t=9885 Also the FASM demo refreshes at 10ms which is purposely slow. |
|||
01 May 2010, 04:45 |
|
Zetus 02 May 2010, 04:18
The glFONT you recommended shows 61-60fps for both myfont & wglfont.
Display freq = 60Hz. *VSync on* was.. Thanks. |
|||
02 May 2010, 04:18 |
|
Zetus 02 May 2010, 05:05
To on/off vsync:
.data StrGlVSync db 'wglSwapIntervalEXT',0 wglSwapInterval dd 0 .code invoke wglGetProcAddress,StrGlVSync mov [wglSwapInterval],eax stdcall [wglSwapInterval],0 ;1 for ON, 0 for off |
|||
02 May 2010, 05:05 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.