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 TypeMethodDescriptionvoid
VkDeviceCommands.destroyDescriptorSetLayout
(VkDevice device, @Nullable VkDescriptorSetLayout descriptorSetLayout, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.getDescriptorSetLayoutBindingOffsetEXT
(VkDevice device, VkDescriptorSetLayout layout, int binding, LongPtr pOffset) void
VkDeviceCommands.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 VkDescriptorSetLayout
VkDescriptorSetBindingReferenceVALVE.descriptorSetLayout()
@Nullable VkDescriptorSetLayout
VkDescriptorUpdateTemplateCreateInfo.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 record
Represents a pointer toVkDescriptorSetLayout
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkDescriptorSetLayoutModifier and TypeMethodDescription@Nullable VkDescriptorSetLayout
VkDescriptorSetLayout.Ptr.read()
@Nullable VkDescriptorSetLayout
VkDescriptorSetLayout.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.Ptr
VkDescriptorSetLayout.Ptr.allocate
(Arena arena, @Nullable VkDescriptorSetLayout @NotNull [] values) static VkDescriptorSetLayout.Ptr
VkDescriptorSetLayout.Ptr.allocateV
(Arena arena, @Nullable VkDescriptorSetLayout value0, @Nullable VkDescriptorSetLayout... values) void
VkDescriptorSetLayout.Ptr.write
(long index, @Nullable VkDescriptorSetLayout value) void
VkDescriptorSetLayout.Ptr.write
(@Nullable VkDescriptorSetLayout value) void
VkDescriptorSetLayout.Ptr.write
(@Nullable VkDescriptorSetLayout[] values) void
VkDescriptorSetLayout.Ptr.writeV
(@Nullable VkDescriptorSetLayout value0, @Nullable VkDescriptorSetLayout... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkDescriptorSetLayoutModifier and TypeMethodDescriptionstatic VkDescriptorSetLayout.Ptr
VkDescriptorSetLayout.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkDescriptorSetLayout> values)