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