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