Jump to content

Blank dark gray screen on Intel(R) Iris(R) Xe Graphics GPU


Canardia
 Share

Go to solution Solved by Josh,

Recommended Posts

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

 

Ryzen 9 RX 6800M ■ 16GB XF8 Windows 11 ■
Ultra ■ LE 2.53DWS 5.6  Reaper ■ C/C++ C# ■ Fortran 2008 ■ Story ■
■ Homepage: https://canardia.com ■

Link to comment
Share on other sites

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.

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

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"

 

Ryzen 9 RX 6800M ■ 16GB XF8 Windows 11 ■
Ultra ■ LE 2.53DWS 5.6  Reaper ■ C/C++ C# ■ Fortran 2008 ■ Story ■
■ Homepage: https://canardia.com ■

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...