Uses of Record Class
club.doki7.vulkan.datatype.VkGeometryAABBNV
Packages that use VkGeometryAABBNV
-
Uses of VkGeometryAABBNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkGeometryAABBNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkGeometryAABBNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGeometryAABBNVModifier and TypeMethodDescription@NotNull VkGeometryAABBNV
VkGeometryDataNV.aabbs()
static VkGeometryAABBNV
@NotNull VkGeometryAABBNV
VkGeometryAABBNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkGeometryAABBNV
VkGeometryAABBNV.clone
(Arena arena, VkGeometryAABBNV src) VkGeometryAABBNV.numAABBs
(int value) VkGeometryAABBNV.offset
(long value) VkGeometryAABBNV.pNext
(@NotNull MemorySegment value) VkGeometryAABBNV.stride
(int value) VkGeometryAABBNV.sType
(int value) VkGeometryAABBNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkGeometryAABBNVModifier and TypeMethodDescription@NotNull Iterator
<VkGeometryAABBNV> VkGeometryAABBNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkGeometryAABBNVModifier and TypeMethodDescriptionVkGeometryDataNV.aabbs
(@NotNull VkGeometryAABBNV value) static VkGeometryAABBNV
VkGeometryAABBNV.clone
(Arena arena, VkGeometryAABBNV src) void
VkGeometryAABBNV.Ptr.write
(long index, @NotNull VkGeometryAABBNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkGeometryAABBNVModifier and TypeMethodDescriptionVkGeometryDataNV.aabbs
(Consumer<@NotNull VkGeometryAABBNV> consumer) VkGeometryAABBNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkGeometryAABBNV> consumer)