Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

render-graph-frame-data.md 746B


uid: urp-docfx-render-graph-frame-data

Use frame data

Fetch the textures that the Universal Render Pipeline (URP) creates for the current frame or previous frames, for example a color texture or a depth texture.

| Page | Description | |-|-| | Get data from the current frame | Fetch the textures URP creates for the current frame. | | Get data from previous frames | To fetch the previous frames the camera rendered, use the UniversalCameraData.historyManager API. | | Add data to previous frames | To add your own texture to the camera history, create a camera history type to store the texture between frames. |