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