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