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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkMicromapVersionInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMicromapVersionInfoEXTModifier and TypeMethodDescriptionstatic VkMicromapVersionInfoEXT
@NotNull VkMicromapVersionInfoEXT
VkMicromapVersionInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMicromapVersionInfoEXT
VkMicromapVersionInfoEXT.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 VkMicromapVersionInfoEXT
VkMicromapVersionInfoEXT.clone
(Arena arena, VkMicromapVersionInfoEXT src) void
VkMicromapVersionInfoEXT.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)