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 record
Represents a pointer to / an array ofVkMicromapTriangleEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMicromapTriangleEXTModifier and TypeMethodDescriptionstatic VkMicromapTriangleEXT
@NotNull VkMicromapTriangleEXT
VkMicromapTriangleEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMicromapTriangleEXT
VkMicromapTriangleEXT.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 VkMicromapTriangleEXT
VkMicromapTriangleEXT.clone
(Arena arena, VkMicromapTriangleEXT src) void
VkMicromapTriangleEXT.Ptr.write
(long index, @NotNull VkMicromapTriangleEXT value)