Class TextureConverter
Provides methods for converting between textures and tensors.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public static class TextureConverter
Methods
Name | Description |
---|---|
Render |
Write the float data in a tensor to the frame buffer. Sentis only writes batch == 0 to the frame buffer. If the width and height of the tensor don't match the width and height of the frame buffer, Sentis applies linear resampling. |
Render |
Appends the write the float data in a tensor to the frame buffer texture in a CommandBuffer. Sentis only writes batch == 0 to the frame buffer. If the width and height of the tensor don't match the width and height of the frame buffer, Sentis applies linear resampling. |
Render |
Appends the write the float data in a tensor to the render target identifier in a CommandBuffer. Sentis only writes batch == 0 to the frame buffer. If the width and height of the tensor don't match the width and height of the frame buffer, Sentis applies linear resampling. |
Render |
Write the float data in a tensor to a render texture. Sentis only writes batch == 0 to the render texture. If the width and height of the tensor don't match the width and height of the render texture, Sentis applies linear resampling. |
Render |
Appends the write the float data in a tensor to a render texture in a CommandBuffer. Sentis only writes batch == 0 to the render texture. If the width and height of the tensor don't match the width and height of the render texture, Sentis applies linear resampling. |
To |
Appends the conversion of a RenderTargetIdentifier to a If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Appends the conversion of a RenderTargetIdentifier to a If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Appends the conversion of a texture to a If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Appends the conversion of a texture to a If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Appends the conversion of a texture to a If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Converts a texture to a If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Converts a texture to a If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Converts a texture to a If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Converts the data in a tensor to a render texture. Sentis only writes batch == 0 to the render texture. If the width and height of the render texture don't match the width and height of the tensor, Sentis applies linear resampling. |
To |
Converts the data in a tensor to a render texture. Sentis only writes batch == 0 to the render texture. If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |
To |
Appends the convertion of the data in a tensor to a render texture to a CommandBuffer. Sentis only writes batch == 0 to the render texture. If the width and height of the render texture don't match the width and height of the tensor, Sentis applies linear resampling. |
To |
Appends the conversion of the data in a tensor to a render texture in a CommandBuffer. Sentis only writes batch == 0 to the render texture. If the width and height of the output tensor don't match the width and height of the texture, Sentis applies linear resampling. |