Class VkVideoProfileInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoProfileInfoKHR extends Struct<VkVideoProfileInfoKHR> implements NativeResource

 struct VkVideoProfileInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkVideoCodecOperationFlagBitsKHR videoCodecOperation;
     VkVideoChromaSubsamplingFlagsKHR chromaSubsampling;
     VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
     VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
 }