Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:formats

346                                             VkSurfaceFormatKHR* formats) {
347 // TODO(jessehall): Fill out the set of supported formats. Longer term, add
350 // Vulkan format. Shorter term, just add a few more formats to the ones
361 if (formats) {
364 std::copy(kFormats, kFormats + std::min(*count, kNumFormats), formats);