Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr
Packages that use VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr
-
Uses of VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.PtrModifier and TypeMethodDescriptionVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr.offset
(long offset) VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr
, but with the new size.VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr.slice
(long end) VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.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).