Skip to content
Vulkan CTS 1.0.2.0 Release

Second major Vulkan 1.0 CTS update. This release adds over 60 new test
sets that contain ~27k unique test cases in total.

Three new KHR extensions are covered by this release:

 * VK_KHR_get_physical_device_properties2
 * VK_KHR_shader_draw_parameters
 * VK_KHR_maintenance1

Other new tests include:

 * Sample shading
 * Multisampled images
   * Image load/store
   * Resolve blits
 * Extended image tests
   * Image filtering
   * Image copies
   * Image blits
   * More image combinations (NPOT sizes etc.)
 * Extended vertex attribute setup tests
 * Extended shader built-in variable tests
 * Improved pipeline barrier tests
   * More shader stages and commands
 * Scissoring
 * Sparse resources
 * Improved draw command tests
   * Instanced draws
   * VertexIndex with indexed indirect draws
 * Input attachments
 * Dynamic indexing of push constants
 * User clip planes
 * Geometry shaders
 * Extended multi-queue tests
   * "Unusual" queue types
 * Various API corner-cases