Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CommandBufferExtensions

Static class providing extension methods for CommandBuffer.
Read time 1 minuteLast updated 4 days ago

Definition

public static class CommandBufferExtensions

Remarks

The extension methods in this class can directly be used on an CommandBuffer.

Static Methods

Method

Description

SwitchIntoFastMemoryAdds a command to put a given render target into fast GPU memory.
SwitchOutOfFastMemoryAdds a command to remove a given render target from fast GPU memory.