Uses of Interface
club.doki7.vulkan.datatype.IVkExtent2D
Packages that use IVkExtent2D
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkExtent2D in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkExtent2DModifier and TypeMethodDescriptionint
VkDeviceCommands.getDeviceSubpassShadingMaxWorkgroupSizeHUAWEI
(VkDevice device, VkRenderPass renderpass, IVkExtent2D pMaxWorkgroupSize) -
Uses of IVkExtent2D in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkExtent2DModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkExtent2D
structure in native memory.static final record
Represents a pointer to / an array ofVkExtent2D
structure(s) in native memory.