Removing XESAFERELEASE.

This commit is contained in:
Ben Vanik
2014-08-16 17:33:24 -07:00
parent 5b83cf5fd1
commit 187d0ad277
22 changed files with 70 additions and 83 deletions

View File

@@ -30,8 +30,8 @@ D3D11TextureResource::D3D11TextureResource(
}
D3D11TextureResource::~D3D11TextureResource() {
XESAFERELEASE(texture_);
XESAFERELEASE(handle_);
SafeRelease(texture_);
SafeRelease(handle_);
}
int D3D11TextureResource::CreateHandle() {