Uses of Record Class
club.doki7.vulkan.datatype.VkConvertCooperativeVectorMatrixInfoNV
Packages that use VkConvertCooperativeVectorMatrixInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkConvertCooperativeVectorMatrixInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkConvertCooperativeVectorMatrixInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.convertCooperativeVectorMatrixNV
(VkDevice device, VkConvertCooperativeVectorMatrixInfoNV pInfo) -
Uses of VkConvertCooperativeVectorMatrixInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkConvertCooperativeVectorMatrixInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkConvertCooperativeVectorMatrixInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkConvertCooperativeVectorMatrixInfoNVModifier and TypeMethodDescriptionVkConvertCooperativeVectorMatrixInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkConvertCooperativeVectorMatrixInfoNV.clone
(Arena arena, VkConvertCooperativeVectorMatrixInfoNV src) VkConvertCooperativeVectorMatrixInfoNV.dstComponentType
(int value) VkConvertCooperativeVectorMatrixInfoNV.dstData
(@NotNull VkDeviceOrHostAddressKHR value) VkConvertCooperativeVectorMatrixInfoNV.dstData
(Consumer<@NotNull VkDeviceOrHostAddressKHR> consumer) VkConvertCooperativeVectorMatrixInfoNV.dstLayout
(int value) VkConvertCooperativeVectorMatrixInfoNV.dstStride
(long value) VkConvertCooperativeVectorMatrixInfoNV.numColumns
(int value) VkConvertCooperativeVectorMatrixInfoNV.numRows
(int value) VkConvertCooperativeVectorMatrixInfoNV.pDstSize
(@Nullable PointerPtr value) VkConvertCooperativeVectorMatrixInfoNV.pNext
(@NotNull MemorySegment value) VkConvertCooperativeVectorMatrixInfoNV.srcComponentType
(int value) VkConvertCooperativeVectorMatrixInfoNV.srcData
(@NotNull VkDeviceOrHostAddressConstKHR value) VkConvertCooperativeVectorMatrixInfoNV.srcData
(Consumer<@NotNull VkDeviceOrHostAddressConstKHR> consumer) VkConvertCooperativeVectorMatrixInfoNV.srcLayout
(int value) VkConvertCooperativeVectorMatrixInfoNV.srcSize
(long value) VkConvertCooperativeVectorMatrixInfoNV.srcStride
(long value) VkConvertCooperativeVectorMatrixInfoNV.sType
(int value) VkConvertCooperativeVectorMatrixInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkConvertCooperativeVectorMatrixInfoNVMethods in club.doki7.vulkan.datatype with parameters of type VkConvertCooperativeVectorMatrixInfoNVModifier and TypeMethodDescriptionVkConvertCooperativeVectorMatrixInfoNV.clone
(Arena arena, VkConvertCooperativeVectorMatrixInfoNV src) void
VkConvertCooperativeVectorMatrixInfoNV.Ptr.write
(long index, @NotNull VkConvertCooperativeVectorMatrixInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkConvertCooperativeVectorMatrixInfoNVModifier and TypeMethodDescriptionVkConvertCooperativeVectorMatrixInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkConvertCooperativeVectorMatrixInfoNV> consumer)