Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDepthStencilResolveProperties
Packages that use VkPhysicalDeviceDepthStencilResolveProperties
-
Uses of VkPhysicalDeviceDepthStencilResolveProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceDepthStencilResolvePropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceDepthStencilResolvePropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDepthStencilResolvePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceDepthStencilResolveProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceDepthStencilResolveProperties.clone(Arena arena, VkPhysicalDeviceDepthStencilResolveProperties src) VkPhysicalDeviceDepthStencilResolveProperties.independentResolve(int value) VkPhysicalDeviceDepthStencilResolveProperties.independentResolveNone(int value) VkPhysicalDeviceDepthStencilResolveProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDepthStencilResolveProperties.sType(int value) VkPhysicalDeviceDepthStencilResolveProperties.supportedDepthResolveModes(int value) VkPhysicalDeviceDepthStencilResolveProperties.supportedStencilResolveModes(int value) VkPhysicalDeviceDepthStencilResolveProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceDepthStencilResolvePropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceDepthStencilResolvePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceDepthStencilResolveProperties.clone(Arena arena, VkPhysicalDeviceDepthStencilResolveProperties src) voidVkPhysicalDeviceDepthStencilResolveProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceDepthStencilResolveProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceDepthStencilResolvePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceDepthStencilResolveProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDepthStencilResolveProperties> consumer)