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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDescriptorSetLayoutHostMappingInfoVALVEstructure(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) voidVkDescriptorSetLayoutHostMappingInfoVALVE.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)