Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevicePipelineCreationCacheControlFeatures
Packages that use VkPhysicalDevicePipelineCreationCacheControlFeatures
-
Uses of VkPhysicalDevicePipelineCreationCacheControlFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDevicePipelineCreationCacheControlFeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDevicePipelineCreationCacheControlFeaturesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePipelineCreationCacheControlFeaturesModifier and TypeMethodDescriptionVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDevicePipelineCreationCacheControlFeatures.clone(Arena arena, VkPhysicalDevicePipelineCreationCacheControlFeatures src) VkPhysicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl(int value) VkPhysicalDevicePipelineCreationCacheControlFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDevicePipelineCreationCacheControlFeatures.sType(int value) VkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDevicePipelineCreationCacheControlFeaturesModifier and TypeMethodDescriptionVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDevicePipelineCreationCacheControlFeaturesModifier and TypeMethodDescriptionVkPhysicalDevicePipelineCreationCacheControlFeatures.clone(Arena arena, VkPhysicalDevicePipelineCreationCacheControlFeatures src) voidVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr.write(long index, @NotNull VkPhysicalDevicePipelineCreationCacheControlFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDevicePipelineCreationCacheControlFeaturesModifier and TypeMethodDescriptionVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDevicePipelineCreationCacheControlFeatures> consumer)