mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
Add a config option for the management of textures with DirectX management.
This commit is contained in:
parent
34c5a2fc6c
commit
ce3ed75e1a
@ -127,7 +127,7 @@ DXGraphicsStateGuardian9(GraphicsPipe *pipe) :
|
|||||||
Geom::GR_triangle_strip | Geom::GR_triangle_fan |
|
Geom::GR_triangle_strip | Geom::GR_triangle_fan |
|
||||||
Geom::GR_flat_first_vertex;
|
Geom::GR_flat_first_vertex;
|
||||||
|
|
||||||
_gsg_managed_textures = dx_management;
|
_gsg_managed_textures = dx_management | dx_texture_management;
|
||||||
_gsg_managed_vertex_buffers = dx_management;
|
_gsg_managed_vertex_buffers = dx_management;
|
||||||
_gsg_managed_index_buffers = dx_management;
|
_gsg_managed_index_buffers = dx_management;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user