- Home /
Question by
Rati · Feb 05, 2013 at 04:17 PM ·
shadercompatibilitydx11direct3d
How to verify if the player can use DX 11 shader ?
Hello, i want to verify if the player can run DX 11 shaders (Geometry shader). how could i do that ?
Comment
Answer by Professor Snake · Feb 05, 2013 at 04:28 PM
Any shaders that cannot run on a user's machine are disabled automatically, so you probably can try detecting whether someone can run DX11 shaders by checking whether one of them is disabled.
Your answer
Follow this Question
Related Questions
Shader:DX11 get texture dimensions inside a shader 1 Answer
Rim Shader Errors 0 Answers
My screen is black on dx11, but it is fine on dx9 0 Answers
Unity's typical end-to-end pipeline of frame rendering 1 Answer
Unity 4.5 broke shader in DX11 mode 2 Answers