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 record
Represents a pointer to / an array ofVkSampleLocationEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSampleLocationEXTModifier and TypeMethodDescriptionstatic VkSampleLocationEXT
@NotNull VkSampleLocationEXT
VkSampleLocationEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSampleLocationEXT
VkSampleLocationEXT.clone
(Arena arena, VkSampleLocationEXT src) @Nullable VkSampleLocationEXT
VkSampleLocationsInfoEXT.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 VkSampleLocationEXT
VkSampleLocationEXT.clone
(Arena arena, VkSampleLocationEXT src) void
VkSampleLocationEXT.Ptr.write
(long index, @NotNull VkSampleLocationEXT value)