include renamed files

This commit is contained in:
SweetId 2022-07-24 17:26:39 +02:00
parent 2f25bf0416
commit 5a4218e799
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@ static_assert(sizeof(GLuint) <= sizeof(ImTextureID),
#endif #endif
const char shaderSource_Textured[] = const char shaderSource_Textured[] =
#include "Textured.nzsl" #include "Textured.nzsl.h"
; ;
const char shaderSource_Untextured[] = const char shaderSource_Untextured[] =
#include "Untextured.nzsl" #include "Untextured.nzsl.h"
; ;
namespace namespace