no message

This commit is contained in:
BADIM-PC\Vadim 2018-02-20 17:27:59 +03:00
parent ea806471db
commit 7bf0c06d18
1 changed files with 1 additions and 0 deletions

View File

@ -1129,6 +1129,7 @@ static s32 start(s32 argc, char **argv, const char* folder)
GPU_Target* screen = GPU_Init(Width, Height, GPU_INIT_DISABLE_VSYNC);
GPU_Image* texture = GPU_CreateImage(TIC80_FULLWIDTH, TIC80_FULLHEIGHT, GPU_FORMAT_BGRA);
// GPU_SetImageFilter(texture, GPU_FILTER_NEAREST);
u32 crt_shader = 0;
load_shader_program(&crt_shader, "data/shaders/common.vert", "data/shaders/crt-geom.frag");