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