Method Equals
Equals(RtDescriptor)
Compares two simplified render-target descriptors for pool reuse.
public bool Equals(DataPool.RtDescriptor other)
Parameters
otherDataPool.RtDescriptorThe descriptor to compare against.
Returns
Equals(RenderTextureDescriptor)
Compares this simplified descriptor against a full UnityEngine.RenderTextureDescriptor.
public bool Equals(RenderTextureDescriptor other)
Parameters
otherRenderTextureDescriptorThe Unity descriptor to compare against.