7 lines
112 B
GLSL
7 lines
112 B
GLSL
#version 450
|
|
#pragma shader_stage(vertex)
|
|
|
|
#define INSTANCED 0
|
|
#define SKINNED 1
|
|
#include "./base.vert.h"
|