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