Canardia Posted January 20, 2023 Share Posted January 20, 2023 When creating a new project, I get a blank dark gray screen when running the program. I updated my drivers to: Vulkan API 1.3.218 - Using Vulkan Device #0: Intel - Intel(R) Iris(R) Xe Graphics Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
Josh Posted January 20, 2023 Share Posted January 20, 2023 Integrated graphics are not currently supported. This is due to the number of shader texture units they support. There is a workaround, and I have successfully run it, but it will take more work to get it completely finished. There is an EVENT_STARTRENDERER event you can look for to tell when the renderer has initialized. If event.data is 1 it initialized correctly. If event.data is 0 it failed to initialize, and even.text may contain additional information. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Canardia Posted January 20, 2023 Author Share Posted January 20, 2023 I got this log using event.text: Loading shader family "Shaders/PBR.json" Loading font "Fonts/arial.ttf" Loading shader family "Shaders/unlit.json" Entering main loop: Loading shader family "Shaders/Sky.json" Loading posteffect "Shaders/PostEffects/Refraction.json" Warning: Not enough shader samplers. Using fallback render path. Intel(R) Iris(R) Xe Graphics Exiting main loop. Deleting font "Fonts/arial.ttf" Deleting shader family "Shaders/Sky.json" Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
Solution Josh Posted January 20, 2023 Solution Share Posted January 20, 2023 Ah, okay. I will fix it so it emits the correct event indicating it failed to initialize. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.