# 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.