summaryrefslogtreecommitdiffstats
path: root/shaders.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-10-19 09:46:38 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-10-19 09:46:38 +0100
commit1cf7f78414e30969225fce537364d34bef15132e (patch)
treeb3dbb8272a0721545af88943fb68bb7d0d380b18 /shaders.h
parentaf3045190ff503657cfe8e53a3bc03965ceeadc4 (diff)
downloadvulkan-1cf7f78414e30969225fce537364d34bef15132e.tar.gz
vulkan-1cf7f78414e30969225fce537364d34bef15132e.tar.xz
vulkan-1cf7f78414e30969225fce537364d34bef15132e.zip
Release under CC0-1.0HEADmaster
Diffstat (limited to 'shaders.h')
-rw-r--r--shaders.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shaders.h b/shaders.h
index 7f36984..9c98aaa 100644
--- a/shaders.h
+++ b/shaders.h
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2018 Tomasz Kramkowski <tomasz@kramkow.ski>
+// SPDX-License-Identifier: CC0-1.0
#ifndef VULKAN_SHADERS_H
#define VULKAN_SHADERS_H
-#include <stddef.h>
-
extern char _binary_vertex_spv_start[];
extern char _binary_vertex_spv_end[];
#define vertex_spv_data _binary_vertex_spv_start