You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš 08bc70545d Vk: test also that PixelFormat debug output matches for each value. 5 years ago
..
Implementation Vk: add a PixelFormat enum. 5 years ago
Test Vk: test also that PixelFormat debug output matches for each value. 5 years ago
Assert.h Vk: more useful MAGNUM_VK_INTERNAL_ASSERT_SUCCESS_OR(). 5 years ago
Buffer.cpp Vk: put CreateInfo structures to dedicated headers. 6 years ago
Buffer.h Vk: put CreateInfo structures to dedicated headers. 6 years ago
BufferCreateInfo.h Vk: expose the new RT extensions. 5 years ago
CMakeLists.txt Vk: forgot to install the PixelFormat header. 5 years ago
CommandBuffer.cpp Vk: implement render pass begin / end / next commands. 5 years ago
CommandBuffer.h Vk: implement render pass begin / end / next commands. 5 years ago
CommandPool.cpp Vk: put CreateInfo structures to dedicated headers. 6 years ago
CommandPool.h Vk: put CreateInfo structures to dedicated headers. 6 years ago
CommandPoolCreateInfo.h Vk: put CreateInfo structures to dedicated headers. 6 years ago
Device.cpp Vk: expose and implement KHR_portability_subset. 5 years ago
Device.h Vk: expose and implement KHR_portability_subset. 5 years ago
DeviceCreateInfo.h Vk: expose and implement KHR_portability_subset. 5 years ago
DeviceFeatures.cpp Vk: fetching of supported device features. 5 years ago
DeviceFeatures.h Vk: doc++ 5 years ago
DeviceProperties.cpp Vk: expose and implement KHR_portability_subset. 5 years ago
DeviceProperties.h Vk: expose and implement KHR_portability_subset. 5 years ago
Enums.cpp Vk: add a PixelFormat enum. 5 years ago
Enums.h Vk: add a PixelFormat enum. 5 years ago
ExtensionProperties.cpp Vk: account for cursed drivers doing cursed things with extensions. 5 years ago
ExtensionProperties.h Vk: doc++ 5 years ago
Extensions.cpp Vk: expose and implement KHR_portability_subset. 5 years ago
Extensions.h Vk: expose and implement KHR_portability_subset. 5 years ago
Fence.cpp Vk: fence status, reset and wait. 5 years ago
Fence.h Vk: fence status, reset and wait. 5 years ago
FenceCreateInfo.h Vk: fence status, reset and wait. 5 years ago
Framebuffer.cpp Vk: store size in the Framebuffer and reuse it in RenderPassCreateInfo. 5 years ago
Framebuffer.h Vk: store size in the Framebuffer and reuse it in RenderPassCreateInfo. 5 years ago
FramebufferCreateInfo.h Vk: store size in the Framebuffer and reuse it in RenderPassCreateInfo. 5 years ago
Handle.cpp Vk: add HandleFlags, similar to GL::ObjectFlags. 6 years ago
Handle.h Vk: add HandleFlags, similar to GL::ObjectFlags. 6 years ago
Image.cpp Vk: add a PixelFormat enum. 5 years ago
Image.h Vk: add a PixelFormat enum. 5 years ago
ImageCreateInfo.h Vk: add a PixelFormat enum. 5 years ago
ImageView.cpp Vk: add a PixelFormat enum. 5 years ago
ImageView.h Vk: image view wrapper. 5 years ago
ImageViewCreateInfo.h Vk: add a PixelFormat enum. 5 years ago
Instance.cpp Vk: make the Instance immovable as well. 5 years ago
Instance.h Vk: make the Instance immovable as well. 5 years ago
InstanceCreateInfo.h Vk: put CreateInfo structures to dedicated headers. 6 years ago
Integration.h Vk: doc++ 6 years ago
LayerProperties.cpp Vk: rename the *ASSERT_{RESULT => SUCCESS}(), add an incomplete variant. 6 years ago
LayerProperties.h Vk: rethink "creation" docs. 6 years ago
Memory.cpp Vk: put CreateInfo structures to dedicated headers. 6 years ago
Memory.h Vk: put CreateInfo structures to dedicated headers. 6 years ago
MemoryAllocateInfo.h Vk: put CreateInfo structures to dedicated headers. 6 years ago
PixelFormat.cpp Vk: add a PixelFormat enum. 5 years ago
PixelFormat.h Vk: doc++ 5 years ago
Queue.cpp Vk: implement queue submit. 5 years ago
Queue.h Vk: implement queue submit. 5 years ago
RenderPass.cpp Vk: add a PixelFormat enum. 5 years ago
RenderPass.h Vk: store size in the Framebuffer and reuse it in RenderPassCreateInfo. 5 years ago
RenderPassCreateInfo.h Vk: add a PixelFormat enum. 5 years ago
Result.cpp Vk: expand the Result enum with values for all extensions we have. 5 years ago
Result.h Vk: more useful MAGNUM_VK_INTERNAL_ASSERT_SUCCESS_OR(). 5 years ago
Shader.cpp Vk: put CreateInfo structures to dedicated headers. 6 years ago
Shader.h Vk: put CreateInfo structures to dedicated headers. 6 years ago
ShaderCreateInfo.h Vk: put CreateInfo structures to dedicated headers. 6 years ago
TypeTraits.h Vk: make variadic extension type traits work for an empty list as well. 6 years ago
Version.cpp Vk: rename the *ASSERT_{RESULT => SUCCESS}(), add an incomplete variant. 6 years ago
Version.h Vk: document relation among various version queries. 6 years ago
Vk.h Vk: add a PixelFormat enum. 5 years ago
Vulkan.h Updated copyright year. 6 years ago
VulkanTester.cpp Vk: make the Instance immovable as well. 5 years ago
VulkanTester.h Vk: doc++ 5 years ago
visibility.h Vk: fix linker issues on MinGW. 6 years ago
vk-info.cpp Vk: list device features in magnum-vk-info. 5 years ago