Uses of Record Class
club.doki7.vulkan.datatype.VkGeometryNV
Packages that use VkGeometryNV
-
Uses of VkGeometryNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkGeometryNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkGeometryNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGeometryNVModifier and TypeMethodDescriptionstatic VkGeometryNV
@NotNull VkGeometryNV
VkGeometryNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkGeometryNV
VkGeometryNV.clone
(Arena arena, VkGeometryNV src) VkGeometryNV.flags
(int value) VkGeometryNV.geometry
(@NotNull VkGeometryDataNV value) VkGeometryNV.geometry
(Consumer<@NotNull VkGeometryDataNV> consumer) VkGeometryNV.geometryType
(int value) @Nullable VkGeometryNV
VkAccelerationStructureInfoNV.pGeometries()
VkGeometryNV.pNext
(@NotNull MemorySegment value) VkGeometryNV.sType
(int value) VkGeometryNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkGeometryNVMethods in club.doki7.vulkan.datatype with parameters of type VkGeometryNVModifier and TypeMethodDescriptionstatic VkGeometryNV
VkGeometryNV.clone
(Arena arena, VkGeometryNV src) void
VkGeometryNV.Ptr.write
(long index, @NotNull VkGeometryNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkGeometryNVModifier and TypeMethodDescriptionVkGeometryNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkGeometryNV> consumer)