working emscript
parent
4a1bc0117b
commit
c76d16eacd
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.25)
|
cmake_minimum_required(VERSION 3.25)
|
||||||
project(graphs VERSION 0.0.14)
|
project(graphs VERSION 0.0.15)
|
||||||
|
|
||||||
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
|
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
|
||||||
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)
|
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)
|
||||||
|
|
|
@ -32,9 +32,9 @@ void init(const blt::gfx::window_context& context)
|
||||||
{
|
{
|
||||||
using namespace blt::gfx;
|
using namespace blt::gfx;
|
||||||
|
|
||||||
resources.enqueue("../res/debian.png", "debian");
|
resources.enqueue("./res/debian.png", "debian");
|
||||||
resources.enqueue("../res/parker.png", "parker");
|
resources.enqueue("./res/parker.png", "parker");
|
||||||
resources.enqueue("../res/parker cat ears.jpg", "parkercat");
|
resources.enqueue("./res/parker cat ears.jpg", "parkercat");
|
||||||
|
|
||||||
global_matrices.create_internals();
|
global_matrices.create_internals();
|
||||||
resources.load_resources();
|
resources.load_resources();
|
||||||
|
|
Loading…
Reference in New Issue