Updated spirv-headers.

This commit is contained in:
Бранимир Караџић
2019-09-26 12:22:27 -07:00
parent e30629551f
commit f7ed7df55c
8 changed files with 8 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ namespace Spv
public static class Specification
{
public const uint MagicNumber = 0x07230203;
public const uint Version = 0x00010400;
public const uint Version = 0x00010500;
public const uint Revision = 1;
public const uint OpCodeMask = 0xffff;
public const uint WordCountShift = 16;

View File

@@ -53,7 +53,7 @@
typedef unsigned int SpvId;
#define SPV_VERSION 0x10400
#define SPV_VERSION 0x10500
#define SPV_REVISION 1
static const unsigned int SpvMagicNumber = 0x07230203;

View File

@@ -49,7 +49,7 @@ namespace spv {
typedef unsigned int Id;
#define SPV_VERSION 0x10400
#define SPV_VERSION 0x10500
#define SPV_REVISION 1
static const unsigned int MagicNumber = 0x07230203;

View File

@@ -49,7 +49,7 @@ namespace spv {
typedef unsigned int Id;
#define SPV_VERSION 0x10400
#define SPV_VERSION 0x10500
#define SPV_REVISION 1
static const unsigned int MagicNumber = 0x07230203;

View File

@@ -54,7 +54,7 @@
]
],
"MagicNumber": 119734787,
"Version": 66560,
"Version": 66816,
"Revision": 1,
"OpCodeMask": 65535,
"WordCountShift": 16

View File

@@ -44,7 +44,7 @@
spv = {
MagicNumber = 0x07230203,
Version = 0x00010400,
Version = 0x00010500,
Revision = 1,
OpCodeMask = 0xffff,
WordCountShift = 16,

View File

@@ -44,7 +44,7 @@
spv = {
'MagicNumber' : 0x07230203,
'Version' : 0x00010400,
'Version' : 0x00010500,
'Revision' : 1,
'OpCodeMask' : 0xffff,
'WordCountShift' : 16,

View File

@@ -51,7 +51,7 @@
module spv;
enum uint MagicNumber = 0x07230203;
enum uint Version = 0x00010400;
enum uint Version = 0x00010500;
enum uint Revision = 1;
enum uint OpCodeMask = 0xffff;
enum uint WordCountShift = 16;