Version: 2022.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. (Read Only)
DimThe texture binding's type (Read Only).
IndexThe index of the texture binding (Read Only). Depending on the platform, this value represents different things.
MultisampledIndicates if the texture is multisampled (Read Only).
NameThe name of the texture binding (Read Only).
SamplerIndexThe index of the sampler for this texture binding (Read Only). Depending on the platform, this value represents different things.