Uses of Record Class
club.doki7.vulkan.datatype.VkMicromapVersionInfoEXT
Packages that use VkMicromapVersionInfoEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkMicromapVersionInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMicromapVersionInfoEXTModifier and TypeMethodDescriptionvoidVkDeviceCommands.getDeviceMicromapCompatibilityEXT(VkDevice device, VkMicromapVersionInfoEXT pVersionInfo, IntPtr pCompatibility) -
Uses of VkMicromapVersionInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMicromapVersionInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMicromapVersionInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMicromapVersionInfoEXTModifier and TypeMethodDescriptionstatic VkMicromapVersionInfoEXT@NotNull VkMicromapVersionInfoEXTVkMicromapVersionInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMicromapVersionInfoEXTVkMicromapVersionInfoEXT.clone(Arena arena, VkMicromapVersionInfoEXT src) VkMicromapVersionInfoEXT.pNext(@NotNull MemorySegment value) VkMicromapVersionInfoEXT.pVersionData(@Nullable BytePtr value) VkMicromapVersionInfoEXT.sType(int value) VkMicromapVersionInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMicromapVersionInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkMicromapVersionInfoEXT> VkMicromapVersionInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkMicromapVersionInfoEXTModifier and TypeMethodDescriptionstatic VkMicromapVersionInfoEXTVkMicromapVersionInfoEXT.clone(Arena arena, VkMicromapVersionInfoEXT src) voidVkMicromapVersionInfoEXT.Ptr.write(long index, @NotNull VkMicromapVersionInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMicromapVersionInfoEXTModifier and TypeMethodDescriptionVkMicromapVersionInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkMicromapVersionInfoEXT> consumer)