Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan11Properties
Packages that use VkPhysicalDeviceVulkan11Properties
-
Uses of VkPhysicalDeviceVulkan11Properties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVulkan11PropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceVulkan11Propertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan11PropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVulkan11PropertiesVkPhysicalDeviceVulkan11Properties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVulkan11Properties.clone(Arena arena, VkPhysicalDeviceVulkan11Properties src) VkPhysicalDeviceVulkan11Properties.deviceLUID(BytePtr value) VkPhysicalDeviceVulkan11Properties.deviceLUID(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceVulkan11Properties.deviceLUIDValid(int value) VkPhysicalDeviceVulkan11Properties.deviceNodeMask(int value) VkPhysicalDeviceVulkan11Properties.deviceUUID(BytePtr value) VkPhysicalDeviceVulkan11Properties.deviceUUID(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceVulkan11Properties.driverUUID(BytePtr value) VkPhysicalDeviceVulkan11Properties.driverUUID(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceVulkan11Properties.maxMemoryAllocationSize(long value) VkPhysicalDeviceVulkan11Properties.maxMultiviewInstanceIndex(int value) VkPhysicalDeviceVulkan11Properties.maxMultiviewViewCount(int value) VkPhysicalDeviceVulkan11Properties.maxPerSetDescriptors(int value) VkPhysicalDeviceVulkan11Properties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan11Properties.pointClippingBehavior(int value) VkPhysicalDeviceVulkan11Properties.protectedNoFault(int value) VkPhysicalDeviceVulkan11Properties.sType(int value) VkPhysicalDeviceVulkan11Properties.subgroupQuadOperationsInAllStages(int value) VkPhysicalDeviceVulkan11Properties.subgroupSize(int value) VkPhysicalDeviceVulkan11Properties.subgroupSupportedOperations(int value) VkPhysicalDeviceVulkan11Properties.subgroupSupportedStages(int value) VkPhysicalDeviceVulkan11Properties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVulkan11PropertiesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceVulkan11Properties> VkPhysicalDeviceVulkan11Properties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVulkan11PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan11Properties.clone(Arena arena, VkPhysicalDeviceVulkan11Properties src) voidVkPhysicalDeviceVulkan11Properties.Ptr.write(long index, @NotNull VkPhysicalDeviceVulkan11Properties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceVulkan11PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan11Properties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan11Properties> consumer)