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š e44d5af48d Vk: initial Buffer wrapper. 6 years ago
..
AssertDisabledTest.cpp Vk: rename the *ASSERT_{RESULT => SUCCESS}(), add an incomplete variant. 6 years ago
AssertTest.cpp Vk: rename the *ASSERT_{RESULT => SUCCESS}(), add an incomplete variant. 6 years ago
BufferTest.cpp Vk: initial Buffer wrapper. 6 years ago
BufferVkTest.cpp Vk: initial Buffer wrapper. 6 years ago
CMakeLists.txt Vk: initial Buffer wrapper. 6 years ago
CommandBufferTest.cpp Vk: command buffer allocation. 6 years ago
CommandBufferVkTest.cpp Vk: and thus VulkanTester doesn't need a DeviceProperties instance. 6 years ago
CommandPoolTest.cpp Vk: command pool creation. 6 years ago
CommandPoolVkTest.cpp Vk: and thus VulkanTester doesn't need a DeviceProperties instance. 6 years ago
DevicePropertiesTest.cpp Vk: implement VK_KHR_driver_properties. 6 years ago
DevicePropertiesVkTest.cpp Vk: rework device property fetching. 6 years ago
DeviceTest.cpp Vk: device creation. 6 years ago
DeviceVkTest.cpp Vk: DeviceCreateInfo::addQueues() overload taking QueueFlags directly. 6 years ago
EnumsTest.cpp Updated copyright year. 6 years ago
ExtensionPropertiesTest.cpp Vk: enumerating instance extension properties. 6 years ago
ExtensionPropertiesVkTest.cpp Vk: enumerating instance extension properties. 6 years ago
ExtensionsTest.cpp Vk: make variadic extension type traits work for an empty list as well. 6 years ago
HandleTest.cpp Vk: add HandleFlags, similar to GL::ObjectFlags. 6 years ago
ImageTest.cpp Vk: initial APIs for binding a memory to an image. 6 years ago
ImageVkTest.cpp Vk: ability to allocate Image directly during construction. 6 years ago
InstanceTest.cpp Vk: enable KHR_get_physical_device_properties by default on Vulkan 1.0. 6 years ago
InstanceVkTest.cpp Vk: test coverage with various extensions and versions. 6 years ago
IntegrationTest.cpp Updated copyright year. 6 years ago
LayerPropertiesTest.cpp Vk: enumerating layer properties. 6 years ago
LayerPropertiesVkTest.cpp Vk: enumerating layer properties. 6 years ago
MemoryTest.cpp Vk: initial memory allocation. 6 years ago
MemoryVkTest.cpp Vk: implement memory mapping. 6 years ago
ResultTest.cpp Vk: move MAGNUM_VK_INTERNAL_ASSER_RESULT() to a dedicated header. 6 years ago
VersionTest.cpp Vk: parsing Version from configuration. 6 years ago
VersionVkTest.cpp Vk: retrieving instance version. 6 years ago