locked
D3D_FEATURE_LEVEL_9_* All BlendEnable must same ? RRS feed

  • Question

  • D3D11 ERROR: ID3D11Device::CreateBlendState: CreateBlendState: All BlendEnable elements must have the same value for D3D_FEATURE_LEVEL_9_*. [ STATE_CREATION ERROR #1048612: CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE]

    But the sample only set first to TRUE.


    C++ DX11

    Saturday, July 14, 2012 4:34 AM

Answers

  • I know the problem now, IndependentBlendEnable  must be FALSE.

    seems D3D_FEATURE_LEVEL_9_*  doesn't support MRT (but WARP mode is OK, seems driver bug)





    • Marked as answer by Raptor K Saturday, July 14, 2012 6:08 AM
    • Edited by Raptor K Saturday, July 14, 2012 6:08 AM
    Saturday, July 14, 2012 4:34 AM

All replies

  • I know the problem now, IndependentBlendEnable  must be FALSE.

    seems D3D_FEATURE_LEVEL_9_*  doesn't support MRT (but WARP mode is OK, seems driver bug)





    • Marked as answer by Raptor K Saturday, July 14, 2012 6:08 AM
    • Edited by Raptor K Saturday, July 14, 2012 6:08 AM
    Saturday, July 14, 2012 4:34 AM
  • Hi RaptorCK16,

    I’m glad to hear that you got it working. Thank you for sharing your solutions & experience here. It will be very beneficial for other community members who have similar questions.

    I am looking forward to working with you next time.

    Best regards,

    Jesse


    Jesse Jiang [MSFT]
    MSDN Community Support | Feedback to us

    Monday, July 16, 2012 11:16 AM
    Moderator