Skip to content

Commit

Permalink
vulkan: Update vulkan header
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetari committed Feb 1, 2024
1 parent 964a341 commit 52375d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/include/vull/vulkan/vulkan.hh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ constexpr uint32_t k_max_driver_info_size = 256;
constexpr uint32_t k_shader_unused_khr = (~0u);
constexpr uint32_t k_max_global_priority_size_khr = 16;
constexpr uint32_t k_max_shader_module_identifier_size_ext = 32;
constexpr uint32_t k_max_video_av1_references_per_frame_khr = 7;
constexpr uint32_t k_shader_index_unused_amdx = (~0u);

// Base types.
using DeviceAddress = uint64_t;
Expand Down Expand Up @@ -545,6 +547,7 @@ enum class DriverId {
MesaDozen = 23,
MesaNvk = 24,
ImaginationOpenSourceMESA = 25,
MesaAgxv = 26,
};

enum class DynamicState {
Expand Down

0 comments on commit 52375d8

Please sign in to comment.