Class GfxHelper
Assembly: YVR.Utilities.Runtime.dll
Syntax
public class GfxHelper : Singleton<GfxHelper>
Constructors
Methods
Name |
Description |
CopyAndroidTexture(int, int, IntPtr)
|
|
CopyAndroidTexture(int, int, float, bool, Rect, Rect, IntPtr)
|
|
CopyAndroidTextureWithAlpha(int, int, float, bool, IntPtr)
|
|
CopyTexture(int, int)
|
|
CopyTexture(int, int, float, Rect, Rect)
|
|
CopyTextureRect(int, int, bool, Rect)
|
|
CopyTextureWithAlpha(int, int, float)
|
|
CopyToTextureArray(int, int, int)
|
|
CopyToTextureArrayMultiview(int, int, Matrix4x4[])
|
|
GetTextureWritingFolderPath()
|
|
SetTextureWringFolderPath(string)
|
|
TriggerCommandBufferThreadCalback(CommandBuffer, Action)
|
|
TriggerGfxThreadCallback(Action)
|
|
WriteAndroidTexture(int, int, int, IntPtr, string)
|
|
WriteTexture(int, string)
|
|
Extension Methods