Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceProperties
Packages that use VkPhysicalDeviceProperties
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPhysicalDeviceProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDevicePropertiesModifier and TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties pProperties) -
Uses of VkPhysicalDeviceProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDevicePropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDevicePropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePropertiesModifier and TypeMethodDescriptionstatic VkPhysicalDevicePropertiesVkPhysicalDeviceProperties.apiVersion(int value) @NotNull VkPhysicalDevicePropertiesVkPhysicalDeviceProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPhysicalDevicePropertiesVkPhysicalDeviceProperties.clone(Arena arena, VkPhysicalDeviceProperties src) VkPhysicalDeviceProperties.deviceID(int value) VkPhysicalDeviceProperties.deviceName(BytePtr value) VkPhysicalDeviceProperties.deviceName(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceProperties.deviceType(int value) VkPhysicalDeviceProperties.driverVersion(int value) VkPhysicalDeviceProperties.limits(@NotNull VkPhysicalDeviceLimits value) VkPhysicalDeviceProperties.limits(Consumer<@NotNull VkPhysicalDeviceLimits> consumer) VkPhysicalDeviceProperties.pipelineCacheUUID(BytePtr value) VkPhysicalDeviceProperties.pipelineCacheUUID(@NotNull Consumer<BytePtr> consumer) @NotNull VkPhysicalDevicePropertiesVkPhysicalDeviceProperties2.properties()VkPhysicalDeviceProperties.sparseProperties(@NotNull VkPhysicalDeviceSparseProperties value) VkPhysicalDeviceProperties.sparseProperties(Consumer<@NotNull VkPhysicalDeviceSparseProperties> consumer) VkPhysicalDeviceProperties.Ptr.toArray()VkPhysicalDeviceProperties.vendorID(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDevicePropertiesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceProperties> VkPhysicalDeviceProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDevicePropertiesModifier and TypeMethodDescriptionstatic VkPhysicalDevicePropertiesVkPhysicalDeviceProperties.clone(Arena arena, VkPhysicalDeviceProperties src) VkPhysicalDeviceProperties2.properties(@NotNull VkPhysicalDeviceProperties value) voidVkPhysicalDeviceProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDevicePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceProperties> consumer) VkPhysicalDeviceProperties2.properties(Consumer<@NotNull VkPhysicalDeviceProperties> consumer)