Class VkBaseOutStructure

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkBaseOutStructure extends Struct<VkBaseOutStructure> implements NativeResource
Base structure for a read-only pointer chain.
Description

VkBaseOutStructure can be used to facilitate iterating through a structure pointer chain that returns data back to the application.

See Also

VkBaseOutStructure, GetPipelinePropertiesEXT

Layout


 struct VkBaseOutStructure {
     VkStructureType sType();
     VkBaseOutStructure * pNext();
 }