Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingAreaInfo
Packages that use VkRenderingAreaInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkRenderingAreaInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkRenderingAreaInfoModifier and TypeMethodDescriptionvoidVkDeviceCommands.getRenderingAreaGranularity(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) voidVkDeviceCommands.getRenderingAreaGranularityKHR(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) -
Uses of VkRenderingAreaInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderingAreaInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRenderingAreaInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingAreaInfoModifier and TypeMethodDescriptionstatic VkRenderingAreaInfo@NotNull VkRenderingAreaInfoVkRenderingAreaInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkRenderingAreaInfoVkRenderingAreaInfo.clone(Arena arena, VkRenderingAreaInfo src) VkRenderingAreaInfo.colorAttachmentCount(int value) VkRenderingAreaInfo.depthAttachmentFormat(int value) VkRenderingAreaInfo.pColorAttachmentFormats(@Nullable IntPtr value) VkRenderingAreaInfo.pNext(@NotNull MemorySegment value) VkRenderingAreaInfo.stencilAttachmentFormat(int value) VkRenderingAreaInfo.sType(int value) VkRenderingAreaInfo.Ptr.toArray()VkRenderingAreaInfo.viewMask(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderingAreaInfoModifier and TypeMethodDescription@NotNull Iterator<VkRenderingAreaInfo> VkRenderingAreaInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkRenderingAreaInfoModifier and TypeMethodDescriptionstatic VkRenderingAreaInfoVkRenderingAreaInfo.clone(Arena arena, VkRenderingAreaInfo src) voidVkRenderingAreaInfo.Ptr.write(long index, @NotNull VkRenderingAreaInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderingAreaInfoModifier and TypeMethodDescriptionVkRenderingAreaInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderingAreaInfo> consumer)