mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Remove extra rdDescriptor variable
PR Feedback.
This commit is contained in:
committed by
Baldur Karlsson
parent
00fdb79d68
commit
259205fdc9
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user