Class VkFormatProperties2KHR

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

    public class VkFormatProperties2KHR
    extends VkFormatProperties2
    See VkFormatProperties2.

    Layout

    
     struct VkFormatProperties2KHR {
         VkStructureType sType;
         void * pNext;
         VkFormatProperties formatProperties;
     }
    • Constructor Detail

      • VkFormatProperties2KHR

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