separate tests for dynamic
This commit is contained in:
parent
82d310ea76
commit
7b889a2350
12 changed files with 27 additions and 0 deletions
7
tests/xtest_rlgl.py
Normal file
7
tests/xtest_rlgl.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from raylib import *
|
||||
|
||||
InitWindow(800, 450, b"rlGL test")
|
||||
SetTargetFPS(60)
|
||||
|
||||
|
||||
print(rlGetVersion())
|
Reference in a new issue