Uses of Record Class
club.doki7.vulkan.datatype.VkMultisampledRenderToSingleSampledInfoEXT
Packages that use VkMultisampledRenderToSingleSampledInfoEXT
-
Uses of VkMultisampledRenderToSingleSampledInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMultisampledRenderToSingleSampledInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMultisampledRenderToSingleSampledInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMultisampledRenderToSingleSampledInfoEXTModifier and TypeMethodDescriptionVkMultisampledRenderToSingleSampledInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkMultisampledRenderToSingleSampledInfoEXT.clone(Arena arena, VkMultisampledRenderToSingleSampledInfoEXT src) VkMultisampledRenderToSingleSampledInfoEXT.multisampledRenderToSingleSampledEnable(int value) VkMultisampledRenderToSingleSampledInfoEXT.pNext(@NotNull MemorySegment value) VkMultisampledRenderToSingleSampledInfoEXT.rasterizationSamples(int value) VkMultisampledRenderToSingleSampledInfoEXT.sType(int value) VkMultisampledRenderToSingleSampledInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMultisampledRenderToSingleSampledInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkMultisampledRenderToSingleSampledInfoEXTModifier and TypeMethodDescriptionVkMultisampledRenderToSingleSampledInfoEXT.clone(Arena arena, VkMultisampledRenderToSingleSampledInfoEXT src) voidVkMultisampledRenderToSingleSampledInfoEXT.Ptr.write(long index, @NotNull VkMultisampledRenderToSingleSampledInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMultisampledRenderToSingleSampledInfoEXTModifier and TypeMethodDescriptionVkMultisampledRenderToSingleSampledInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkMultisampledRenderToSingleSampledInfoEXT> consumer)