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