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 recordRepresents a pointer to / an array ofVkMicromapUsageEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMicromapUsageEXTModifier and TypeMethodDescriptionstatic VkMicromapUsageEXT@NotNull VkMicromapUsageEXTVkMicromapUsageEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMicromapUsageEXTVkMicromapUsageEXT.clone(Arena arena, VkMicromapUsageEXT src) VkMicromapUsageEXT.count(int value) VkMicromapUsageEXT.format(int value) @Nullable VkMicromapUsageEXTVkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCounts()@Nullable VkMicromapUsageEXTVkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCounts()@Nullable VkMicromapUsageEXTVkMicromapBuildInfoEXT.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 VkMicromapUsageEXTVkMicromapUsageEXT.clone(Arena arena, VkMicromapUsageEXT src) voidVkMicromapUsageEXT.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)