Announcement

Collapse
No announcement yet.

PTS and OGLES

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • danboid
    replied
    I have found a simple benchmark project to test the OGLES performance under godot:

    https://github.com/svprdga/godot-vs-...ance-benchmark

    It runs fine under godot 3.3.2, I've not tried it under 4.x yet.

    I was unable to get godot 3.3.2 to link when I tried building it with gcc on my jetson nano but it builds fine with llvm:

    Code:
    scons -j4 platform=x11 use_llvm=yes use_static_cpp=no
    Any chance of seeing this added to PTS Michael?

    What other options are there for OGLES benchmarking except this and glmark2?
    Last edited by danboid; 05 July 2021, 02:41 PM.

    Leave a comment:


  • danboid
    started a topic PTS and OGLES

    PTS and OGLES

    Does the Phoronix Test Suite support any games using Open GLES 3.x? I'm looking for a good way to benchmark ARM GPUs other than glmark2.

    reicast has an onscreen fps display. Dolphin doesn't support GLES3.

    Are there any good godot based benchmarks for testing GPU performance?
Working...
X