Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC01E0349 (STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED)?

 
Anterior Siguiente
STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED STATUS_GRAPHICS_MODE_NOT_IN_MODESET

STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED

Qué significa STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED

STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED es una capability del path VidPN/presentation. El GPU puede soportar MSAA para render targets off-screen y aun no permitirlo en la primary/present path específica.

No debe usarse para concluir que el hardware “no soporta multisampling” de forma global.

Qué comprobar

  • Capture sample count/format y path donde se solicita.
  • Compare con capabilities del present/scanout path.
  • Diferencie rendering capability de presentation capability.
  • Use resolve/non-MSAA path cuando la primary no lo soporta.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version