procedural-3d-engine/base
2016-09-11 18:20:53 +02:00
..
camera.hpp Apply rotation speed for mouse input 2016-07-03 21:06:17 +02: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 Dummy keycodes for Android (required for compiling examples using the new keycodes) 2016-08-13 13:07:49 +02:00
threadpool.hpp Changed mesh format, asset paths for multi threaded rendering example 2016-04-02 12:04:27 +02:00
vulkanandroid.cpp Added Android function pointers for indirect draws, lowered object count on Android 2016-08-01 22:01:36 +02:00
vulkanandroid.h Added Android function pointers for indirect draws, lowered object count on Android 2016-08-01 22:01:36 +02:00
vulkanbuffer.hpp Added a dedicated buffer object class 2016-07-20 22:21:52 +02:00
vulkandebug.cpp Replaced some C casts with C++ style casts 2016-08-02 20:41:16 +02:00
vulkandebug.h Debug marker functions naming 2016-05-28 12:00:43 +02:00
vulkandevice.hpp Fix for device creation queue priorities (scope was too narrow) 2016-08-30 18:39:02 +02:00
vulkanexamplebase.cpp Swapchain (and surface) cleanup on APP_CMD_TERM_WINDOW (Android) 2016-08-31 20:41:32 +02:00
vulkanexamplebase.h Use debug marker flag from vulkanDevice class, fixed fps display (sync with actual frame time) 2016-08-30 21:53:15 +02:00
vulkanframebuffer.hpp Framebuffer image final layout 2016-09-03 11:19:38 +02:00
vulkanMeshLoader.hpp MeshLoader store per-mesh descriptor in buffer for app use, refactoring 2016-07-30 11:26:10 +02:00
vulkanswapchain.hpp Swapchain (and surface) cleanup on APP_CMD_TERM_WINDOW (Android) 2016-08-31 20:41:32 +02: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 No longer overwrite image usage flags passed via arguments, ensure that transfer dest flag is set for staged textures 2016-08-02 21:51:22 +02:00
vulkantools.cpp Initializer for sparse bind info 2016-09-11 18:20:53 +02:00
vulkantools.h Initializer for sparse bind info 2016-09-11 18:20:53 +02:00