Version: 5.5 (switch to 5.6b)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Method group is Obsolete

RenderTexture.isVolume

Switch to Manual
Obsolete public bool isVolume;

Description

If enabled, this Render Texture will be used as a Texture3D.

Volumetric render textures currently only work on UsingDX11GL3Features. You can render into them using "random access writes" from a pixel shader or a compute shader.

See Also: volumeDepth, enableRandomWrite.