Uses of Interface
club.doki7.vulkan.datatype.IVkMicromapBuildInfoEXT
Packages that use IVkMicromapBuildInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkMicromapBuildInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkMicromapBuildInfoEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.buildMicromapsEXT
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, int infoCount, IVkMicromapBuildInfoEXT pInfos) void
VkDeviceCommands.cmdBuildMicromapsEXT
(VkCommandBuffer commandBuffer, int infoCount, IVkMicromapBuildInfoEXT pInfos) -
Uses of IVkMicromapBuildInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkMicromapBuildInfoEXTModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkMicromapBuildInfoEXT
structure in native memory.static final record
Represents a pointer to / an array ofVkMicromapBuildInfoEXT
structure(s) in native memory.