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
75701f756f
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 18:07:57 +02:00
#
define VMA_IMPLEMENTATION
basic 2D engine is more or less working with Vulkan, including editor. Still a lot to do
2019-06-24 21:13:06 +02: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 18:07:57 +02:00
#
include
"vk_mem_alloc.h"
Reference in a new issue
Copy permalink