Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDescriptorIndexingProperties
Packages that use VkPhysicalDeviceDescriptorIndexingProperties
-
Uses of VkPhysicalDeviceDescriptorIndexingProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceDescriptorIndexingPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceDescriptorIndexingPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDescriptorIndexingPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorIndexingProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceDescriptorIndexingProperties.clone(Arena arena, VkPhysicalDeviceDescriptorIndexingProperties src) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindInputAttachments(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindSampledImages(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindSamplers(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageBuffers(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindUniformBuffers(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindSampledImages(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindSamplers(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageImages(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindUniformBuffers(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources(int value) VkPhysicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools(int value) VkPhysicalDeviceDescriptorIndexingProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorIndexingProperties.quadDivergentImplicitLod(int value) VkPhysicalDeviceDescriptorIndexingProperties.robustBufferAccessUpdateAfterBind(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderInputAttachmentArrayNonUniformIndexingNative(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderSampledImageArrayNonUniformIndexingNative(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderStorageBufferArrayNonUniformIndexingNative(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderStorageImageArrayNonUniformIndexingNative(int value) VkPhysicalDeviceDescriptorIndexingProperties.shaderUniformBufferArrayNonUniformIndexingNative(int value) VkPhysicalDeviceDescriptorIndexingProperties.sType(int value) VkPhysicalDeviceDescriptorIndexingProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceDescriptorIndexingPropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceDescriptorIndexingPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorIndexingProperties.clone(Arena arena, VkPhysicalDeviceDescriptorIndexingProperties src) voidVkPhysicalDeviceDescriptorIndexingProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceDescriptorIndexingProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceDescriptorIndexingPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorIndexingProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDescriptorIndexingProperties> consumer)