This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8bbbb97336
godot
/
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 16:07:57 +00:00
#
define VMA_IMPLEMENTATION
basic 2D engine is more or less working with Vulkan, including editor. Still a lot to do
2019-06-24 19:13:06 +00: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 16:07:57 +00:00
#
include
"vk_mem_alloc.h"
Reference in New Issue
Copy Permalink