Uses of Record Class
club.doki7.vulkan.handle.VkDescriptorSetLayout
Packages that use VkDescriptorSetLayout
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkDescriptorSetLayout in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorSetLayoutModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroyDescriptorSetLayout(VkDevice device, @Nullable VkDescriptorSetLayout descriptorSetLayout, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.getDescriptorSetLayoutBindingOffsetEXT(VkDevice device, VkDescriptorSetLayout layout, int binding, LongPtr pOffset) voidVkDeviceCommands.getDescriptorSetLayoutSizeEXT(VkDevice device, VkDescriptorSetLayout layout, LongPtr pLayoutSizeInBytes) -
Uses of VkDescriptorSetLayout in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDescriptorSetLayoutModifier and TypeMethodDescription@Nullable VkDescriptorSetLayoutVkDescriptorSetBindingReferenceVALVE.descriptorSetLayout()@Nullable VkDescriptorSetLayoutVkDescriptorUpdateTemplateCreateInfo.descriptorSetLayout()Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorSetLayoutModifier and TypeMethodDescriptionVkDescriptorSetBindingReferenceVALVE.descriptorSetLayout(@Nullable VkDescriptorSetLayout value) VkDescriptorUpdateTemplateCreateInfo.descriptorSetLayout(@Nullable VkDescriptorSetLayout value) -
Uses of VkDescriptorSetLayout in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkDescriptorSetLayoutModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkDescriptorSetLayouthandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkDescriptorSetLayoutModifier and TypeMethodDescription@Nullable VkDescriptorSetLayoutVkDescriptorSetLayout.Ptr.read()@Nullable VkDescriptorSetLayoutVkDescriptorSetLayout.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkDescriptorSetLayoutModifier and TypeMethodDescription@NotNull Iterator<VkDescriptorSetLayout> VkDescriptorSetLayout.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkDescriptorSetLayoutModifier and TypeMethodDescriptionstatic VkDescriptorSetLayout.PtrVkDescriptorSetLayout.Ptr.allocate(Arena arena, @Nullable VkDescriptorSetLayout @NotNull [] values) static VkDescriptorSetLayout.PtrVkDescriptorSetLayout.Ptr.allocateV(Arena arena, @Nullable VkDescriptorSetLayout value0, @Nullable VkDescriptorSetLayout... values) voidVkDescriptorSetLayout.Ptr.write(long index, @Nullable VkDescriptorSetLayout value) voidVkDescriptorSetLayout.Ptr.write(@Nullable VkDescriptorSetLayout value) voidVkDescriptorSetLayout.Ptr.write(@Nullable VkDescriptorSetLayout[] values) voidVkDescriptorSetLayout.Ptr.writeV(@Nullable VkDescriptorSetLayout value0, @Nullable VkDescriptorSetLayout... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkDescriptorSetLayoutModifier and TypeMethodDescriptionstatic VkDescriptorSetLayout.PtrVkDescriptorSetLayout.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkDescriptorSetLayout> values)