Added H-z culling;
Changed the name of enum FrustumGPU to GPUFrustum;
This commit is contained in:
@@ -4,7 +4,7 @@ using UnityEngine.Rendering;
|
||||
namespace Misaki.AoVolume
|
||||
{
|
||||
[GenerateHLSL(PackingRules.Exact, false)]
|
||||
internal struct FrustumGPU
|
||||
internal struct GPUFrustum
|
||||
{
|
||||
// The data of the 6 planes of the frustum
|
||||
public Vector3 normal0;
|
||||
|
||||
Reference in New Issue
Block a user