Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassSampleLocationsEXT.Ptr
Packages that use VkSubpassSampleLocationsEXT.Ptr
-
Uses of VkSubpassSampleLocationsEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSubpassSampleLocationsEXT.PtrModifier and TypeMethodDescriptionVkSubpassSampleLocationsEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSubpassSampleLocationsEXT> consumer) @NotNull VkSubpassSampleLocationsEXT.Ptr
VkSubpassSampleLocationsEXT.Ptr.offset
(long offset) VkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocations
(int assumedCount) @NotNull VkSubpassSampleLocationsEXT.Ptr
VkSubpassSampleLocationsEXT.Ptr.reinterpret
(long newSize) Assume theVkSubpassSampleLocationsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassSampleLocationsEXT.Ptr
that uses the same backing storage as thisVkSubpassSampleLocationsEXT.Ptr
, but with the new size.VkSubpassSampleLocationsEXT.Ptr.slice
(long end) @NotNull VkSubpassSampleLocationsEXT.Ptr
VkSubpassSampleLocationsEXT.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).