Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

ResourceBindingInfo

struct in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Provides resource layout information about a shader resource binding.

Properties

Property Description
IndexThe index of the shader resource binding (Read Only). The exact value and meaning of this property is platform and graphics API specific.
KindThe kind of shader resource of this shader resource binding. (Read Only)
NameThe name of the shader resource binding (Read Only).
SamplerIndexThe index of the sampler for this shader resource binding if it's a texture (Read Only). The exact value and meaning of this property is platform and graphics API specific.
WritableTrue if the shader resource binding is a read-write resource, such as RWBuffer or RWTexture. (Read Only)