Page 1 of 1

Love2d how to open DirectX mode?

Posted: Sat Aug 16, 2014 9:36 am
by TomChunKit
I remember SDL2.0 is support to DirectX9.0c,if i want to open,how to do?

Re: Love2d how to open DirectX mode?

Posted: Sat Aug 16, 2014 11:16 am
by kikito
I don't think you can.

Re: Love2d how to open DirectX mode?

Posted: Sat Aug 16, 2014 1:35 pm
by slime
SDL uses DirectX for a few things, including support for DirectInput joysticks as well as a Direct3D backend for its simple SDL_Render API. LÖVE doesn't use SDL_Render internally at all, because it's much more limited and basic than love.graphics.

love.graphics doesn't have a Direct3D backend.

Re: Love2d how to open DirectX mode?

Posted: Sat Aug 16, 2014 2:00 pm
by TomChunKit
slime wrote:SDL uses DirectX for a few things, including support for DirectInput joysticks as well as a Direct3D backend for its simple SDL_Render API. LÖVE doesn't use SDL_Render internally at all, because it's much more limited and basic than love.graphics.

love.graphics doesn't have a Direct3D backend.
Thanks,actually problem is http://www.love2d.org/forums/viewtopic.php?f=4&t=78582
I find in 0.7.2 is no problem,until 0.8.0.