Class StdVideoH265ProfileTierLevel

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

public class StdVideoH265ProfileTierLevel extends org.lwjgl.system.Struct<StdVideoH265ProfileTierLevel> implements org.lwjgl.system.NativeResource

Layout


 struct StdVideoH265ProfileTierLevel {
     StdVideoH265ProfileTierLevelFlags flags;
     StdVideoH265ProfileIdc general_profile_idc;
     StdVideoH265LevelIdc general_level_idc;
 }