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