Version: 2020.3

TextureBindingInfo

struct in UnityEditor

切换到手册

描述

Provides resource layout information about a texture binding.

变量

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.