Class VkMemoryRequirements2KHR

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

    public class VkMemoryRequirements2KHR
    extends VkMemoryRequirements2
    See VkMemoryRequirements2.

    Layout

    
     struct VkMemoryRequirements2KHR {
         VkStructureType sType;
         void * pNext;
         VkMemoryRequirements memoryRequirements;
     }
    • Constructor Detail

      • VkMemoryRequirements2KHR

        public VkMemoryRequirements2KHR​(java.nio.ByteBuffer container)
        Creates a VkMemoryRequirements2KHR 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.