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