-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Milestone
Description
SDL/src/render/direct3d/SDL_render_d3d.c
Line 392 in 2f7b885
if (colorOperation != SDL_BLENDOPERATION_ADD || alphaOperation != SDL_BLENDOPERATION_ADD) { |
Line 68 in 2f7b885
SDL_BLENDOPERATION_SUBTRACT = 0x2, /**< dst - src : supported by D3D9, D3D11, OpenGL, OpenGLES */ |
Is this a bug, or a documentation error?