Class VkMemoryWin32HandlePropertiesKHR

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkMemoryWin32HandlePropertiesKHR
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Properties of External Memory Windows Handles.
    Valid Usage (Implicit)
    See Also

    GetMemoryWin32HandlePropertiesKHR

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • memoryTypeBits – a bitmask containing one bit set for every memory type which the specified windows handle can be imported as.

    Layout

    
     struct VkMemoryWin32HandlePropertiesKHR {
         VkStructureType sType;
         void * pNext;
         uint32_t memoryTypeBits;
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • STYPE, PNEXT, MEMORYTYPEBITS

        The struct member offsets.
    • Constructor Detail

      • VkMemoryWin32HandlePropertiesKHR

        public VkMemoryWin32HandlePropertiesKHR​(java.nio.ByteBuffer container)
        Creates a VkMemoryWin32HandlePropertiesKHR instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

        The created instance holds a strong reference to the container object.