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

@@ -31,8 +31,8 @@ D3D11ResourceCache::D3D11ResourceCache(Memory* memory,
}
D3D11ResourceCache::~D3D11ResourceCache() {
XESAFERELEASE(device_);
XESAFERELEASE(context_);
SafeRelease(device_);
SafeRelease(context_);
}
VertexShaderResource* D3D11ResourceCache::CreateVertexShader(