Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMaintenance7PropertiesKHR
Packages that use VkPhysicalDeviceMaintenance7PropertiesKHR
-
Uses of VkPhysicalDeviceMaintenance7PropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMaintenance7PropertiesKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceMaintenance7PropertiesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMaintenance7PropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance7PropertiesKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMaintenance7PropertiesKHR.clone(Arena arena, VkPhysicalDeviceMaintenance7PropertiesKHR src) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalBuffersDynamic(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalStorageBuffersDynamic(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetTotalUniformBuffersDynamic(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalBuffersDynamic(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMaintenance7PropertiesKHR.robustFragmentShadingRateAttachmentAccess(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.separateDepthStencilAttachmentAccess(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.sType(int value) VkPhysicalDeviceMaintenance7PropertiesKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMaintenance7PropertiesKHRMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMaintenance7PropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance7PropertiesKHR.clone(Arena arena, VkPhysicalDeviceMaintenance7PropertiesKHR src) voidVkPhysicalDeviceMaintenance7PropertiesKHR.Ptr.write(long index, @NotNull VkPhysicalDeviceMaintenance7PropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMaintenance7PropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceMaintenance7PropertiesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMaintenance7PropertiesKHR> consumer)