声明
public static Awaitable<AsyncGPUReadbackRequest>
RequestAsync(
ComputeBuffer src);
声明
public static Awaitable<AsyncGPUReadbackRequest>
RequestAsync(
ComputeBuffer src, int
size, int
offset);
声明
public static Awaitable<AsyncGPUReadbackRequest>
RequestAsync(
GraphicsBuffer src);
声明
public static Awaitable<AsyncGPUReadbackRequest>
RequestAsync(
GraphicsBuffer src, int
size, int
offset);
声明
public static Awaitable<AsyncGPUReadbackRequest>
RequestAsync(
Texture src, int
mipIndex);
声明
public static Awaitable<AsyncGPUReadbackRequest>
RequestAsync(
Texture src, int
mipIndex,
TextureFormat dstFormat);
声明
public static Awaitable<AsyncGPUReadbackRequest>
RequestAsync(
Texture src, int
mipIndex, int
x, int
width, int
y, int
height, int
z, int
depth);
声明
public static Awaitable<AsyncGPUReadbackRequest>
RequestAsync(
Texture src, int
mipIndex, int
x, int
width, int
y, int
height, int
z, int
depth,
TextureFormat dstFormat);