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