• Henri Verbeet's avatar
    d3d8: Don't call Release() in a while loop. · 954c3e22
    Henri Verbeet authored
    There should only ever be a single reference to these objects, since only
    their handle is exposed outside d3d8. Should there be more references than
    that, calling Release() in a while loop probably isn't the right approach.
    954c3e22
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
basetexture.c Loading commit data...
cubetexture.c Loading commit data...
d3d8.spec Loading commit data...
d3d8_main.c Loading commit data...
d3d8_private.h Loading commit data...
device.c Loading commit data...
directx.c Loading commit data...
indexbuffer.c Loading commit data...
pixelshader.c Loading commit data...
resource.c Loading commit data...
stateblock.c Loading commit data...
surface.c Loading commit data...
swapchain.c Loading commit data...
texture.c Loading commit data...
version.rc Loading commit data...
vertexbuffer.c Loading commit data...
vertexdeclaration.c Loading commit data...
vertexshader.c Loading commit data...
volume.c Loading commit data...
volumetexture.c Loading commit data...