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