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