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 TypeMethodDescriptionvoid
VkInstanceCommands.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 record
Represents a pointer to / an array ofVkPhysicalDeviceProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePropertiesModifier and TypeMethodDescriptionstatic VkPhysicalDeviceProperties
VkPhysicalDeviceProperties.apiVersion
(int value) @NotNull VkPhysicalDeviceProperties
VkPhysicalDeviceProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPhysicalDeviceProperties
VkPhysicalDeviceProperties.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 VkPhysicalDeviceProperties
VkPhysicalDeviceProperties2.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 VkPhysicalDeviceProperties
VkPhysicalDeviceProperties.clone
(Arena arena, VkPhysicalDeviceProperties src) VkPhysicalDeviceProperties2.properties
(@NotNull VkPhysicalDeviceProperties value) void
VkPhysicalDeviceProperties.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)