What is the version of WebGL in the OpenFL HTML5 project? 1.0 or 2.0?
Also, I saw someone say before that elements in the OpenFL HTML5 project will be blurry? Has the bug been fixed? What about DPI?
Novices don’t understand, just ask
If you add this your project.xml file, it will render at higher DPI on screens that support it.
<window allow-high-dpi="true"/>
1 Like
I just traced the value of stage.context3D.driverInfo
in Firefox, and it seems to be using WebGL 2.0.
OpenGL Vendor=Mozilla Version=WebGL 2.0 Renderer=Apple M1, or similar GLSL=WebGL GLSL ES 3.00
1 Like
Okay, thank you
Okay, thank you
Thank you for your answer. Thank you
Can’t sleep at night, check the post
Can I load a zip file at runtime and directly store the images inside the file into memory?