Version: 2021.3
public GraphicsBuffer GetVertexBuffer ();

返回

GraphicsBuffer The skinned mesh vertex buffer as a GraphicsBuffer.

描述

Retrieves a GraphicsBuffer that provides direct access to the GPU vertex buffer for this skinned mesh, for the current frame.

During motion vector rendering (used for motion blur, temporal anti-aliasing, or other effects), skinned meshes that have skinnedMotionVectors on alternate between two GPU vertex buffers. You can access the GPU vertex buffer for the current frame using GetVertexBuffer, and for the previous frame using GetPreviousVertexBuffer.

You can use this method to access the skinned mesh vertex buffer for the current frame in a ComputeShader. To do that, first request an appropriate buffer binding target via vertexBufferTarget, thenget the graphics buffer using GetVertexBuffer, and then set it up as a parameter for your shaders using ComputeBuffer.SetBuffer, Material.SetBuffer and similar methods.

See Also: vertexBufferTarget, GetPreviousVertexBuffer.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961