Previous 199869 Revisions Next

r22953 Sunday 19th May, 2013 at 20:37:15 UTC by Ryan Holtz
potential crash fix, nw
[src/osd/windows]drawd3d.c

trunk/src/osd/windows/drawd3d.c
r22952r22953
747747   m_shaders = NULL;
748748   m_numverts = 0;
749749   m_numpolys = 0;
750   m_vertexbuf = NULL;
751   m_lockedbuf = NULL;
752   m_vectorbatch = NULL;
753   m_last_texture = NULL;
754   m_hlsl_buf = NULL;
755   m_texture_manager = NULL;
750756}
751757
752758int renderer::initialize()

Previous 199869 Revisions Next


© 1997-2024 The MAME Team