Uses of Interface
club.doki7.vulkan.datatype.IVkDescriptorBufferBindingInfoEXT
Packages that use IVkDescriptorBufferBindingInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkDescriptorBufferBindingInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkDescriptorBufferBindingInfoEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdBindDescriptorBuffersEXT
(VkCommandBuffer commandBuffer, int bufferCount, IVkDescriptorBufferBindingInfoEXT pBindingInfos) -
Uses of IVkDescriptorBufferBindingInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkDescriptorBufferBindingInfoEXTModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkDescriptorBufferBindingInfoEXT
structure in native memory.static final record
Represents a pointer to / an array ofVkDescriptorBufferBindingInfoEXT
structure(s) in native memory.