Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorSetBindingReferenceVALVE
Packages that use VkDescriptorSetBindingReferenceVALVE
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDescriptorSetBindingReferenceVALVE in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorSetBindingReferenceVALVEModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getDescriptorSetLayoutHostMappingInfoVALVE
(VkDevice device, VkDescriptorSetBindingReferenceVALVE pBindingReference, VkDescriptorSetLayoutHostMappingInfoVALVE pHostMapping) -
Uses of VkDescriptorSetBindingReferenceVALVE in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDescriptorSetBindingReferenceVALVEModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDescriptorSetBindingReferenceVALVE
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorSetBindingReferenceVALVEModifier and TypeMethodDescription@NotNull VkDescriptorSetBindingReferenceVALVE
VkDescriptorSetBindingReferenceVALVE.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDescriptorSetBindingReferenceVALVE.binding
(int value) VkDescriptorSetBindingReferenceVALVE.clone
(Arena arena, VkDescriptorSetBindingReferenceVALVE src) VkDescriptorSetBindingReferenceVALVE.descriptorSetLayout
(@Nullable VkDescriptorSetLayout value) VkDescriptorSetBindingReferenceVALVE.pNext
(@NotNull MemorySegment value) VkDescriptorSetBindingReferenceVALVE.sType
(int value) VkDescriptorSetBindingReferenceVALVE.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDescriptorSetBindingReferenceVALVEModifier and TypeMethodDescription@NotNull Iterator
<VkDescriptorSetBindingReferenceVALVE> VkDescriptorSetBindingReferenceVALVE.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorSetBindingReferenceVALVEModifier and TypeMethodDescriptionVkDescriptorSetBindingReferenceVALVE.clone
(Arena arena, VkDescriptorSetBindingReferenceVALVE src) void
VkDescriptorSetBindingReferenceVALVE.Ptr.write
(long index, @NotNull VkDescriptorSetBindingReferenceVALVE value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDescriptorSetBindingReferenceVALVEModifier and TypeMethodDescriptionVkDescriptorSetBindingReferenceVALVE.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDescriptorSetBindingReferenceVALVE> consumer)