File tree 10 files changed +14
-14
lines changed
10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 27
27
"magic_number" : " 0x07230203" ,
28
28
"major_version" : 1 ,
29
29
"minor_version" : 5 ,
30
- "revision" : 3 ,
30
+ "revision" : 4 ,
31
31
"instruction_printing_class" : [
32
32
{
33
33
"tag" : " @exclude"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public static class Specification
49
49
{
50
50
public const uint MagicNumber = 0x07230203 ;
51
51
public const uint Version = 0x00010500 ;
52
- public const uint Revision = 3 ;
52
+ public const uint Revision = 4 ;
53
53
public const uint OpCodeMask = 0xffff ;
54
54
public const uint WordCountShift = 16 ;
55
55
Original file line number Diff line number Diff line change 54
54
typedef unsigned int SpvId ;
55
55
56
56
#define SPV_VERSION 0x10500
57
- #define SPV_REVISION 3
57
+ #define SPV_REVISION 4
58
58
59
59
static const unsigned int SpvMagicNumber = 0x07230203 ;
60
60
static const unsigned int SpvVersion = 0x00010500 ;
61
- static const unsigned int SpvRevision = 3 ;
61
+ static const unsigned int SpvRevision = 4 ;
62
62
static const unsigned int SpvOpCodeMask = 0xffff ;
63
63
static const unsigned int SpvWordCountShift = 16 ;
64
64
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ namespace spv {
50
50
typedef unsigned int Id;
51
51
52
52
#define SPV_VERSION 0x10500
53
- #define SPV_REVISION 3
53
+ #define SPV_REVISION 4
54
54
55
55
static const unsigned int MagicNumber = 0x07230203 ;
56
56
static const unsigned int Version = 0x00010500 ;
57
- static const unsigned int Revision = 3 ;
57
+ static const unsigned int Revision = 4 ;
58
58
static const unsigned int OpCodeMask = 0xffff ;
59
59
static const unsigned int WordCountShift = 16 ;
60
60
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ namespace spv {
50
50
typedef unsigned int Id;
51
51
52
52
#define SPV_VERSION 0x10500
53
- #define SPV_REVISION 3
53
+ #define SPV_REVISION 4
54
54
55
55
static const unsigned int MagicNumber = 0x07230203;
56
56
static const unsigned int Version = 0x00010500;
57
- static const unsigned int Revision = 3 ;
57
+ static const unsigned int Revision = 4 ;
58
58
static const unsigned int OpCodeMask = 0xffff;
59
59
static const unsigned int WordCountShift = 16;
60
60
Original file line number Diff line number Diff line change 55
55
],
56
56
"MagicNumber" : 119734787 ,
57
57
"Version" : 66816 ,
58
- "Revision" : 3 ,
58
+ "Revision" : 4 ,
59
59
"OpCodeMask" : 65535 ,
60
60
"WordCountShift" : 16
61
61
},
Original file line number Diff line number Diff line change 45
45
spv = {
46
46
MagicNumber = 0x07230203 ,
47
47
Version = 0x00010500 ,
48
- Revision = 3 ,
48
+ Revision = 4 ,
49
49
OpCodeMask = 0xffff ,
50
50
WordCountShift = 16 ,
51
51
Original file line number Diff line number Diff line change 45
45
spv = {
46
46
'MagicNumber' : 0x07230203 ,
47
47
'Version' : 0x00010500 ,
48
- 'Revision' : 3 ,
48
+ 'Revision' : 4 ,
49
49
'OpCodeMask' : 0xffff ,
50
50
'WordCountShift' : 16 ,
51
51
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ module spv;
52
52
53
53
enum uint MagicNumber = 0x07230203 ;
54
54
enum uint Version = 0x00010500 ;
55
- enum uint Revision = 3 ;
55
+ enum uint Revision = 4 ;
56
56
enum uint OpCodeMask = 0xffff ;
57
57
enum uint WordCountShift = 16 ;
58
58
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ namespace {
70
70
71
71
static const int DocMagicNumber = 0x07230203 ;
72
72
static const int DocVersion = 0x00010500 ;
73
- static const int DocRevision = 3 ;
74
- #define DocRevisionString " 3 "
73
+ static const int DocRevision = 4 ;
74
+ #define DocRevisionString " 4 "
75
75
static const std::string DocCopyright;
76
76
static const std::string DocComment1;
77
77
static const std::string DocComment2;
You can’t perform that action at this time.
0 commit comments