var fDesc=new Array(); fDesc[0] = "The SDK provides the development and runtime components for building, running, and debugging Vulkan applications.

This comprehensive SDK includes the Vulkan loader, Vulkan layers, debugging tools, SPIR‐V tools, the Vulkan run time installer, documentation, samples, and demos.

A thorough Vulkan Tutorial is also included to step you through the process of creating a simple Vulkan application, learning the basics of Vulkan along the way."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }