NazaraEngine/include/Nazara/Vulkan
Lynix 16818fa7a3 Vulkan: Simplify GetPhysicalDevice* functions if possible
Former-commit-id: b988fa0aa44cd6a4901f2c3a186be36f7af4fa5b [formerly 078ffb29db688a5be9073a878c9097c1dd8d5b90] [formerly 4ec47c87662b2a5e9ce6552a136028fd38926137 [formerly 608a8dfadf1d4a28c83eaf7e8c7f1d68367ed311]]
Former-commit-id: a648892c9de765f4ad831502650389ab134e932c [formerly 40666003fc56c12591937aae0de884904fe0a6cb]
Former-commit-id: 6517c78c107dcded7b5a3dbcec860f1a3d74936d
2016-08-09 13:51:56 +02:00
..
Config.hpp Vulkan: Add loading of Instance/Device 2016-04-24 02:28:26 +02:00
ConfigCheck.hpp Vulkan: Add empty module 2016-04-21 13:38:58 +02:00
Debug.hpp Vulkan: Add loading of Instance/Device 2016-04-24 02:28:26 +02:00
DebugOff.hpp Vulkan: Add empty module 2016-04-21 13:38:58 +02:00
RenderTarget.hpp Vulkan/RenderTarget: Change interface to better suit needs 2016-07-08 17:59:43 +02:00
RenderWindow.hpp Vulkan/RenderTarget: Change interface to better suit needs 2016-07-08 17:59:43 +02:00
VkBuffer.hpp I can now render meshes ! 2016-07-13 18:08:56 +02:00
VkBuffer.inl I can now render meshes ! 2016-07-13 18:08:56 +02:00
VkCommandBuffer.hpp Vulkan/CommandBuffer: Add clear commands 2016-07-21 13:04:02 +02:00
VkCommandBuffer.inl Vulkan/CommandBuffer: Add clear commands 2016-07-21 13:04:02 +02:00
VkCommandPool.hpp Vulkan: Make device objects take a DeviceHandle at creation 2016-06-13 19:53:46 +02:00
VkCommandPool.inl Vulkan: Make device objects take a DeviceHandle at creation 2016-06-13 19:53:46 +02:00
VkDescriptorPool.hpp Vulkan: Add support for Descriptors 2016-07-21 12:25:05 +02:00
VkDescriptorPool.inl Vulkan: Add support for Descriptors 2016-07-21 12:25:05 +02:00
VkDescriptorSet.hpp Vulkan: Add support for Descriptors 2016-07-21 12:25:05 +02:00
VkDescriptorSet.inl Vulkan: Add support for Descriptors 2016-07-21 12:25:05 +02:00
VkDescriptorSetLayout.hpp Vulkan: Add support for Descriptors 2016-07-21 12:25:05 +02:00
VkDescriptorSetLayout.inl Vulkan: Add support for Descriptors 2016-07-21 12:25:05 +02:00
VkDevice.hpp Vulkan: Add support for Descriptors 2016-07-21 12:25:05 +02:00
VkDevice.inl Vulkan/Device: Fix Queue stuff 2016-07-05 18:09:37 +02:00
VkDeviceMemory.hpp I can now render meshes ! 2016-07-13 18:08:56 +02:00
VkDeviceMemory.inl I can now render meshes ! 2016-07-13 18:08:56 +02:00
VkDeviceObject.hpp Vulkan/DeviceObject: Add IsValid() 2016-07-08 17:59:52 +02:00
VkDeviceObject.inl Vulkan/DeviceObject: Add IsValid() 2016-07-08 17:59:52 +02:00
VkFramebuffer.hpp Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkFramebuffer.inl Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkImageView.hpp Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkImageView.inl Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkInstance.hpp Vulkan: Simplify GetPhysicalDevice* functions if possible 2016-08-09 13:51:56 +02:00
VkInstance.inl Vulkan: Simplify GetPhysicalDevice* functions if possible 2016-08-09 13:51:56 +02:00
VkLoader.hpp Vulkan/VkLoader: Add EnumerateInstance[Extension|Layer]Properties helper 2016-04-24 04:37:31 +02:00
VkLoader.inl Vulkan: Add loading of Instance/Device 2016-04-24 02:28:26 +02:00
VkPhysicalDevice.hpp Vulkan: Add physical device retrieval 2016-06-19 15:31:53 +02:00
VkPipeline.hpp Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkPipeline.inl Vulkan/Pipeline: Fix last code not being set 2016-07-07 14:05:13 +02:00
VkPipelineCache.hpp Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkPipelineCache.inl Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkPipelineLayout.hpp Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkPipelineLayout.inl Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkQueue.hpp Vulkan/Queue: Fix const and move 2016-07-04 18:16:45 +02:00
VkQueue.inl Vulkan/Queue: Fix const and move 2016-07-04 18:16:45 +02:00
VkRenderPass.hpp Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkRenderPass.inl Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkSemaphore.hpp Vulkan: Fix linking problem 2016-07-04 18:14:40 +02:00
VkSemaphore.inl Vulkan: Fix linking problem 2016-07-04 18:14:40 +02:00
VkShaderModule.hpp Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkShaderModule.inl Vulkan: Add Framebuffer, ImageView, Pipeline, PipelineCache, PipelineLayout, RenderPass and ShaderModule wrappers 2016-07-04 18:13:51 +02:00
VkSurface.hpp Vulkan: Make implicit conversion work on const 2016-06-13 22:29:16 +02:00
VkSurface.inl Vulkan: Make implicit conversion work on const 2016-06-13 22:29:16 +02:00
VkSwapchain.hpp Vulkan/Swapchain: Make swapchain create imageview 2016-07-04 18:14:27 +02:00
VkSwapchain.inl Vulkan/Swapchain: Make swapchain create imageview 2016-07-04 18:14:27 +02:00
Vulkan.hpp Vulkan: Add GetPhysicalDeviceInfo 2016-07-13 12:23:35 +02:00