Singularity/Library/PackageCache/com.unity.render-pipelines..../Editor/Lighting/ProbeVolume/ProbePlacement.cs.hlsl

23 lines
565 B
HLSL
Raw Normal View History

2024-05-06 14:45:45 -04:00
//
// This file was automatically generated. Please don't edit by hand. Execute Editor command [ Edit > Rendering > Generate Shader Includes ] instead
//
#ifndef PROBEPLACEMENT_CS_HLSL
#define PROBEPLACEMENT_CS_HLSL
// Generated from UnityEngine.Experimental.Rendering.ProbePlacement+GPUProbeVolumeOBB
// PackingRules = Exact
struct GPUProbeVolumeOBB
{
float3 corner;
float3 X;
float3 Y;
float3 Z;
int minControllerSubdivLevel;
int maxControllerSubdivLevel;
int maxSubdivLevelInsideVolume;
float geometryDistanceOffset;
};
#endif