Uses of Record Class
club.doki7.vulkan.datatype.VkMicromapTriangleEXT
Packages that use VkMicromapTriangleEXT
-
Uses of VkMicromapTriangleEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMicromapTriangleEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMicromapTriangleEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMicromapTriangleEXTModifier and TypeMethodDescriptionstatic VkMicromapTriangleEXT@NotNull VkMicromapTriangleEXTVkMicromapTriangleEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMicromapTriangleEXTVkMicromapTriangleEXT.clone(Arena arena, VkMicromapTriangleEXT src) VkMicromapTriangleEXT.dataOffset(int value) VkMicromapTriangleEXT.format(short value) VkMicromapTriangleEXT.subdivisionLevel(short value) VkMicromapTriangleEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMicromapTriangleEXTModifier and TypeMethodDescription@NotNull Iterator<VkMicromapTriangleEXT> VkMicromapTriangleEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkMicromapTriangleEXTModifier and TypeMethodDescriptionstatic VkMicromapTriangleEXTVkMicromapTriangleEXT.clone(Arena arena, VkMicromapTriangleEXT src) voidVkMicromapTriangleEXT.Ptr.write(long index, @NotNull VkMicromapTriangleEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMicromapTriangleEXTModifier and TypeMethodDescriptionVkMicromapTriangleEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkMicromapTriangleEXT> consumer)