Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderEnqueuePropertiesAMDX
Packages that use VkPhysicalDeviceShaderEnqueuePropertiesAMDX
-
Uses of VkPhysicalDeviceShaderEnqueuePropertiesAMDX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceShaderEnqueuePropertiesAMDXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceShaderEnqueuePropertiesAMDXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderEnqueuePropertiesAMDXModifier and TypeMethodDescriptionVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceShaderEnqueuePropertiesAMDX.clone(Arena arena, VkPhysicalDeviceShaderEnqueuePropertiesAMDX src) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.executionGraphDispatchAddressAlignment(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphDepth(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderOutputNodes(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderPayloadCount(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphShaderPayloadSize(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroupCount(IntPtr value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroupCount(@NotNull Consumer<IntPtr> consumer) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.maxExecutionGraphWorkgroups(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.sType(int value) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceShaderEnqueuePropertiesAMDXMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceShaderEnqueuePropertiesAMDXModifier and TypeMethodDescriptionVkPhysicalDeviceShaderEnqueuePropertiesAMDX.clone(Arena arena, VkPhysicalDeviceShaderEnqueuePropertiesAMDX src) voidVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.write(long index, @NotNull VkPhysicalDeviceShaderEnqueuePropertiesAMDX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceShaderEnqueuePropertiesAMDXModifier and TypeMethodDescriptionVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderEnqueuePropertiesAMDX> consumer)