C Specification

The VkMemorySciBufPropertiesNV structure is defined as:

// Provided by VK_NV_external_memory_sci_buf
typedef struct VkMemorySciBufPropertiesNV {
    VkStructureType    sType;
    const void*        pNext;
    uint32_t           memoryTypeBits;
} VkMemorySciBufPropertiesNV;

Members

  • sType is a VkStructureType value identifying this structure.

  • pNext is NULL or a pointer to a structure extending this structure.

  • memoryTypeBits is a bitmask containing one bit set for every memory type for which the specified NvSciBufObj handle can be imported.

Description

Valid Usage (Implicit)
  • VUID-VkMemorySciBufPropertiesNV-sType-sType
    sType must be VK_STRUCTURE_TYPE_MEMORY_SCI_BUF_PROPERTIES_NV

  • VUID-VkMemorySciBufPropertiesNV-pNext-pNext
    pNext must be NULL

See Also

Document Notes

For more information, see the Vulkan Specification

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2023 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0