Files
DedicatedServerCourse/Intermediate/Build/Win64/x64/FPSTemplateServer/Development/GeometryCollectionEngine/GeometryCollectionComponent.ispc.generated.dummy_avx2.h
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

84 lines
3.0 KiB
C++

//
// D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateServer/Development/GeometryCollectionEngine/GeometryCollectionComponent.ispc.generated.dummy_avx2.h
// (Header automatically generated by the ispc compiler.)
// DO NOT EDIT THIS FILE.
//
#pragma once
#include <stdint.h>
#if !defined(__cplusplus)
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
#include <stdbool.h>
#else
typedef int bool;
#endif
#endif
#ifdef __cplusplus
namespace ispc { /* namespace */
#endif // __cplusplus
#ifndef __ISPC_ALIGN__
#if defined(__clang__) || !defined(_MSC_VER)
// Clang, GCC, ICC
#define __ISPC_ALIGN__(s) __attribute__((aligned(s)))
#define __ISPC_ALIGNED_STRUCT__(s) struct __ISPC_ALIGN__(s)
#else
// Visual Studio
#define __ISPC_ALIGN__(s) __declspec(align(s))
#define __ISPC_ALIGNED_STRUCT__(s) __ISPC_ALIGN__(s) struct
#endif
#endif
#ifndef __ISPC_STRUCT_FMatrix__
#define __ISPC_STRUCT_FMatrix__
struct FMatrix {
double M[16];
};
#endif
#ifndef __ISPC_STRUCT_FVector__
#define __ISPC_STRUCT_FVector__
struct FVector {
double V[3];
};
#endif
#ifndef __ISPC_STRUCT_FBox__
#define __ISPC_STRUCT_FBox__
struct FBox {
struct FVector Min;
struct FVector Max;
uint8_t IsValid;
};
#endif
///////////////////////////////////////////////////////////////////////////
// Functions exported from ispc code
///////////////////////////////////////////////////////////////////////////
#if defined(__cplusplus) && (! defined(__ISPC_NO_EXTERN_C) || !__ISPC_NO_EXTERN_C )
extern "C" {
#endif // __cplusplus
#if defined(__cplusplus)
extern void BoxCalcBoundsFromGeometryGroup(const int32_t * TransformToGeometryIndex, const int32_t * TransformIndices, const struct FMatrix * GlobalMatrices, const struct FBox * BoundingBoxes, const struct FMatrix &LocalToWorldWithScale, struct FBox &BoundingBox, const int32_t NumBoxes);
#else
extern void BoxCalcBoundsFromGeometryGroup(const int32_t * TransformToGeometryIndex, const int32_t * TransformIndices, const struct FMatrix * GlobalMatrices, const struct FBox * BoundingBoxes, const struct FMatrix *LocalToWorldWithScale, struct FBox *BoundingBox, const int32_t NumBoxes);
#endif // BoxCalcBoundsFromGeometryGroup function declaraion
#if defined(__cplusplus)
extern void BoxCalcBoundsFromTransformGroup(const int32_t * TransformToGeometryIndex, const struct FMatrix * GlobalMatrices, const struct FBox * BoundingBoxes, const struct FMatrix &LocalToWorldWithScale, struct FBox &BoundingBox, const int32_t NumBoxes);
#else
extern void BoxCalcBoundsFromTransformGroup(const int32_t * TransformToGeometryIndex, const struct FMatrix * GlobalMatrices, const struct FBox * BoundingBoxes, const struct FMatrix *LocalToWorldWithScale, struct FBox *BoundingBox, const int32_t NumBoxes);
#endif // BoxCalcBoundsFromTransformGroup function declaraion
#if defined(__cplusplus) && (! defined(__ISPC_NO_EXTERN_C) || !__ISPC_NO_EXTERN_C )
} /* end extern C */
#endif // __cplusplus
#ifdef __cplusplus
} /* namespace */
#endif // __cplusplus