Class TextureXR
Inheritance
System.Object
TextureXR
Syntax
public static class TextureXR
Properties
dimension
Declaration
public static TextureDimension dimension { get; }
Property Value
Type |
Description |
TextureDimension |
|
maxViews
Declaration
public static int maxViews { set; }
Property Value
Type |
Description |
System.Int32 |
|
slices
Declaration
public static int slices { get; }
Property Value
Type |
Description |
System.Int32 |
|
useTexArray
Declaration
public static bool useTexArray { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetBlackTexture()
Declaration
public static RTHandle GetBlackTexture()
Returns
GetBlackUIntTexture()
Declaration
public static RTHandle GetBlackUIntTexture()
Returns
GetClearTexture()
Declaration
public static RTHandle GetClearTexture()
Returns
GetMagentaTexture()
Declaration
public static RTHandle GetMagentaTexture()
Returns
GetWhiteTexture()
Declaration
public static RTHandle GetWhiteTexture()
Returns
Initialize(CommandBuffer, ComputeShader)
Declaration
public static void Initialize(CommandBuffer cmd, ComputeShader clearR32_UIntShader)
Parameters
Type |
Name |
Description |
CommandBuffer |
cmd |
|
ComputeShader |
clearR32_UIntShader |
|