Class RenderTargetUtility
- Namespace
- EPOOutline
- Assembly
- Assembly-CSharp-firstpass.dll
public static class RenderTargetUtility
- Inheritance
-
RenderTargetUtility
- Inherited Members
-
Fields
public static RenderTextureFormat? hdrFormat
Field Value
- RenderTextureFormat?
Methods
ComposeTarget(OutlineParameters, RenderTargetIdentifier)
public static RenderTargetIdentifier ComposeTarget(OutlineParameters parameters, RenderTargetIdentifier target)
Parameters
parameters OutlineParameters
target RenderTargetIdentifier
Returns
- RenderTargetIdentifier
GetDepthSliceForEye(StereoTargetEyeMask)
public static int GetDepthSliceForEye(StereoTargetEyeMask mask)
Parameters
mask StereoTargetEyeMask
Returns
- int
public static RenderTextureFormat GetHDRFormat()
Returns
- RenderTextureFormat
GetTargetInfo(OutlineParameters, int, int, int, bool, bool)
public static RenderTargetUtility.RenderTextureInfo GetTargetInfo(OutlineParameters parameters, int width, int height, int depthBuffer, bool forceNoAA, bool noFiltering)
Parameters
parameters OutlineParameters
width int
height int
depthBuffer int
forceNoAA bool
noFiltering bool
Returns
- RenderTargetUtility.RenderTextureInfo
GetTemporaryRT(OutlineParameters, int, int, int, int, bool, bool, bool)
public static void GetTemporaryRT(OutlineParameters parameters, int id, int width, int height, int depthBuffer, bool clear, bool forceNoAA, bool noFiltering)
Parameters
parameters OutlineParameters
id int
width int
height int
depthBuffer int
clear bool
forceNoAA bool
noFiltering bool
IsUsingVR(OutlineParameters)
public static bool IsUsingVR(OutlineParameters parameters)
Parameters
parameters OutlineParameters
Returns
- bool