Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures
Packages that use VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures
-
Uses of VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.clone
(Arena arena, VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures src) VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.separateDepthStencilLayouts
(int value) VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.sType
(int value) VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.clone
(Arena arena, VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures src) void
VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr.write
(long index, @NotNull VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures> consumer)