Uses of Record Class
club.doki7.vulkan.datatype.VkQueueFamilyVideoPropertiesKHR
Packages that use VkQueueFamilyVideoPropertiesKHR
-
Uses of VkQueueFamilyVideoPropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkQueueFamilyVideoPropertiesKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkQueueFamilyVideoPropertiesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueueFamilyVideoPropertiesKHRModifier and TypeMethodDescription@NotNull VkQueueFamilyVideoPropertiesKHRVkQueueFamilyVideoPropertiesKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkQueueFamilyVideoPropertiesKHR.clone(Arena arena, VkQueueFamilyVideoPropertiesKHR src) VkQueueFamilyVideoPropertiesKHR.pNext(@NotNull MemorySegment value) VkQueueFamilyVideoPropertiesKHR.sType(int value) VkQueueFamilyVideoPropertiesKHR.Ptr.toArray()VkQueueFamilyVideoPropertiesKHR.videoCodecOperations(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkQueueFamilyVideoPropertiesKHRModifier and TypeMethodDescription@NotNull Iterator<VkQueueFamilyVideoPropertiesKHR> VkQueueFamilyVideoPropertiesKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkQueueFamilyVideoPropertiesKHRModifier and TypeMethodDescriptionVkQueueFamilyVideoPropertiesKHR.clone(Arena arena, VkQueueFamilyVideoPropertiesKHR src) voidVkQueueFamilyVideoPropertiesKHR.Ptr.write(long index, @NotNull VkQueueFamilyVideoPropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueueFamilyVideoPropertiesKHRModifier and TypeMethodDescriptionVkQueueFamilyVideoPropertiesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkQueueFamilyVideoPropertiesKHR> consumer)