Fixed Android build warnings

This commit is contained in:
Sam Lantinga
2025-03-20 11:02:33 -07:00
parent bf7b9b020e
commit 10fae8c34b
8 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
// 1115.0.0
#pragma once
const uint32_t VULKAN_PixelShader_Advanced[] = {
static const uint32_t VULKAN_PixelShader_Advanced[] = {
0x07230203,0x00010000,0x0008000b,0x000004a8,0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001,
0x0008000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x000001f6,0x000001f9,0x000001fd,

View File

@@ -1,6 +1,6 @@
// 1115.0.0
#pragma once
const uint32_t VULKAN_PixelShader_Colors[] = {
static const uint32_t VULKAN_PixelShader_Colors[] = {
0x07230203,0x00010000,0x0008000b,0x000000a1,0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001,
0x0007000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x00000048,0x0000004c,0x00030010,

View File

@@ -1,6 +1,6 @@
// 1115.0.0
#pragma once
const uint32_t VULKAN_PixelShader_Textures[] = {
static const uint32_t VULKAN_PixelShader_Textures[] = {
0x07230203,0x00010000,0x0008000b,0x000000a8,0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001,
0x0008000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x0000004b,0x0000004e,0x00000052,

View File

@@ -1,6 +1,6 @@
// 1115.0.0
#pragma once
const uint32_t VULKAN_VertexShader[] = {
static const uint32_t VULKAN_VertexShader[] = {
0x07230203,0x00010000,0x0008000b,0x000000af,0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001,
0x000c000f,0x00000000,0x00000004,0x6e69616d,0x00000000,0x0000003f,0x00000043,0x00000047,