mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-12 22:34:28 +08:00
Update rasterizer.h
This commit is contained in:
parent
e05d6a6f9d
commit
6e12b7c3b4
@ -5,8 +5,8 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <ATen/ATen.h>
|
#include <ATen/ATen.h>
|
||||||
#include <ATen/cuda/CUDAContext.h> // For CUDA context
|
#include <ATen/cuda/CUDAContext.h> // For CUDA context
|
||||||
|
#include <cstdint>
|
||||||
#define INT64 unsigned long long
|
#define INT64 uint64_t
|
||||||
#define MAXINT 2147483647
|
#define MAXINT 2147483647
|
||||||
|
|
||||||
__host__ __device__ inline float calculateSignedArea2(float* a, float* b, float* c) {
|
__host__ __device__ inline float calculateSignedArea2(float* a, float* b, float* c) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user