Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


bindMS

If true and RenderTextureDescriptor.msaaSamples is greater than 1, the render texture will not be resolved by default. Use this if the render texture needs to be bound as a multisampled texture in a shader.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool bindMS { get; set; }