Skip to content

sschw/WebGL_Video_PixelFormat_Performance_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGL PixelFormat Test

This project is a modified version of the conformance tests of WebGL. It tests the performance of texSubImage2D on videos by calling it 1000 times. After that, it displays the time that was needed to do these calls.

In order to run the tests, call the server script server.py which will run a server with CORS activated. (Python 3 required)

Use http://localhost:8000 to reach the test overview page.

As there is no warmup phase inside the test, you should run a test multiple times to get an accurate time.

The video, which is used in the tests, is generated out of data from the Helioviewer Project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages