Skip to content

Instantly share code, notes, and snippets.

@raizam
Created August 6, 2018 23:27
Show Gist options
  • Save raizam/ecd10712effa699106124eead26826e0 to your computer and use it in GitHub Desktop.
Save raizam/ecd10712effa699106124eead26826e0 to your computer and use it in GitHub Desktop.
INFO: Init Gfx System
INFO: resource path: d:/gamedev/toy/data/
INFO: Creating GLFW context. GLFW version 3.3
ERROR: GLFW 65546: Cannot make current with a window that has no OpenGL or OpenG
L ES context
ERROR: GLFW 65538: Cannot set swap interval without a current OpenGL or OpenGL E
S context
GfxSystem: Native Handle = 000B0558
GfxSystem: bgfx::init
INFO: Loaded image d:/gamedev/toy/data/textures/white.png of size 4 B in memory
INFO: Loaded image d:/gamedev/toy/data/textures/black.png of size 4 B in memory
INFO: Loaded image d:/gamedev/toy/data/textures/normal.png of size 4 B in memory
INFO: Initializing UiWindow: resource path d:/gamedev/toy/data/
INFO: Loading Images in path d:/gamedev/toy/data/interface/uisprites/
INFO: UiWindow :: resize 1600, 900
ERROR: couldn't open file d:/gamedev/toy/data/interface/styles/wren.yml
INFO: Compiling Shader : d:/gamedev/toy/data/shaders/particle_vs.sc
INFO: Defines :
INFO: Compiling Shader : d:/gamedev/toy/data/shaders/particle_fs.sc
INFO: Defines :
INFO: loading program particle_v0 with options
INFO: loaded program d:/gamedev/toy/data//shaders/compiled/particle_v0 id 1
INFO: created indexed Shape Grid2 {"type": "Grid2", "value": {"size": {"x": 10,
"y": 10}, "space": {"x": 1, "y": 1}}}
INFO: created indexed Shape Rect {"type": "Rect", "value": {"position": {"x": 0,
"y": 0}, "size": {"x": 1, "y": 1}}}
INFO: created indexed Shape Spheroid {"type": "Spheroid", "value": {"radius": 1}
}
INFO: created indexed Shape Cylinder {"type": "Cylinder", "value": {"axis": "X",
"height": 2, "radius": 1}}
INFO: created indexed Shape Sphere {"type": "Sphere", "value": {"radius": 1}}
INFO: created indexed Shape Circle {"type": "Circle", "value": {"axis": "X", "ra
dius": 1}}
INFO: created indexed Shape Cube {"type": "Cube", "value": {"extents": {"x": 0.5
, "y": 0.5, "z": 0.5}}}
INFO: Compiling Shader : d:/gamedev/toy/data/shaders/unshaded_vs.sc
INFO: Defines :
INFO: Compiling Shader : d:/gamedev/toy/data/shaders/unshaded_fs.sc
INFO: Defines :
INFO: loading program unshaded_v0 with options
INFO: loaded program d:/gamedev/toy/data//shaders/compiled/unshaded_v0 id 2
INFO: Compiling Shader : d:/gamedev/toy/data/shaders/filter/copy_vs.sc
INFO: Defines :
INFO: Compiling Shader : d:/gamedev/toy/data/shaders/filter/copy_fs.sc
INFO: Defines :
INFO: loading program filter/copy_v0 with options
INFO: loaded program d:/gamedev/toy/data//shaders/compiled/filter/copy_v0 id 3
INFO: Compiling Shader : d:/gamedev/toy/data/shaders/filter/tonemap_vs.sc
INFO: Defines : TONEMAP_MODE=0;
INFO: Compiling Shader : d:/gamedev/toy/data/shaders/filter/tonemap_fs.sc
INFO: Defines : TONEMAP_MODE=0;
INFO: loading program filter/tonemap_v0 with options TONEMAP_MODE=0;
INFO: loaded program d:/gamedev/toy/data//shaders/compiled/filter/tonemap_v0 id
4
INFO: fps 788.250000
INFO: fps 20.299609
INFO: fps 943.250000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment