The source texture. If null, the previous render result is used as the original texture.
The destination texture. If null, it renders directly to the final canvas.
Offset scaling
The shader. If null, the internal copy shader is used without any processing.
The shader data. If null, only the sourceTexture is accepted.
The subShader index, defaults to 0.
The source texture. If null, the previous render result is used as the original texture.
The destination texture. If null, it renders directly to the final canvas.
Offset scaling.
The material.
The shader index.
The source texture.
The destination texture.
Offset scaling.
The shader. If null, the internal copy shader is used without any processing.
The shader data. If null, only the sourceTexture is accepted.
The subShader index, defaults to 0.
The original mesh information.
The index of the mesh.
An array of world matrices for rendering, describing the position of each Mesh to be rendered. If null, no world matrix buffer will be created or updated.
The material used for rendering.
The shader index of the rendering material.
Custom properties for the instance.
The number of instances to render.
The renderer object to be rendered.
The material applied to the renderer.
The index of the sub-shader, defaults to 0.
The RenderElement to be rendered.
The ID of the data.
The color data to be set.
The Uniform ID for the texture.
The source of the texture.
The ID of the data.
The Vector4 data to be set.
The ID of the data.
The Vector2 data to be set.
The ID of the data.
The Vector3 data to be set.
The render target texture.
Whether to clear the color buffer.
Whether to clear the depth buffer.
The background color when clearing. Defaults to black.
The depth value when clearing. Defaults to 1.
The collection of shader data.
The ID of the data.
The color value.
The collection of shader data.
The ID of the data.
The Int data to be set.
The collection of shader data.
The ID of the data.
The Matrix data to be set.
The collection of shader data.
The ID of the data.
The Number data to be set.
The collection of shader data.
The Uniform ID for the texture.
The source of the texture.
The collection of shader data.
The ID of the data.
The Vector4 data to be set.
The collection of shader data.
The ID of the data.
The Vector2 data to be set.
The collection of shader data.
The ID of the data.
The Vector3 data to be set.
The collection of shader data.
The shader define to be set.
A boolean value indicating whether to add (true) or remove (false) the define.
En
The
CommandBuffer
Class used to create command bufferZh
CommandBuffer
类用于创建命令缓冲区。