VkSemaphoreWaitInfo | NVK Search
  1. No Results
Categories
VkSemaphoreWaitInfo Structure containing information about the semaphore wait condition Syntax
semaphoreWaitInfo = VkSemaphoreWaitInfo();
semaphoreWaitInfo = new VkSemaphoreWaitInfo();
semaphoreWaitInfo = new VkSemaphoreWaitInfo(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkSemaphoreWaitInfo.prototype.sType VkStructureType VkSemaphoreWaitInfo.prototype.pNext null VkSemaphoreWaitInfo.prototype.flags VkSemaphoreWaitFlagBits VkSemaphoreWaitInfo.prototype.semaphoreCount Number VkSemaphoreWaitInfo.prototype.pSemaphores Array[VkSemaphore] VkSemaphoreWaitInfo.prototype.pValues BigUint64Array Default Properties VkSemaphoreWaitInfo.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkSemaphoreWaitInfo.memoryLayout Object Object describing the structure's memory layout. VkSemaphoreWaitInfo.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkSemaphoreWaitInfo.reset Resets the native memory of the structure. VkSemaphoreWaitInfo.flush Writes the structure's data into the native memory. VkSemaphoreWaitInfo.reflect Synchronizes the structure's data with the native memory.