Uses of Record Class
club.doki7.vulkan.datatype.VkCoarseSampleLocationNV
Packages that use VkCoarseSampleLocationNV
-
Uses of VkCoarseSampleLocationNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCoarseSampleLocationNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkCoarseSampleLocationNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCoarseSampleLocationNVModifier and TypeMethodDescriptionstatic VkCoarseSampleLocationNV@NotNull VkCoarseSampleLocationNVVkCoarseSampleLocationNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCoarseSampleLocationNVVkCoarseSampleLocationNV.clone(Arena arena, VkCoarseSampleLocationNV src) VkCoarseSampleLocationNV.pixelX(int value) VkCoarseSampleLocationNV.pixelY(int value) @Nullable VkCoarseSampleLocationNVVkCoarseSampleOrderCustomNV.pSampleLocations()VkCoarseSampleLocationNV.sample(int value) VkCoarseSampleLocationNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCoarseSampleLocationNVModifier and TypeMethodDescription@NotNull Iterator<VkCoarseSampleLocationNV> VkCoarseSampleLocationNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkCoarseSampleLocationNVModifier and TypeMethodDescriptionstatic VkCoarseSampleLocationNVVkCoarseSampleLocationNV.clone(Arena arena, VkCoarseSampleLocationNV src) voidVkCoarseSampleLocationNV.Ptr.write(long index, @NotNull VkCoarseSampleLocationNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCoarseSampleLocationNVModifier and TypeMethodDescriptionVkCoarseSampleLocationNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkCoarseSampleLocationNV> consumer)