8 lines
92 B
GLSL
8 lines
92 B
GLSL
#version 460
|
|
#extension GL_KHR_vulkan_glsl : enable
|
|
|
|
#include "test1.glsl"
|
|
|
|
void main()
|
|
{
|
|
}; |