Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan14Features
Packages that use VkPhysicalDeviceVulkan14Features
-
Uses of VkPhysicalDeviceVulkan14Features in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVulkan14FeaturesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceVulkan14Features
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan14FeaturesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVulkan14Features
VkPhysicalDeviceVulkan14Features.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVulkan14Features.bresenhamLines
(int value) VkPhysicalDeviceVulkan14Features.clone
(Arena arena, VkPhysicalDeviceVulkan14Features src) VkPhysicalDeviceVulkan14Features.dynamicRenderingLocalRead
(int value) VkPhysicalDeviceVulkan14Features.globalPriorityQuery
(int value) VkPhysicalDeviceVulkan14Features.hostImageCopy
(int value) VkPhysicalDeviceVulkan14Features.indexTypeUint8
(int value) VkPhysicalDeviceVulkan14Features.maintenance5
(int value) VkPhysicalDeviceVulkan14Features.maintenance6
(int value) VkPhysicalDeviceVulkan14Features.pipelineProtectedAccess
(int value) VkPhysicalDeviceVulkan14Features.pipelineRobustness
(int value) VkPhysicalDeviceVulkan14Features.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceVulkan14Features.pushDescriptor
(int value) VkPhysicalDeviceVulkan14Features.rectangularLines
(int value) VkPhysicalDeviceVulkan14Features.shaderExpectAssume
(int value) VkPhysicalDeviceVulkan14Features.shaderFloatControls2
(int value) VkPhysicalDeviceVulkan14Features.shaderSubgroupRotate
(int value) VkPhysicalDeviceVulkan14Features.shaderSubgroupRotateClustered
(int value) VkPhysicalDeviceVulkan14Features.smoothLines
(int value) VkPhysicalDeviceVulkan14Features.stippledBresenhamLines
(int value) VkPhysicalDeviceVulkan14Features.stippledRectangularLines
(int value) VkPhysicalDeviceVulkan14Features.stippledSmoothLines
(int value) VkPhysicalDeviceVulkan14Features.sType
(int value) VkPhysicalDeviceVulkan14Features.Ptr.toArray()
VkPhysicalDeviceVulkan14Features.vertexAttributeInstanceRateDivisor
(int value) VkPhysicalDeviceVulkan14Features.vertexAttributeInstanceRateZeroDivisor
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVulkan14FeaturesModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceVulkan14Features> VkPhysicalDeviceVulkan14Features.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVulkan14FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan14Features.clone
(Arena arena, VkPhysicalDeviceVulkan14Features src) void
VkPhysicalDeviceVulkan14Features.Ptr.write
(long index, @NotNull VkPhysicalDeviceVulkan14Features value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceVulkan14FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan14Features.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan14Features> consumer)