Files
UnrealEngine/Engine/Shaders/Private/HairStrands/HairStrandsVoxelPageCommonStruct.ush
2025-05-18 13:04:45 +08:00

11 lines
262 B
HLSL

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
struct FPackedVirtualVoxelNodeDesc
{
float3 TranslatedWorldMinAABB;
uint PackedPageIndexResolution; // 8bits encoding
float3 TranslatedWorldMaxAABB;
uint PageIndexOffset_VoxelWorldSize;
};