Method hasIdenticalTextureMetadata
hasIdenticalTextureMetadata(XRTextureDescriptor)
Determines whether the given texture descriptor has identical texture metadata (dimension, mipmap count, and format).
Declaration
public bool hasIdenticalTextureMetadata(XRTextureDescriptor other)
Parameters
| Type | Name | Description |
|---|---|---|
| XRTextureDescriptor | other | The given texture descriptor with which to compare. |
Returns
| Type | Description |
|---|---|
| bool |
|