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 recordRepresents a pointer to / an array ofVkGeometryAABBNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGeometryAABBNVModifier and TypeMethodDescription@NotNull VkGeometryAABBNVVkGeometryDataNV.aabbs()static VkGeometryAABBNV@NotNull VkGeometryAABBNVVkGeometryAABBNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkGeometryAABBNVVkGeometryAABBNV.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 VkGeometryAABBNVVkGeometryAABBNV.clone(Arena arena, VkGeometryAABBNV src) voidVkGeometryAABBNV.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)