Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorSetLayoutBinding
Packages that use VkDescriptorSetLayoutBinding
-
Uses of VkDescriptorSetLayoutBinding in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDescriptorSetLayoutBindingModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDescriptorSetLayoutBindingstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorSetLayoutBindingModifier and TypeMethodDescriptionstatic VkDescriptorSetLayoutBinding@NotNull VkDescriptorSetLayoutBindingVkDescriptorSetLayoutBinding.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDescriptorSetLayoutBinding.binding(int value) static VkDescriptorSetLayoutBindingVkDescriptorSetLayoutBinding.clone(Arena arena, VkDescriptorSetLayoutBinding src) VkDescriptorSetLayoutBinding.descriptorCount(int value) VkDescriptorSetLayoutBinding.descriptorType(int value) @Nullable VkDescriptorSetLayoutBindingVkDescriptorSetLayoutCreateInfo.pBindings()VkDescriptorSetLayoutBinding.pImmutableSamplers(VkSampler.Ptr value) VkDescriptorSetLayoutBinding.stageFlags(int value) VkDescriptorSetLayoutBinding.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDescriptorSetLayoutBindingModifier and TypeMethodDescription@NotNull Iterator<VkDescriptorSetLayoutBinding> VkDescriptorSetLayoutBinding.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorSetLayoutBindingModifier and TypeMethodDescriptionstatic VkDescriptorSetLayoutBindingVkDescriptorSetLayoutBinding.clone(Arena arena, VkDescriptorSetLayoutBinding src) voidVkDescriptorSetLayoutBinding.Ptr.write(long index, @NotNull VkDescriptorSetLayoutBinding value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDescriptorSetLayoutBindingModifier and TypeMethodDescriptionVkDescriptorSetLayoutBinding.Ptr.at(long index, @NotNull Consumer<@NotNull VkDescriptorSetLayoutBinding> consumer)