VkAcquireNextImageInfoKHR | NVK Search
  1. No Results
Categories
VkAcquireNextImageInfoKHR Structure specifying parameters of the acquire Syntax
acquireNextImageInfoKHRInfo = VkAcquireNextImageInfoKHR();
acquireNextImageInfoKHRInfo = new VkAcquireNextImageInfoKHR();
acquireNextImageInfoKHRInfo = new VkAcquireNextImageInfoKHR(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkAcquireNextImageInfoKHR.prototype.sType VkStructureType is the type of this structure. VkAcquireNextImageInfoKHR.prototype.pNext null is null or a reference to an extension-specific structure. VkAcquireNextImageInfoKHR.prototype.swapchain VkSwapchainKHR is a non-retired swapchain from which an image is acquired. VkAcquireNextImageInfoKHR.prototype.timeout BigInt Number specifies how long the function waits, in nanoseconds, if no image is available. VkAcquireNextImageInfoKHR.prototype.semaphore VkSemaphore is VK_NULL_HANDLE or a semaphore to signal. VkAcquireNextImageInfoKHR.prototype.fence VkFence is VK_NULL_HANDLE or a fence to signal. VkAcquireNextImageInfoKHR.prototype.deviceMask Number is a mask of physical devices for which the swapchain image will be ready to use when the semaphore or fence is signaled. Default Properties VkAcquireNextImageInfoKHR.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkAcquireNextImageInfoKHR.memoryLayout Object Object describing the structure's memory layout. VkAcquireNextImageInfoKHR.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkAcquireNextImageInfoKHR.reset Resets the native memory of the structure. VkAcquireNextImageInfoKHR.flush Writes the structure's data into the native memory. VkAcquireNextImageInfoKHR.reflect Synchronizes the structure's data with the native memory.