|
|
@@ -1089,6 +1089,8 @@ These differences need to be observed when using the low-level rendering functio
|
|
|
|
|
|
- Direct3D11 is strict about vertex attributes referenced by shaders. A model will not render (input layout fails to create) if the shader for example asks for UV coordinates and the model does not have them. For this particular case, see the NOUV define in LitSolid shader, which is defined in the NoTexture family of techniques to prevent the attempted reading of UV coords.
|
|
|
|
|
|
+- Nearest texture filtering with anisotropy is not supported properly on Direct3D11. Depending on the GPU, it may also fail on Direct3D9.
|
|
|
+
|
|
|
- Alpha-to-coverage is not supported on Direct3D9.
|
|
|
|
|
|
- Bool and int shader uniforms are not supported on Direct3D9.
|