mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Speculative compile fix seen on AppVeyor - missing template<>
This commit is contained in:
@@ -71,6 +71,7 @@ TrackedResource *GetTracked(ID3D12DeviceChild *ptr)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
template <>
|
||||
ID3D12DeviceChild *Unwrap(ID3D12DeviceChild *ptr)
|
||||
{
|
||||
if(ptr == NULL)
|
||||
|
||||
Reference in New Issue
Block a user