Class VkExtent2D

    • Field Detail

      • SIZEOF

        public static final int SIZEOF
        The struct size in bytes.
    • Constructor Detail

      • VkExtent2D

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

    • Method Detail

      • sizeof

        public int sizeof()
        Description copied from class: Struct
        Returns the sizeof(struct).
        Specified by:
        sizeof in class Struct
      • width

        public int width()
        Returns the value of the width field.
      • height

        public int height()
        Returns the value of the height field.
      • width

        public VkExtent2D width(int value)
        Sets the specified value to the width field.
      • height

        public VkExtent2D height(int value)
        Sets the specified value to the height field.
      • set

        public VkExtent2D set(int width,
                              int height)
        Initializes this struct with the specified values.
      • nset

        public VkExtent2D nset(long struct)
        Unsafe version of set.
      • set

        public VkExtent2D set(VkExtent2D src)
        Copies the specified struct data to this struct.
        Parameters:
        src - the source struct
        Returns:
        this struct
      • malloc

        public static VkExtent2D malloc()
        Returns a new VkExtent2D instance allocated with memAlloc. The instance must be explicitly freed.
      • create

        public static VkExtent2D create(long address)
        Returns a new VkExtent2D instance for the specified memory address or null if the address is NULL.
      • malloc

        public static VkExtent2D.Buffer malloc(int capacity)
        Returns a new VkExtent2D.Buffer instance allocated with memAlloc. The instance must be explicitly freed.
        Parameters:
        capacity - the buffer capacity
      • create

        public static VkExtent2D.Buffer create(long address,
                                               int capacity)
        Create a VkExtent2D.Buffer instance at the specified memory.
        Parameters:
        address - the memory address
        capacity - the buffer capacity
      • callocStack

        public static VkExtent2D callocStack()
        Returns a new VkExtent2D instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
      • callocStack

        public static VkExtent2D callocStack(MemoryStack stack)
        Returns a new VkExtent2D instance allocated on the specified MemoryStack and initializes all its bits to zero.
        Parameters:
        stack - the stack from which to allocate
      • callocStack

        public static VkExtent2D.Buffer callocStack(int capacity)
        Returns a new VkExtent2D.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
        Parameters:
        capacity - the buffer capacity
      • callocStack

        public static VkExtent2D.Buffer callocStack(int capacity,
                                                    MemoryStack stack)
        Returns a new VkExtent2D.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
        Parameters:
        stack - the stack from which to allocate
        capacity - the buffer capacity