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