VkApplicationInfo | NVK Search
  1. No Results
Categories
VkApplicationInfo Structure specifying application info Syntax
applicationInfo = new VkApplicationInfo();
applicationInfo = new VkApplicationInfo(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkApplicationInfo.prototype.sType VkStructureType is the type of this structure. VkApplicationInfo.prototype.pNext null is null or a reference to an extension-specific structure. VkApplicationInfo.prototype.pApplicationName String is null or is a reference to a string containing the name of the application. VkApplicationInfo.prototype.applicationVersion Number is a number variable containing the developer-supplied version number of the application. VkApplicationInfo.prototype.pEngineName String is null or is a reference to a string containing the name of the engine (if any) used to create the application. VkApplicationInfo.prototype.engineVersion Number is a number variable containing the developer-supplied version number of the engine used to create the application.ifndef::VK_VERSION_1_1[] VkApplicationInfo.prototype.apiVersion Number must be the highest version of Vulkan that the application is designed to use, encoded as described in <>. Default Properties VkApplicationInfo.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkApplicationInfo.memoryLayout Object Object describing this structure's memory layout. VkApplicationInfo.byteLength Number Total native byte length of this structure.