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