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