Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan14Properties
Packages that use VkPhysicalDeviceVulkan14Properties
-
Uses of VkPhysicalDeviceVulkan14Properties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVulkan14PropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceVulkan14Properties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan14PropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVulkan14Properties
VkPhysicalDeviceVulkan14Properties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVulkan14Properties.blockTexelViewCompatibleMultipleLayers
(int value) VkPhysicalDeviceVulkan14Properties.clone
(Arena arena, VkPhysicalDeviceVulkan14Properties src) VkPhysicalDeviceVulkan14Properties.copyDstLayoutCount
(int value) VkPhysicalDeviceVulkan14Properties.copySrcLayoutCount
(int value) VkPhysicalDeviceVulkan14Properties.defaultRobustnessImages
(int value) VkPhysicalDeviceVulkan14Properties.defaultRobustnessStorageBuffers
(int value) VkPhysicalDeviceVulkan14Properties.defaultRobustnessUniformBuffers
(int value) VkPhysicalDeviceVulkan14Properties.defaultRobustnessVertexInputs
(int value) VkPhysicalDeviceVulkan14Properties.depthStencilSwizzleOneSupport
(int value) VkPhysicalDeviceVulkan14Properties.dynamicRenderingLocalReadDepthStencilAttachments
(int value) VkPhysicalDeviceVulkan14Properties.dynamicRenderingLocalReadMultisampledAttachments
(int value) VkPhysicalDeviceVulkan14Properties.earlyFragmentMultisampleCoverageAfterSampleCounting
(int value) VkPhysicalDeviceVulkan14Properties.earlyFragmentSampleMaskTestBeforeSampleCounting
(int value) VkPhysicalDeviceVulkan14Properties.fragmentShadingRateClampCombinerInputs
(int value) VkPhysicalDeviceVulkan14Properties.identicalMemoryTypeRequirements
(int value) VkPhysicalDeviceVulkan14Properties.lineSubPixelPrecisionBits
(int value) VkPhysicalDeviceVulkan14Properties.maxCombinedImageSamplerDescriptorCount
(int value) VkPhysicalDeviceVulkan14Properties.maxPushDescriptors
(int value) VkPhysicalDeviceVulkan14Properties.maxVertexAttribDivisor
(int value) VkPhysicalDeviceVulkan14Properties.nonStrictSinglePixelWideLinesUseParallelogram
(int value) VkPhysicalDeviceVulkan14Properties.nonStrictWideLinesUseParallelogram
(int value) VkPhysicalDeviceVulkan14Properties.optimalTilingLayoutUUID
(BytePtr value) VkPhysicalDeviceVulkan14Properties.optimalTilingLayoutUUID
(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceVulkan14Properties.pCopyDstLayouts
(@Nullable IntPtr value) VkPhysicalDeviceVulkan14Properties.pCopySrcLayouts
(@Nullable IntPtr value) VkPhysicalDeviceVulkan14Properties.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceVulkan14Properties.polygonModePointSize
(int value) VkPhysicalDeviceVulkan14Properties.sType
(int value) VkPhysicalDeviceVulkan14Properties.supportsNonZeroFirstInstance
(int value) VkPhysicalDeviceVulkan14Properties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVulkan14PropertiesModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceVulkan14Properties> VkPhysicalDeviceVulkan14Properties.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVulkan14PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan14Properties.clone
(Arena arena, VkPhysicalDeviceVulkan14Properties src) void
VkPhysicalDeviceVulkan14Properties.Ptr.write
(long index, @NotNull VkPhysicalDeviceVulkan14Properties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceVulkan14PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan14Properties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan14Properties> consumer)