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