Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassSampleLocationsBeginInfoEXT
Packages that use VkRenderPassSampleLocationsBeginInfoEXT
-
Uses of VkRenderPassSampleLocationsBeginInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassSampleLocationsBeginInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRenderPassSampleLocationsBeginInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassSampleLocationsBeginInfoEXTModifier and TypeMethodDescriptionVkRenderPassSampleLocationsBeginInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkRenderPassSampleLocationsBeginInfoEXT.attachmentInitialSampleLocationsCount
(int value) VkRenderPassSampleLocationsBeginInfoEXT.clone
(Arena arena, VkRenderPassSampleLocationsBeginInfoEXT src) VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations
(@Nullable IVkAttachmentSampleLocationsEXT value) VkRenderPassSampleLocationsBeginInfoEXT.pNext
(@NotNull MemorySegment value) VkRenderPassSampleLocationsBeginInfoEXT.postSubpassSampleLocationsCount
(int value) VkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocations
(@Nullable IVkSubpassSampleLocationsEXT value) VkRenderPassSampleLocationsBeginInfoEXT.sType
(int value) VkRenderPassSampleLocationsBeginInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassSampleLocationsBeginInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkRenderPassSampleLocationsBeginInfoEXTModifier and TypeMethodDescriptionVkRenderPassSampleLocationsBeginInfoEXT.clone
(Arena arena, VkRenderPassSampleLocationsBeginInfoEXT src) void
VkRenderPassSampleLocationsBeginInfoEXT.Ptr.write
(long index, @NotNull VkRenderPassSampleLocationsBeginInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderPassSampleLocationsBeginInfoEXTModifier and TypeMethodDescriptionVkRenderPassSampleLocationsBeginInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkRenderPassSampleLocationsBeginInfoEXT> consumer)