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