Record Class VkPhysicalDeviceVulkan14Properties
- All Implemented Interfaces:
IPointer,IVkPhysicalDeviceVulkan14Properties
Represents a pointer to a VkPhysicalDeviceVulkan14Properties structure in native memory.
Structure
typedef struct VkPhysicalDeviceVulkan14Properties {
VkStructureType sType;
void* pNext; // optional
uint32_t lineSubPixelPrecisionBits;
uint32_t maxVertexAttribDivisor;
VkBool32 supportsNonZeroFirstInstance;
uint32_t maxPushDescriptors;
VkBool32 dynamicRenderingLocalReadDepthStencilAttachments;
VkBool32 dynamicRenderingLocalReadMultisampledAttachments;
VkBool32 earlyFragmentMultisampleCoverageAfterSampleCounting;
VkBool32 earlyFragmentSampleMaskTestBeforeSampleCounting;
VkBool32 depthStencilSwizzleOneSupport;
VkBool32 polygonModePointSize;
VkBool32 nonStrictSinglePixelWideLinesUseParallelogram;
VkBool32 nonStrictWideLinesUseParallelogram;
VkBool32 blockTexelViewCompatibleMultipleLayers;
uint32_t maxCombinedImageSamplerDescriptorCount;
VkBool32 fragmentShadingRateClampCombinerInputs;
VkPipelineRobustnessBufferBehavior defaultRobustnessStorageBuffers;
VkPipelineRobustnessBufferBehavior defaultRobustnessUniformBuffers;
VkPipelineRobustnessBufferBehavior defaultRobustnessVertexInputs;
VkPipelineRobustnessImageBehavior defaultRobustnessImages;
uint32_t copySrcLayoutCount; // optional
VkImageLayout* pCopySrcLayouts; // optional
uint32_t copyDstLayoutCount; // optional
VkImageLayout* pCopyDstLayouts; // optional
uint8_t[VK_UUID_SIZE] optimalTilingLayoutUUID; // optional
VkBool32 identicalMemoryTypeRequirements;
} VkPhysicalDeviceVulkan14Properties;
Auto initialization
This structure has the following members that can be automatically initialized:
sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_4_PROPERTIES
The allocate (allocate(Arena), allocate(Arena, long))
functions will automatically initialize these fields. Also, you may call autoInit()
to initialize these fields manually for non-allocated instances.
Contracts
The property segment() should always be not-null
(segment != NULL && !segment.equals(MemorySegment.NULL)), and properly aligned to
LAYOUT.byteAlignment() bytes. To represent null pointer, you may use a Java
null instead. See the documentation of IPointer.segment() for more details.
The constructor of this class is marked as UnsafeConstructor, because it does not
perform any runtime check. The constructor can be useful for automatic code generators.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceVulkan14Propertiesstructure(s) in native memory. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final StructLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceVulkan14Properties(@NotNull MemorySegment segment) Creates an instance of aVkPhysicalDeviceVulkan14Propertiesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionvoidautoInit()intblockTexelViewCompatibleMultipleLayers(int value) clone(Arena arena, VkPhysicalDeviceVulkan14Properties src) intcopyDstLayoutCount(int value) intcopySrcLayoutCount(int value) intdefaultRobustnessImages(int value) intdefaultRobustnessStorageBuffers(int value) intdefaultRobustnessUniformBuffers(int value) intdefaultRobustnessVertexInputs(int value) intdepthStencilSwizzleOneSupport(int value) intintintintfinal booleanIndicates whether some other object is "equal to" this one.intfragmentShadingRateClampCombinerInputs(int value) final inthashCode()Returns a hash code value for this object.intidenticalMemoryTypeRequirements(int value) intlineSubPixelPrecisionBits(int value) intmaxCombinedImageSamplerDescriptorCount(int value) intmaxPushDescriptors(int value) intmaxVertexAttribDivisor(int value) intintnonStrictWideLinesUseParallelogram(int value) optimalTilingLayoutUUID(BytePtr value) optimalTilingLayoutUUID(@NotNull Consumer<BytePtr> consumer) @NotNull MemorySegment@Nullable IntPtrNote: the returnedIntPtrdoes not have correctIntPtr.size()property.pCopyDstLayouts(@Nullable IntPtr value) @NotNull MemorySegmentvoidpCopyDstLayoutsRaw(@NotNull MemorySegment value) @Nullable IntPtrNote: the returnedIntPtrdoes not have correctIntPtr.size()property.pCopySrcLayouts(@Nullable IntPtr value) @NotNull MemorySegmentvoidpCopySrcLayoutsRaw(@NotNull MemorySegment value) @NotNull MemorySegmentpNext()pNext(@NotNull MemorySegment value) intpolygonModePointSize(int value) @NotNull MemorySegmentsegment()Returns the value of thesegmentrecord component.intsType()sType(int value) intsupportsNonZeroFirstInstance(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
BYTES
public static final long BYTES -
PATH$sType
-
PATH$pNext
-
PATH$lineSubPixelPrecisionBits
-
PATH$maxVertexAttribDivisor
-
PATH$supportsNonZeroFirstInstance
-
PATH$maxPushDescriptors
-
PATH$dynamicRenderingLocalReadDepthStencilAttachments
-
PATH$dynamicRenderingLocalReadMultisampledAttachments
-
PATH$earlyFragmentMultisampleCoverageAfterSampleCounting
public static final MemoryLayout.PathElement PATH$earlyFragmentMultisampleCoverageAfterSampleCounting -
PATH$earlyFragmentSampleMaskTestBeforeSampleCounting
-
PATH$depthStencilSwizzleOneSupport
-
PATH$polygonModePointSize
-
PATH$nonStrictSinglePixelWideLinesUseParallelogram
-
PATH$nonStrictWideLinesUseParallelogram
-
PATH$blockTexelViewCompatibleMultipleLayers
-
PATH$maxCombinedImageSamplerDescriptorCount
-
PATH$fragmentShadingRateClampCombinerInputs
-
PATH$defaultRobustnessStorageBuffers
-
PATH$defaultRobustnessUniformBuffers
-
PATH$defaultRobustnessVertexInputs
-
PATH$defaultRobustnessImages
-
PATH$copySrcLayoutCount
-
PATH$pCopySrcLayouts
-
PATH$copyDstLayoutCount
-
PATH$pCopyDstLayouts
-
PATH$optimalTilingLayoutUUID
-
PATH$identicalMemoryTypeRequirements
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$lineSubPixelPrecisionBits
-
LAYOUT$maxVertexAttribDivisor
-
LAYOUT$supportsNonZeroFirstInstance
-
LAYOUT$maxPushDescriptors
-
LAYOUT$dynamicRenderingLocalReadDepthStencilAttachments
-
LAYOUT$dynamicRenderingLocalReadMultisampledAttachments
-
LAYOUT$earlyFragmentMultisampleCoverageAfterSampleCounting
-
LAYOUT$earlyFragmentSampleMaskTestBeforeSampleCounting
-
LAYOUT$depthStencilSwizzleOneSupport
-
LAYOUT$polygonModePointSize
-
LAYOUT$nonStrictSinglePixelWideLinesUseParallelogram
-
LAYOUT$nonStrictWideLinesUseParallelogram
-
LAYOUT$blockTexelViewCompatibleMultipleLayers
-
LAYOUT$maxCombinedImageSamplerDescriptorCount
-
LAYOUT$fragmentShadingRateClampCombinerInputs
-
LAYOUT$defaultRobustnessStorageBuffers
-
LAYOUT$defaultRobustnessUniformBuffers
-
LAYOUT$defaultRobustnessVertexInputs
-
LAYOUT$defaultRobustnessImages
-
LAYOUT$copySrcLayoutCount
-
LAYOUT$pCopySrcLayouts
-
LAYOUT$copyDstLayoutCount
-
LAYOUT$pCopyDstLayouts
-
LAYOUT$optimalTilingLayoutUUID
-
LAYOUT$identicalMemoryTypeRequirements
-
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$lineSubPixelPrecisionBits
public static final long SIZE$lineSubPixelPrecisionBits -
SIZE$maxVertexAttribDivisor
public static final long SIZE$maxVertexAttribDivisor -
SIZE$supportsNonZeroFirstInstance
public static final long SIZE$supportsNonZeroFirstInstance -
SIZE$maxPushDescriptors
public static final long SIZE$maxPushDescriptors -
SIZE$dynamicRenderingLocalReadDepthStencilAttachments
public static final long SIZE$dynamicRenderingLocalReadDepthStencilAttachments -
SIZE$dynamicRenderingLocalReadMultisampledAttachments
public static final long SIZE$dynamicRenderingLocalReadMultisampledAttachments -
SIZE$earlyFragmentMultisampleCoverageAfterSampleCounting
public static final long SIZE$earlyFragmentMultisampleCoverageAfterSampleCounting -
SIZE$earlyFragmentSampleMaskTestBeforeSampleCounting
public static final long SIZE$earlyFragmentSampleMaskTestBeforeSampleCounting -
SIZE$depthStencilSwizzleOneSupport
public static final long SIZE$depthStencilSwizzleOneSupport -
SIZE$polygonModePointSize
public static final long SIZE$polygonModePointSize -
SIZE$nonStrictSinglePixelWideLinesUseParallelogram
public static final long SIZE$nonStrictSinglePixelWideLinesUseParallelogram -
SIZE$nonStrictWideLinesUseParallelogram
public static final long SIZE$nonStrictWideLinesUseParallelogram -
SIZE$blockTexelViewCompatibleMultipleLayers
public static final long SIZE$blockTexelViewCompatibleMultipleLayers -
SIZE$maxCombinedImageSamplerDescriptorCount
public static final long SIZE$maxCombinedImageSamplerDescriptorCount -
SIZE$fragmentShadingRateClampCombinerInputs
public static final long SIZE$fragmentShadingRateClampCombinerInputs -
SIZE$defaultRobustnessStorageBuffers
public static final long SIZE$defaultRobustnessStorageBuffers -
SIZE$defaultRobustnessUniformBuffers
public static final long SIZE$defaultRobustnessUniformBuffers -
SIZE$defaultRobustnessVertexInputs
public static final long SIZE$defaultRobustnessVertexInputs -
SIZE$defaultRobustnessImages
public static final long SIZE$defaultRobustnessImages -
SIZE$copySrcLayoutCount
public static final long SIZE$copySrcLayoutCount -
SIZE$pCopySrcLayouts
public static final long SIZE$pCopySrcLayouts -
SIZE$copyDstLayoutCount
public static final long SIZE$copyDstLayoutCount -
SIZE$pCopyDstLayouts
public static final long SIZE$pCopyDstLayouts -
SIZE$optimalTilingLayoutUUID
public static final long SIZE$optimalTilingLayoutUUID -
SIZE$identicalMemoryTypeRequirements
public static final long SIZE$identicalMemoryTypeRequirements -
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$lineSubPixelPrecisionBits
public static final long OFFSET$lineSubPixelPrecisionBits -
OFFSET$maxVertexAttribDivisor
public static final long OFFSET$maxVertexAttribDivisor -
OFFSET$supportsNonZeroFirstInstance
public static final long OFFSET$supportsNonZeroFirstInstance -
OFFSET$maxPushDescriptors
public static final long OFFSET$maxPushDescriptors -
OFFSET$dynamicRenderingLocalReadDepthStencilAttachments
public static final long OFFSET$dynamicRenderingLocalReadDepthStencilAttachments -
OFFSET$dynamicRenderingLocalReadMultisampledAttachments
public static final long OFFSET$dynamicRenderingLocalReadMultisampledAttachments -
OFFSET$earlyFragmentMultisampleCoverageAfterSampleCounting
public static final long OFFSET$earlyFragmentMultisampleCoverageAfterSampleCounting -
OFFSET$earlyFragmentSampleMaskTestBeforeSampleCounting
public static final long OFFSET$earlyFragmentSampleMaskTestBeforeSampleCounting -
OFFSET$depthStencilSwizzleOneSupport
public static final long OFFSET$depthStencilSwizzleOneSupport -
OFFSET$polygonModePointSize
public static final long OFFSET$polygonModePointSize -
OFFSET$nonStrictSinglePixelWideLinesUseParallelogram
public static final long OFFSET$nonStrictSinglePixelWideLinesUseParallelogram -
OFFSET$nonStrictWideLinesUseParallelogram
public static final long OFFSET$nonStrictWideLinesUseParallelogram -
OFFSET$blockTexelViewCompatibleMultipleLayers
public static final long OFFSET$blockTexelViewCompatibleMultipleLayers -
OFFSET$maxCombinedImageSamplerDescriptorCount
public static final long OFFSET$maxCombinedImageSamplerDescriptorCount -
OFFSET$fragmentShadingRateClampCombinerInputs
public static final long OFFSET$fragmentShadingRateClampCombinerInputs -
OFFSET$defaultRobustnessStorageBuffers
public static final long OFFSET$defaultRobustnessStorageBuffers -
OFFSET$defaultRobustnessUniformBuffers
public static final long OFFSET$defaultRobustnessUniformBuffers -
OFFSET$defaultRobustnessVertexInputs
public static final long OFFSET$defaultRobustnessVertexInputs -
OFFSET$defaultRobustnessImages
public static final long OFFSET$defaultRobustnessImages -
OFFSET$copySrcLayoutCount
public static final long OFFSET$copySrcLayoutCount -
OFFSET$pCopySrcLayouts
public static final long OFFSET$pCopySrcLayouts -
OFFSET$copyDstLayoutCount
public static final long OFFSET$copyDstLayoutCount -
OFFSET$pCopyDstLayouts
public static final long OFFSET$pCopyDstLayouts -
OFFSET$optimalTilingLayoutUUID
public static final long OFFSET$optimalTilingLayoutUUID -
OFFSET$identicalMemoryTypeRequirements
public static final long OFFSET$identicalMemoryTypeRequirements
-
-
Constructor Details
-
VkPhysicalDeviceVulkan14Properties
Creates an instance of aVkPhysicalDeviceVulkan14Propertiesrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceVulkan14Properties clone(Arena arena, VkPhysicalDeviceVulkan14Properties src) -
autoInit
public void autoInit() -
sType
-
sType
-
pNext
-
pNext
public VkPhysicalDeviceVulkan14Properties pNext(@Pointer(comment="void*") @NotNull @NotNull MemorySegment value) -
pNext
-
lineSubPixelPrecisionBits
-
lineSubPixelPrecisionBits
-
maxVertexAttribDivisor
-
maxVertexAttribDivisor
-
supportsNonZeroFirstInstance
-
supportsNonZeroFirstInstance
public VkPhysicalDeviceVulkan14Properties supportsNonZeroFirstInstance(@NativeType("VkBool32") @Unsigned int value) -
maxPushDescriptors
-
maxPushDescriptors
-
dynamicRenderingLocalReadDepthStencilAttachments
-
dynamicRenderingLocalReadDepthStencilAttachments
public VkPhysicalDeviceVulkan14Properties dynamicRenderingLocalReadDepthStencilAttachments(@NativeType("VkBool32") @Unsigned int value) -
dynamicRenderingLocalReadMultisampledAttachments
-
dynamicRenderingLocalReadMultisampledAttachments
public VkPhysicalDeviceVulkan14Properties dynamicRenderingLocalReadMultisampledAttachments(@NativeType("VkBool32") @Unsigned int value) -
earlyFragmentMultisampleCoverageAfterSampleCounting
-
earlyFragmentMultisampleCoverageAfterSampleCounting
public VkPhysicalDeviceVulkan14Properties earlyFragmentMultisampleCoverageAfterSampleCounting(@NativeType("VkBool32") @Unsigned int value) -
earlyFragmentSampleMaskTestBeforeSampleCounting
-
earlyFragmentSampleMaskTestBeforeSampleCounting
public VkPhysicalDeviceVulkan14Properties earlyFragmentSampleMaskTestBeforeSampleCounting(@NativeType("VkBool32") @Unsigned int value) -
depthStencilSwizzleOneSupport
-
depthStencilSwizzleOneSupport
public VkPhysicalDeviceVulkan14Properties depthStencilSwizzleOneSupport(@NativeType("VkBool32") @Unsigned int value) -
polygonModePointSize
-
polygonModePointSize
public VkPhysicalDeviceVulkan14Properties polygonModePointSize(@NativeType("VkBool32") @Unsigned int value) -
nonStrictSinglePixelWideLinesUseParallelogram
-
nonStrictSinglePixelWideLinesUseParallelogram
public VkPhysicalDeviceVulkan14Properties nonStrictSinglePixelWideLinesUseParallelogram(@NativeType("VkBool32") @Unsigned int value) -
nonStrictWideLinesUseParallelogram
-
nonStrictWideLinesUseParallelogram
public VkPhysicalDeviceVulkan14Properties nonStrictWideLinesUseParallelogram(@NativeType("VkBool32") @Unsigned int value) -
blockTexelViewCompatibleMultipleLayers
-
blockTexelViewCompatibleMultipleLayers
public VkPhysicalDeviceVulkan14Properties blockTexelViewCompatibleMultipleLayers(@NativeType("VkBool32") @Unsigned int value) -
maxCombinedImageSamplerDescriptorCount
-
maxCombinedImageSamplerDescriptorCount
public VkPhysicalDeviceVulkan14Properties maxCombinedImageSamplerDescriptorCount(@Unsigned int value) -
fragmentShadingRateClampCombinerInputs
-
fragmentShadingRateClampCombinerInputs
public VkPhysicalDeviceVulkan14Properties fragmentShadingRateClampCombinerInputs(@NativeType("VkBool32") @Unsigned int value) -
defaultRobustnessStorageBuffers
-
defaultRobustnessStorageBuffers
public VkPhysicalDeviceVulkan14Properties defaultRobustnessStorageBuffers(@EnumType(VkPipelineRobustnessBufferBehavior.class) int value) -
defaultRobustnessUniformBuffers
-
defaultRobustnessUniformBuffers
public VkPhysicalDeviceVulkan14Properties defaultRobustnessUniformBuffers(@EnumType(VkPipelineRobustnessBufferBehavior.class) int value) -
defaultRobustnessVertexInputs
-
defaultRobustnessVertexInputs
public VkPhysicalDeviceVulkan14Properties defaultRobustnessVertexInputs(@EnumType(VkPipelineRobustnessBufferBehavior.class) int value) -
defaultRobustnessImages
-
defaultRobustnessImages
public VkPhysicalDeviceVulkan14Properties defaultRobustnessImages(@EnumType(VkPipelineRobustnessImageBehavior.class) int value) -
copySrcLayoutCount
-
copySrcLayoutCount
-
pCopySrcLayouts
Note: the returnedIntPtrdoes not have correctIntPtr.size()property. It's up to user to track the size of the buffer, and useIntPtr.reinterpret(long)to set the size before actually reading fro or writing to the buffer. -
pCopySrcLayouts
public VkPhysicalDeviceVulkan14Properties pCopySrcLayouts(@Nullable @EnumType(VkImageLayout.class) @Nullable IntPtr value) -
pCopySrcLayoutsRaw
-
pCopySrcLayoutsRaw
public void pCopySrcLayoutsRaw(@Pointer(target=VkImageLayout.class) @NotNull @NotNull MemorySegment value) -
copyDstLayoutCount
-
copyDstLayoutCount
-
pCopyDstLayouts
Note: the returnedIntPtrdoes not have correctIntPtr.size()property. It's up to user to track the size of the buffer, and useIntPtr.reinterpret(long)to set the size before actually reading fro or writing to the buffer. -
pCopyDstLayouts
public VkPhysicalDeviceVulkan14Properties pCopyDstLayouts(@Nullable @EnumType(VkImageLayout.class) @Nullable IntPtr value) -
pCopyDstLayoutsRaw
-
pCopyDstLayoutsRaw
public void pCopyDstLayoutsRaw(@Pointer(target=VkImageLayout.class) @NotNull @NotNull MemorySegment value) -
optimalTilingLayoutUUID
-
optimalTilingLayoutUUID
public VkPhysicalDeviceVulkan14Properties optimalTilingLayoutUUID(@NotNull @NotNull Consumer<BytePtr> consumer) -
optimalTilingLayoutUUID
-
optimalTilingLayoutUUIDRaw
-
identicalMemoryTypeRequirements
-
identicalMemoryTypeRequirements
public VkPhysicalDeviceVulkan14Properties identicalMemoryTypeRequirements(@NativeType("VkBool32") @Unsigned int value) -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.
-