Version: 2022.2
言語: 日本語
public void Process (Rendering.CommandBuffer cmd, Rendering.RenderTargetIdentifier rt, int x, int width, int y, int height, int mip, int slice);

パラメーター

cmd The commandbuffer used to schedule processing.
rt Texture containing the feedback data.
x X position of the subrect that is processed.
width Width of the subrect that is processed.
y Y position of the subrect that is processed.
height Height of the subrect that is processed.
mip Miplevel of the texture to process.
slice Arrayslice of the texture to process.

説明

Process the passed in feedback texture.