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