Skip to content

Commit

Permalink
Reserve MetaDataType 35 (#2006)
Browse files Browse the repository at this point in the history
Reserving for upcoming optimizer-based vulkan raytracing support
  • Loading branch information
bartosz-muszarski-arm authored Feb 4, 2025
1 parent 0cbab3c commit db7c6bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/format/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit db7c6bd

Please sign in to comment.