Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentSampleLocationsEXT.Ptr
Packages that use VkAttachmentSampleLocationsEXT.Ptr
-
Uses of VkAttachmentSampleLocationsEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkAttachmentSampleLocationsEXT.PtrModifier and TypeMethodDescriptionVkAttachmentSampleLocationsEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAttachmentSampleLocationsEXT> consumer) @NotNull VkAttachmentSampleLocationsEXT.Ptr
VkAttachmentSampleLocationsEXT.Ptr.offset
(long offset) VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations
(int assumedCount) @NotNull VkAttachmentSampleLocationsEXT.Ptr
VkAttachmentSampleLocationsEXT.Ptr.reinterpret
(long newSize) Assume theVkAttachmentSampleLocationsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentSampleLocationsEXT.Ptr
that uses the same backing storage as thisVkAttachmentSampleLocationsEXT.Ptr
, but with the new size.VkAttachmentSampleLocationsEXT.Ptr.slice
(long end) @NotNull VkAttachmentSampleLocationsEXT.Ptr
VkAttachmentSampleLocationsEXT.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).