enum
EComputeVisibilityMode
ComputeVisibilityMode specifies which type of renderer to use when computing visibility.
Values
Key | Value | Comment |
DirectX | 0 | Use DirectX when computing visibility. |
Software | 1 | Use a software renderer when computing visibility. |
Key | Value | Comment |
DirectX | 0 | Use DirectX when computing visibility. |
Software | 1 | Use a software renderer when computing visibility. |
Key | Value | Comment |
EComputeVisibilityMode_DirectX | 0 | Use DirectX when computing visibility. |
EComputeVisibilityMode_Software | 1 | Use a software renderer when computing visibility. |