Roblox / future-is-bright

Prototyping future Roblox lighting technology
https://roblox.github.io/future-is-bright/
60 stars 12 forks source link

Support Direct3D 10/10.1 #38

Closed WolfKOTTO closed 6 years ago

WolfKOTTO commented 7 years ago

I've been proven wrong before and now the Roblox Studio says my system isn't compatable to DirectX11. This can be a problem I don't know what I can do about it

zeux commented 7 years ago

My guess is that you currently can't do anything about it since the prototype requires DirectX 11. Pretty sure our detection code for this is rock-solid; you can run dxdiag and post a screenshot of first "Display" tab that will show your GPU/etc. spec.

zeux commented 7 years ago

(I will keep this issue open for any similar reports but do keep in mind that we currently just don't support systems that aren't DirectX 11 compatible; this will change in the future)

WolfKOTTO commented 7 years ago

Got it, here's an image of the dxdiag if you need it

image

zeux commented 7 years ago

Can you post a screenshot of the Display tab?

WolfKOTTO commented 7 years ago

Certainly.

image

zeux commented 7 years ago

Yeah, so you don't actually have DirectX 11 support (dxdiag is misleading on the first page) - your GPU only supports DirectX 10.1 (see DDI Version on this page). We are absolutely planning to support Direct3D 10.1 but this won't happen super quickly I'm afraid.

WolfKOTTO commented 7 years ago

I understand, it is worth the wait I suppose

zeux commented 7 years ago

This should be fixed in v6 for ShadowMaps mode; VoxelCascadedGPU still doesn't support Direct3D 10 at this time.

zeux commented 6 years ago

Since we don't have plans to support VoxelCascadedGPU on Direct3D 10 I am closing this.