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 record
Represents a pointer to / an array ofVkDescriptorSetLayoutBinding
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorSetLayoutBindingModifier and TypeMethodDescriptionstatic VkDescriptorSetLayoutBinding
@NotNull VkDescriptorSetLayoutBinding
VkDescriptorSetLayoutBinding.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDescriptorSetLayoutBinding.binding
(int value) static VkDescriptorSetLayoutBinding
VkDescriptorSetLayoutBinding.clone
(Arena arena, VkDescriptorSetLayoutBinding src) VkDescriptorSetLayoutBinding.descriptorCount
(int value) VkDescriptorSetLayoutBinding.descriptorType
(int value) @Nullable VkDescriptorSetLayoutBinding
VkDescriptorSetLayoutCreateInfo.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 VkDescriptorSetLayoutBinding
VkDescriptorSetLayoutBinding.clone
(Arena arena, VkDescriptorSetLayoutBinding src) void
VkDescriptorSetLayoutBinding.Ptr.write
(long index, @NotNull VkDescriptorSetLayoutBinding value)