Class VkAntiLagPresentationInfoAMD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAntiLagPresentationInfoAMD extends Struct<VkAntiLagPresentationInfoAMD> implements NativeResource

 struct VkAntiLagPresentationInfoAMD {
     VkStructureType sType;
     void * pNext;
     VkAntiLagStageAMD stage;
     uint64_t frameIndex;
 }