Add DirectX11 to Windows plugins & remove DotScene plugin from Linux
This commit is contained in:
parent
553362494d
commit
5971549a1a
|
|
@ -1,6 +1,5 @@
|
||||||
PluginFolder=plugins
|
PluginFolder=plugins
|
||||||
|
|
||||||
Plugin=RenderSystem_GL
|
|
||||||
Plugin=RenderSystem_GL3Plus
|
Plugin=RenderSystem_GL3Plus
|
||||||
Plugin=RenderSystem_GLES2
|
Plugin=RenderSystem_GLES2
|
||||||
Plugin=Plugin_ParticleFX
|
Plugin=Plugin_ParticleFX
|
||||||
|
|
@ -8,5 +7,4 @@ Plugin=Plugin_BSPSceneManager
|
||||||
Plugin=Codec_STBI
|
Plugin=Codec_STBI
|
||||||
Plugin=Plugin_PCZSceneManager
|
Plugin=Plugin_PCZSceneManager
|
||||||
Plugin=Plugin_OctreeZone
|
Plugin=Plugin_OctreeZone
|
||||||
Plugin=Plugin_OctreeSceneManager
|
Plugin=Plugin_OctreeSceneManager
|
||||||
Plugin=Plugin_DotScene
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
PluginFolder=plugins
|
PluginFolder=plugins
|
||||||
|
|
||||||
|
Plugin=RenderSystem_Direct3D11
|
||||||
Plugin=RenderSystem_GL3Plus
|
Plugin=RenderSystem_GL3Plus
|
||||||
Plugin=RenderSystem_GLES2
|
Plugin=RenderSystem_GLES2
|
||||||
Plugin=Plugin_ParticleFX
|
Plugin=Plugin_ParticleFX
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue