Uses of Record Class
club.doki7.vulkan.datatype.VkMicromapUsageEXT
Packages that use VkMicromapUsageEXT
-
Uses of VkMicromapUsageEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMicromapUsageEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMicromapUsageEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMicromapUsageEXTModifier and TypeMethodDescriptionstatic VkMicromapUsageEXT
@NotNull VkMicromapUsageEXT
VkMicromapUsageEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMicromapUsageEXT
VkMicromapUsageEXT.clone
(Arena arena, VkMicromapUsageEXT src) VkMicromapUsageEXT.count
(int value) VkMicromapUsageEXT.format
(int value) @Nullable VkMicromapUsageEXT
VkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCounts()
@Nullable VkMicromapUsageEXT
VkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCounts()
@Nullable VkMicromapUsageEXT
VkMicromapBuildInfoEXT.pUsageCounts()
VkMicromapUsageEXT.subdivisionLevel
(int value) VkMicromapUsageEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMicromapUsageEXTModifier and TypeMethodDescription@NotNull Iterator
<VkMicromapUsageEXT> VkMicromapUsageEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMicromapUsageEXTModifier and TypeMethodDescriptionstatic VkMicromapUsageEXT
VkMicromapUsageEXT.clone
(Arena arena, VkMicromapUsageEXT src) void
VkMicromapUsageEXT.Ptr.write
(long index, @NotNull VkMicromapUsageEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMicromapUsageEXTModifier and TypeMethodDescriptionVkMicromapUsageEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMicromapUsageEXT> consumer)