Uses of Record Class
club.doki7.vulkan.datatype.VkSampleLocationEXT
Packages that use VkSampleLocationEXT
-
Uses of VkSampleLocationEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSampleLocationEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSampleLocationEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSampleLocationEXTModifier and TypeMethodDescriptionstatic VkSampleLocationEXT@NotNull VkSampleLocationEXTVkSampleLocationEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSampleLocationEXTVkSampleLocationEXT.clone(Arena arena, VkSampleLocationEXT src) @Nullable VkSampleLocationEXTVkSampleLocationsInfoEXT.pSampleLocations()VkSampleLocationEXT.Ptr.toArray()VkSampleLocationEXT.x(float value) VkSampleLocationEXT.y(float value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSampleLocationEXTModifier and TypeMethodDescription@NotNull Iterator<VkSampleLocationEXT> VkSampleLocationEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSampleLocationEXTModifier and TypeMethodDescriptionstatic VkSampleLocationEXTVkSampleLocationEXT.clone(Arena arena, VkSampleLocationEXT src) voidVkSampleLocationEXT.Ptr.write(long index, @NotNull VkSampleLocationEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSampleLocationEXTModifier and TypeMethodDescriptionVkSampleLocationEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSampleLocationEXT> consumer)