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.