This version of Unity is unsupported.

TextureBindingInfo

struct in UnityEditor

Description

Provides resource layout information about a texture binding.

Properties

ArraySizeThe number of elements in this texture binding. If the value is greater than 1, the texture binding is an array.
DimThe texture binding's type.
IndexThe index of the texture binding. Depending on the platform, this value represents different things.
MultisampledIndicates if the texture is multisampled.
NameThe name of the texture binding.
SamplerIndexThe index of the sampler for this texture binding. Depending on the platform, this value represents different things.