Skip to content

Commit

Permalink
Shaders: updated sids
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse committed Jun 7, 2021
1 parent 4e01c33 commit 066319f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bvm/Shaders/pipe/contract.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Pipe
{
#pragma pack (push, 1) // the following structures will be stored in the node in binary form

static const ShaderID s_SID = { 0xf8,0xca,0x04,0x65,0x73,0x78,0x82,0xa0,0x0a,0xdd,0x9b,0x48,0xe8,0xa8,0xae,0x12,0x86,0x0a,0xcb,0xd3,0x4c,0xa0,0x3a,0x38,0x4a,0x4d,0xd9,0x3a,0xbc,0x2b,0x61,0x9e };
static const ShaderID s_SID = { 0x0e,0x62,0x05,0x20,0xda,0x78,0xe9,0x87,0xe0,0x05,0x9b,0x8d,0x30,0xe4,0x75,0x9e,0x36,0x67,0x7d,0xdd,0x3d,0x2d,0xad,0xfb,0xa4,0xff,0x5c,0x0c,0x85,0xdc,0x26,0xff };

struct Cfg
{
Expand Down
2 changes: 1 addition & 1 deletion bvm/Shaders/sidechain/contract.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Sidechain
{
static const ShaderID s_SID = { 0xea,0x2f,0xa3,0x54,0x9f,0x7a,0xcd,0x72,0x79,0xe1,0x36,0x81,0x2d,0xc7,0xc2,0x30,0x6a,0x70,0xa0,0xd1,0x47,0xef,0x39,0xbe,0xaf,0x5b,0xdd,0x87,0x2c,0x7c,0xc1,0x40 };
static const ShaderID s_SID = { 0x2e,0x9e,0xf4,0xfd,0x41,0xb6,0x52,0x57,0xc4,0xad,0xf4,0xdf,0x68,0x93,0x79,0xba,0x22,0xb1,0x23,0x50,0x1a,0x88,0xe8,0xbe,0xb1,0x22,0x21,0xae,0x45,0x39,0x68,0xb2 };

#pragma pack (push, 1)

Expand Down

0 comments on commit 066319f

Please sign in to comment.