update deprecations for c3 0.7.9
This commit is contained in:
parent
0b3af7375e
commit
96074e5abc
@ -44,10 +44,10 @@ fn TimeStats Times.get_stats(×)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const char[*] VS_PATH = "resources/shaders/compiled/ugui.vert.spv";
|
const String VS_PATH = "resources/shaders/compiled/ugui.vert.spv";
|
||||||
const char[*] FS_PATH = "resources/shaders/compiled/ugui.frag.spv";
|
const String FS_PATH = "resources/shaders/compiled/ugui.frag.spv";
|
||||||
|
|
||||||
const char[*] STYLESHEET_PATH = "resources/style.css";
|
const String STYLESHEET_PATH = "resources/style.css";
|
||||||
|
|
||||||
const bool LIMIT_FPS = true;
|
const bool LIMIT_FPS = true;
|
||||||
const bool VSYNC = true;
|
const bool VSYNC = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user