Skip to content

Commit

Permalink
Bot: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions[bot] committed Aug 23, 2024
1 parent 1656f2f commit 4b4e542
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .references/spirv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1b75a4a
69ab0f3
2 changes: 2 additions & 0 deletions spirv/unified1/spirv.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ typedef enum SpvImageChannelDataType_ {
SpvImageChannelDataTypeUnormInt101010_2 = 16,
SpvImageChannelDataTypeUnsignedIntRaw10EXT = 19,
SpvImageChannelDataTypeUnsignedIntRaw12EXT = 20,
SpvImageChannelDataTypeUnormInt2_101010EXT = 21,
SpvImageChannelDataTypeMax = 0x7fffffff,
} SpvImageChannelDataType;

Expand Down Expand Up @@ -3243,6 +3244,7 @@ inline const char* SpvImageChannelDataTypeToString(SpvImageChannelDataType value
case SpvImageChannelDataTypeUnormInt101010_2: return "UnormInt101010_2";
case SpvImageChannelDataTypeUnsignedIntRaw10EXT: return "UnsignedIntRaw10EXT";
case SpvImageChannelDataTypeUnsignedIntRaw12EXT: return "UnsignedIntRaw12EXT";
case SpvImageChannelDataTypeUnormInt2_101010EXT: return "UnormInt2_101010EXT";
default: return "Unknown";
}
}
Expand Down
2 changes: 2 additions & 0 deletions spirv/unified1/spirv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ enum ImageChannelDataType {
ImageChannelDataTypeUnormInt101010_2 = 16,
ImageChannelDataTypeUnsignedIntRaw10EXT = 19,
ImageChannelDataTypeUnsignedIntRaw12EXT = 20,
ImageChannelDataTypeUnormInt2_101010EXT = 21,
ImageChannelDataTypeMax = 0x7fffffff,
};

Expand Down Expand Up @@ -3239,6 +3240,7 @@ inline const char* ImageChannelDataTypeToString(ImageChannelDataType value) {
case ImageChannelDataTypeUnormInt101010_2: return "UnormInt101010_2";
case ImageChannelDataTypeUnsignedIntRaw10EXT: return "UnsignedIntRaw10EXT";
case ImageChannelDataTypeUnsignedIntRaw12EXT: return "UnsignedIntRaw12EXT";
case ImageChannelDataTypeUnormInt2_101010EXT: return "UnormInt2_101010EXT";
default: return "Unknown";
}
}
Expand Down
2 changes: 2 additions & 0 deletions spirv/unified1/spirv.hpp11
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ enum class ImageChannelDataType : unsigned {
UnormInt101010_2 = 16,
UnsignedIntRaw10EXT = 19,
UnsignedIntRaw12EXT = 20,
UnormInt2_101010EXT = 21,
Max = 0x7fffffff,
};

Expand Down Expand Up @@ -3239,6 +3240,7 @@ inline const char* ImageChannelDataTypeToString(ImageChannelDataType value) {
case ImageChannelDataTypeUnormInt101010_2: return "UnormInt101010_2";
case ImageChannelDataTypeUnsignedIntRaw10EXT: return "UnsignedIntRaw10EXT";
case ImageChannelDataTypeUnsignedIntRaw12EXT: return "UnsignedIntRaw12EXT";
case ImageChannelDataTypeUnormInt2_101010EXT: return "UnormInt2_101010EXT";
default: return "Unknown";
}
}
Expand Down

0 comments on commit 4b4e542

Please sign in to comment.