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 recordRepresents a pointer to / an array ofVkGeometryNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGeometryNVModifier and TypeMethodDescriptionstatic VkGeometryNV@NotNull VkGeometryNVVkGeometryNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkGeometryNVVkGeometryNV.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 VkGeometryNVVkAccelerationStructureInfoNV.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 VkGeometryNVVkGeometryNV.clone(Arena arena, VkGeometryNV src) voidVkGeometryNV.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)