VkApplicationInfo | NVK Search
  1. No Results
Categories
VkApplicationInfo Structure specifying application info Syntax
applicationInfo = VkApplicationInfo();
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 a structure extending this 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 the structure's memory layout. VkApplicationInfo.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkApplicationInfo.reset Resets the native memory of the structure. VkApplicationInfo.flush Writes the structure's data into the native memory. VkApplicationInfo.reflect Synchronizes the structure's data with the native memory.