Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassTileShadingCreateInfoQCOM
Packages that use VkRenderPassTileShadingCreateInfoQCOM
-
Uses of VkRenderPassTileShadingCreateInfoQCOM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassTileShadingCreateInfoQCOMModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRenderPassTileShadingCreateInfoQCOMstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassTileShadingCreateInfoQCOMModifier and TypeMethodDescriptionVkRenderPassTileShadingCreateInfoQCOM.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkRenderPassTileShadingCreateInfoQCOM.clone(Arena arena, VkRenderPassTileShadingCreateInfoQCOM src) VkRenderPassTileShadingCreateInfoQCOM.flags(int value) VkRenderPassTileShadingCreateInfoQCOM.pNext(@NotNull MemorySegment value) VkRenderPassTileShadingCreateInfoQCOM.sType(int value) VkRenderPassTileShadingCreateInfoQCOM.tileApronSize(@NotNull VkExtent2D value) VkRenderPassTileShadingCreateInfoQCOM.tileApronSize(Consumer<@NotNull VkExtent2D> consumer) VkRenderPassTileShadingCreateInfoQCOM.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassTileShadingCreateInfoQCOMMethods in club.doki7.vulkan.datatype with parameters of type VkRenderPassTileShadingCreateInfoQCOMModifier and TypeMethodDescriptionVkRenderPassTileShadingCreateInfoQCOM.clone(Arena arena, VkRenderPassTileShadingCreateInfoQCOM src) voidVkRenderPassTileShadingCreateInfoQCOM.Ptr.write(long index, @NotNull VkRenderPassTileShadingCreateInfoQCOM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderPassTileShadingCreateInfoQCOMModifier and TypeMethodDescriptionVkRenderPassTileShadingCreateInfoQCOM.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderPassTileShadingCreateInfoQCOM> consumer)