Jump to content

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


Go to solution Solved by Josh,

Recommended Posts

Posted

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 ■

Posted

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.

Let's build cool stuff and have fun. :)

Posted

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 ■

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.

×
×
  • Create New...