From db7c6bdb759d36a573670b4e4e1618d7859b8b2c Mon Sep 17 00:00:00 2001 From: bartosz-muszarski-arm Date: Tue, 4 Feb 2025 23:39:39 +0100 Subject: [PATCH] Reserve MetaDataType 35 (#2006) Reserving for upcoming optimizer-based vulkan raytracing support --- framework/format/format.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/format/format.h b/framework/format/format.h index 4025de4a7e..3a55840b96 100644 --- a/framework/format/format.h +++ b/framework/format/format.h @@ -156,7 +156,8 @@ enum class MetaDataType : uint16_t kReserved31 = 31, kSetEnvironmentVariablesCommand = 32, kViewRelativeLocation = 33, - kExecuteBlocksFromFile = 34 + kExecuteBlocksFromFile = 34, + kReserved35 = 35 }; // MetaDataId is stored in the capture file and its type must be uint32_t to avoid breaking capture file compatibility.