Skip to content

Commit 933beeb

Browse files
committed
Fixed warning: no previous extern declaration for non-static variable
1 parent 965ac7f commit 933beeb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/render/vulkan/VULKAN_PixelShader_Advanced.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 1113.1.1
22
#pragma once
3-
const uint32_t VULKAN_PixelShader_Advanced[] = {
3+
static const uint32_t VULKAN_PixelShader_Advanced[] = {
44
0x07230203,0x00010000,0x0008000b,0x000006bb,0x00000000,0x00020011,0x00000001,0x0006000b,
55
0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001,
66
0x0008000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x0000028b,0x0000028e,0x00000292,

src/render/vulkan/VULKAN_PixelShader_Colors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 1113.1.1
22
#pragma once
3-
const uint32_t VULKAN_PixelShader_Colors[] = {
3+
static const uint32_t VULKAN_PixelShader_Colors[] = {
44
0x07230203,0x00010000,0x0008000b,0x000000a5,0x00000000,0x00020011,0x00000001,0x0006000b,
55
0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001,
66
0x0007000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x00000049,0x0000004d,0x00030010,

src/render/vulkan/VULKAN_PixelShader_Textures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 1113.1.1
22
#pragma once
3-
const uint32_t VULKAN_PixelShader_Textures[] = {
3+
static const uint32_t VULKAN_PixelShader_Textures[] = {
44
0x07230203,0x00010000,0x0008000b,0x000000ac,0x00000000,0x00020011,0x00000001,0x0006000b,
55
0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001,
66
0x0008000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x0000004c,0x0000004f,0x00000053,

src/render/vulkan/VULKAN_VertexShader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 1113.1.1
22
#pragma once
3-
const uint32_t VULKAN_VertexShader[] = {
3+
static const uint32_t VULKAN_VertexShader[] = {
44
0x07230203,0x00010000,0x0008000b,0x000000af,0x00000000,0x00020011,0x00000001,0x0006000b,
55
0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001,
66
0x000c000f,0x00000000,0x00000004,0x6e69616d,0x00000000,0x0000003f,0x00000043,0x00000047,

0 commit comments

Comments
 (0)