Remove extra rdDescriptor variable

PR Feedback.
This commit is contained in:
Jake Turner
2022-05-14 07:24:59 +01:00
committed by Baldur Karlsson
parent 00fdb79d68
commit 259205fdc9
-1
View File
@@ -492,7 +492,6 @@ WrappedMTLTexture *WrappedMTLDevice::Common_NewTexture(MTL::TextureDescriptor *d
{
CACHE_THREAD_SERIALISER();
SCOPED_SERIALISE_CHUNK(chunkType);
RDMTL::TextureDescriptor rdDescriptor(descriptor);
Serialise_newTextureWithDescriptor(ser, wrappedMTLTexture, rdDescriptor);
chunk = scope.Get();
}