// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved. #pragma once #include "Engine/Core/Types/BaseTypes.h" /// /// Helper type used to synchronize CPU and GPU work /// typedef uint64 GPUSyncPoint; /// /// Default latency (in frames) between CPU and GPU used for async gpu jobs /// #define GPU_ASYNC_LATENCY 2