Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDescriptorIndexingFeatures
Packages that use VkPhysicalDeviceDescriptorIndexingFeatures
-
Uses of VkPhysicalDeviceDescriptorIndexingFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceDescriptorIndexingFeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceDescriptorIndexingFeaturesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDescriptorIndexingFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorIndexingFeatures.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceDescriptorIndexingFeatures.clone(Arena arena, VkPhysicalDeviceDescriptorIndexingFeatures src) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingPartiallyBound(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingSampledImageUpdateAfterBind(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageBufferUpdateAfterBind(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageImageUpdateAfterBind(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingStorageTexelBufferUpdateAfterBind(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUniformBufferUpdateAfterBind(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUniformTexelBufferUpdateAfterBind(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingUpdateUnusedWhilePending(int value) VkPhysicalDeviceDescriptorIndexingFeatures.descriptorBindingVariableDescriptorCount(int value) VkPhysicalDeviceDescriptorIndexingFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderInputAttachmentArrayDynamicIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderInputAttachmentArrayNonUniformIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderSampledImageArrayNonUniformIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageBufferArrayNonUniformIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageImageArrayNonUniformIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageTexelBufferArrayDynamicIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderStorageTexelBufferArrayNonUniformIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformBufferArrayNonUniformIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformTexelBufferArrayDynamicIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.shaderUniformTexelBufferArrayNonUniformIndexing(int value) VkPhysicalDeviceDescriptorIndexingFeatures.sType(int value) VkPhysicalDeviceDescriptorIndexingFeatures.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceDescriptorIndexingFeaturesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceDescriptorIndexingFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorIndexingFeatures.clone(Arena arena, VkPhysicalDeviceDescriptorIndexingFeatures src) voidVkPhysicalDeviceDescriptorIndexingFeatures.Ptr.write(long index, @NotNull VkPhysicalDeviceDescriptorIndexingFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceDescriptorIndexingFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorIndexingFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDescriptorIndexingFeatures> consumer)