procedural-3d-engine/base
2017-01-17 20:25:16 +01:00
..
camera.hpp Setter for camera position 2016-12-20 22:25:17 +01:00
frustum.hpp Added tessellation evaluation shader frustum culling and pipeline stats for dynamic terrain tessellation example 2016-06-23 22:01:48 +02:00
keycodes.hpp Added Android build files and seettings for SSAO example 2016-10-30 13:49:30 +01:00
threadpool.hpp Implement make_unique, only require c++11 in CMakeLists (Fixes #235, Refs#167) 2016-09-20 21:04:16 +02:00
vulkanandroid.cpp Missing android function pointer for vkCmdNextSubpass 2017-01-14 17:07:20 +01:00
vulkanandroid.h Missing android function pointer for vkCmdNextSubpass 2017-01-14 17:07:20 +01:00
vulkanbuffer.hpp Method to copy data to mapped buffer 2016-10-28 19:57:59 +02:00
vulkandebug.cpp Replaced some C casts with C++ style casts 2016-08-02 20:41:16 +02:00
vulkandebug.h
vulkandevice.hpp Removed unused functions 2016-12-25 10:10:22 +01:00
vulkanexamplebase.cpp Mesh loader code cleanup 2017-01-10 21:04:12 +01:00
vulkanexamplebase.h Removed buffer creation functions from example base class (no longer used) 2017-01-07 20:50:43 +01:00
vulkanframebuffer.hpp Framebuffer image final layout 2016-09-03 11:19:38 +02:00
vulkanheightmap.hpp Heightmap class constructor parameters 2016-10-20 21:27:49 +02:00
VulkanInitializers.hpp Moved initializers to separate header, code cleanup in general for initializers 2017-01-06 22:48:37 +01:00
vulkanMeshLoader.hpp Mesh loader code cleanup 2017-01-10 21:04:12 +01:00
VulkanModelLoader.hpp Started on reworked sleeker model loader [skip ci] 2017-01-17 20:25:16 +01:00
vulkanswapchain.hpp Set TRANSFER_SRC flag for swapchain images if supported for it's color format 2016-12-16 23:47:44 +01:00
vulkantextoverlay.hpp Use allocation size returned by image memory requirements for font image (Fixes #217) 2016-08-22 12:57:40 +02:00
vulkanTextureLoader.hpp Vulkan resource deallocation function for texture class 2017-01-07 21:52:59 +01:00
vulkantools.cpp Moved initializers to separate header, code cleanup in general for initializers 2017-01-06 22:48:37 +01:00
vulkantools.h Moved initializers to separate header, code cleanup in general for initializers 2017-01-06 22:48:37 +01:00