Version: 2023.1
언어: 한국어
public void NextSubPass ();

설명

Start the next native subpass as discribed by CommandBuffer.BeginRenderPass.

This can only be called during an active native render pass (encapsulated by CommandBuffer.BeginRenderPass and CommandBuffer.EndRenderPass). You need to call this function for every subpass listed in CommandBuffer.BeginRenderPass expect for the first subpass (implicitly called by BeginRenderPass).