This website requires JavaScript.
Explore
Help
Sign in
asgardius
/
virtualx-engine
Watch
1
Star
0
Fork
You've already forked virtualx-engine
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
ffbc9823d9
virtualx-engine
/
drivers
/
vulkan
/
vk_mem_alloc.cpp
6 lines
96 B
C++
Raw
Normal View
History
Unescape
Escape
Initial work on Vulkan: -Added VulkanContext -Added an X11 implementation -Added a rendering device abstraction -added a Vulkan rendering device abstraction -Engine does not work, only shows Godot logo (run it from bin/)
2019-06-07 13:07:57 -03:00
#
define VMA_IMPLEMENTATION
basic 2D engine is more or less working with Vulkan, including editor. Still a lot to do
2019-06-24 16:13:06 -03:00
#
ifdef DEBUG_ENABLED
#
define _DEBUG
#
endif
Initial work on Vulkan: -Added VulkanContext -Added an X11 implementation -Added a rendering device abstraction -added a Vulkan rendering device abstraction -Engine does not work, only shows Godot logo (run it from bin/)
2019-06-07 13:07:57 -03:00
#
include
"vk_mem_alloc.h"
Reference in a new issue
Copy permalink