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