Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassSampleLocationsEXT
Packages that use VkSubpassSampleLocationsEXT
-
Uses of VkSubpassSampleLocationsEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubpassSampleLocationsEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSubpassSampleLocationsEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassSampleLocationsEXTModifier and TypeMethodDescriptionstatic VkSubpassSampleLocationsEXT@NotNull VkSubpassSampleLocationsEXTVkSubpassSampleLocationsEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubpassSampleLocationsEXTVkSubpassSampleLocationsEXT.clone(Arena arena, VkSubpassSampleLocationsEXT src) @Nullable VkSubpassSampleLocationsEXTVkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocations()VkSubpassSampleLocationsEXT.sampleLocationsInfo(@NotNull VkSampleLocationsInfoEXT value) VkSubpassSampleLocationsEXT.sampleLocationsInfo(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer) VkSubpassSampleLocationsEXT.subpassIndex(int value) VkSubpassSampleLocationsEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubpassSampleLocationsEXTModifier and TypeMethodDescription@NotNull Iterator<VkSubpassSampleLocationsEXT> VkSubpassSampleLocationsEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSubpassSampleLocationsEXTModifier and TypeMethodDescriptionstatic VkSubpassSampleLocationsEXTVkSubpassSampleLocationsEXT.clone(Arena arena, VkSubpassSampleLocationsEXT src) voidVkSubpassSampleLocationsEXT.Ptr.write(long index, @NotNull VkSubpassSampleLocationsEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubpassSampleLocationsEXTModifier and TypeMethodDescriptionVkSubpassSampleLocationsEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSubpassSampleLocationsEXT> consumer)