|
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) |
|
Definition at line 4605 of file VRCSDK3.cs.
◆ 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 |
◆ 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 |
◆ Request() [3/4]
static VRCAsyncGPUReadbackRequest VRC.SDK3.Rendering.VRCAsyncGPUReadback.Request |
( |
Texture |
src, |
|
|
int |
mipIndex, |
|
|
IUdonEventReceiver |
udonBehaviour |
|
) |
| |
|
static |
◆ Request() [4/4]
static VRCAsyncGPUReadbackRequest VRC.SDK3.Rendering.VRCAsyncGPUReadback.Request |
( |
Texture |
src, |
|
|
int |
mipIndex, |
|
|
TextureFormat |
dstFormat, |
|
|
IUdonEventReceiver |
udonBehaviour |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: