Class VkVideoSessionParametersUpdateInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkVideoSessionParametersUpdateInfoKHR>
org.lwjgl.vulkan.VkVideoSessionParametersUpdateInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkVideoSessionParametersUpdateInfoKHR extends org.lwjgl.system.Struct<VkVideoSessionParametersUpdateInfoKHR> implements org.lwjgl.system.NativeResource
Structure specifying video session parameters update information.
Valid Usage (Implicit)
See Also

UpdateVideoSessionParametersKHR

Layout


 struct VkVideoSessionParametersUpdateInfoKHR {
     VkStructureType sType();
     void const * pNext();
     uint32_t updateSequenceCount();
 }