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

Static Public Member Functions

static VRCAsyncGPUReadbackRequest Request (Texture src, int mipIndex, IUdonEventReceiver udonBehaviour)
 
static VRCAsyncGPUReadbackRequest Request (Texture src, int mipIndex, TextureFormat dstFormat, IUdonEventReceiver udonBehaviour)
 
static VRCAsyncGPUReadbackRequest Request (Texture src, int mipIndex, int x, int width, int y, int height, int z, int depth, IUdonEventReceiver udonBehaviour)
 
static VRCAsyncGPUReadbackRequest Request (Texture src, int mipIndex, int x, int width, int y, int height, int z, int depth, TextureFormat dstFormat, IUdonEventReceiver udonBehaviour)
 

Detailed Description

Definition at line 4605 of file VRCSDK3.cs.

Member Function Documentation

◆ Request() [1/4]

static VRCAsyncGPUReadbackRequest VRC.SDK3.Rendering.VRCAsyncGPUReadback.Request ( Texture  src,
int  mipIndex,
int  x,
int  width,
int  y,
int  height,
int  z,
int  depth,
IUdonEventReceiver  udonBehaviour 
)
static

Definition at line 4634 of file VRCSDK3.cs.

Here is the call graph for this function:

◆ Request() [2/4]

static VRCAsyncGPUReadbackRequest VRC.SDK3.Rendering.VRCAsyncGPUReadback.Request ( Texture  src,
int  mipIndex,
int  x,
int  width,
int  y,
int  height,
int  z,
int  depth,
TextureFormat  dstFormat,
IUdonEventReceiver  udonBehaviour 
)
static

Definition at line 4647 of file VRCSDK3.cs.

Here is the call graph for this function:

◆ Request() [3/4]

static VRCAsyncGPUReadbackRequest VRC.SDK3.Rendering.VRCAsyncGPUReadback.Request ( Texture  src,
int  mipIndex,
IUdonEventReceiver  udonBehaviour 
)
static

Definition at line 4607 of file VRCSDK3.cs.

Here is the call graph for this function:

◆ Request() [4/4]

static VRCAsyncGPUReadbackRequest VRC.SDK3.Rendering.VRCAsyncGPUReadback.Request ( Texture  src,
int  mipIndex,
TextureFormat  dstFormat,
IUdonEventReceiver  udonBehaviour 
)
static

Definition at line 4620 of file VRCSDK3.cs.

Here is the call graph for this function:

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