Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFrameBoundaryFeaturesEXT
Packages that use VkPhysicalDeviceFrameBoundaryFeaturesEXT
-
Uses of VkPhysicalDeviceFrameBoundaryFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFrameBoundaryFeaturesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceFrameBoundaryFeaturesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFrameBoundaryFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceFrameBoundaryFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceFrameBoundaryFeaturesEXT src) VkPhysicalDeviceFrameBoundaryFeaturesEXT.frameBoundary
(int value) VkPhysicalDeviceFrameBoundaryFeaturesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceFrameBoundaryFeaturesEXT.sType
(int value) VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFrameBoundaryFeaturesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFrameBoundaryFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFrameBoundaryFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceFrameBoundaryFeaturesEXT src) void
VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceFrameBoundaryFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFrameBoundaryFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFrameBoundaryFeaturesEXT> consumer)