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 record
Represents a pointer to / an array ofVkFramebufferMixedSamplesCombinationNV
structure(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.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) void
VkFramebufferMixedSamplesCombinationNV.Ptr.write
(long index, @NotNull VkFramebufferMixedSamplesCombinationNV value)