VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.VRCRenderTexture Class Reference
Inheritance diagram for VRC.SDKBase.VRCRenderTexture:
Collaboration diagram for VRC.SDKBase.VRCRenderTexture:

Static Public Member Functions

static RenderTexture GetTemporary (int width, int height, int depthBuffer=0, RenderTextureFormat format=7, RenderTextureReadWrite readWrite=0, int antiAliasing=0, RenderTextureMemoryless memorylessMode=0, VRTextureUsage vrUsage=0, bool useDynamicScale=false)
 
static RenderTexture GetTemporary (RenderTextureDescriptor renderTextureDescriptor)
 
static void ReleaseTemporary (RenderTexture renderTexture)
 

Properties

static Action< RenderTexture > OnGetTemporaryRenderTexture
 
static Action< RenderTexture > OnReleaseTemporaryRenderTexture
 

Static Private Attributes

static Action< RenderTexture > m_OnGetTemporaryRenderTexture
 
static Action< RenderTexture > m_OnReleaseTemporaryRenderTexture
 

Detailed Description

Definition at line 5655 of file VRCSDKBase.cs.

Member Function Documentation

◆ GetTemporary() [1/2]

static RenderTexture VRC.SDKBase.VRCRenderTexture.GetTemporary ( int  width,
int  height,
int  depthBuffer = 0,
RenderTextureFormat  format = 7,
RenderTextureReadWrite  readWrite = 0,
int  antiAliasing = 0,
RenderTextureMemoryless  memorylessMode = 0,
VRTextureUsage  vrUsage = 0,
bool  useDynamicScale = false 
)
static

Definition at line 5724 of file VRCSDKBase.cs.

◆ GetTemporary() [2/2]

static RenderTexture VRC.SDKBase.VRCRenderTexture.GetTemporary ( RenderTextureDescriptor  renderTextureDescriptor)
static

Definition at line 5735 of file VRCSDKBase.cs.

◆ ReleaseTemporary()

static void VRC.SDKBase.VRCRenderTexture.ReleaseTemporary ( RenderTexture  renderTexture)
static

Definition at line 5743 of file VRCSDKBase.cs.

Member Data Documentation

◆ m_OnGetTemporaryRenderTexture

Action<RenderTexture> VRC.SDKBase.VRCRenderTexture.m_OnGetTemporaryRenderTexture
staticprivate

Definition at line 5658 of file VRCSDKBase.cs.

◆ m_OnReleaseTemporaryRenderTexture

Action<RenderTexture> VRC.SDKBase.VRCRenderTexture.m_OnReleaseTemporaryRenderTexture
staticprivate

Definition at line 5661 of file VRCSDKBase.cs.

Property Documentation

◆ OnGetTemporaryRenderTexture

Action<RenderTexture> VRC.SDKBase.VRCRenderTexture.OnGetTemporaryRenderTexture
staticaddremove

Definition at line 5664 of file VRCSDKBase.cs.

◆ OnReleaseTemporaryRenderTexture

Action<RenderTexture> VRC.SDKBase.VRCRenderTexture.OnReleaseTemporaryRenderTexture
staticaddremove

Definition at line 5694 of file VRCSDKBase.cs.


The documentation for this class was generated from the following file: