Uses of Annotation Interface
club.doki7.ffm.annotation.Unsafe
Packages that use Unsafe
Package
Description
Utility library for Java 22 FFM (Project Panama) APIs.
Utility classes encapsulating
MemorySegment, providing type-safe way
to access native memory.Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of Unsafe in club.doki7.ffm
Methods in club.doki7.ffm with annotations of type UnsafeModifier and TypeMethodDescriptionvoidLibcArena.freeNonAllocated(@NotNull MemorySegment ms) Frees memory that was allocated by libc allocator, but not viaLibcArena.allocate(long, long). -
Uses of Unsafe in club.doki7.ffm.ptr
Methods in club.doki7.ffm.ptr with annotations of type UnsafeModifier and TypeMethodDescription@NotNull StringBytePtr.readString()Assumes theBytePtris a null-terminated string, reads the string from the beginning of the underlying memory segment, until the first NUL byte is encountered.@NotNull StringWCharPtr.readWString()(Windows only) Assume theWCharPtris a Windows wide character string, reads the wide string from the beginning of the underlying memory segment, until the first NUL byte is encountered.@NotNull BytePtrBytePtr.reinterpret(long newSize) @NotNull CLongPtrCLongPtr.reinterpret(long newSize) @NotNull DoublePtrDoublePtr.reinterpret(long newSize) @NotNull FloatPtrFloatPtr.reinterpret(long newSize) @NotNull IntPtrIntPtr.reinterpret(long newSize) @NotNull LongPtrLongPtr.reinterpret(long newSize) @NotNull PointerPtrPointerPtr.reinterpret(long newSize) Assume thePointerPtris capable of holding at leastnewSizepointers, create a new viewPointerPtrthat uses the same backing storage as thisPointerPtr, but with the new size.@NotNull ShortPtrShortPtr.reinterpret(long newSize) -
Uses of Unsafe in club.doki7.glfw.datatype
Methods in club.doki7.glfw.datatype with annotations of type UnsafeModifier and TypeMethodDescription@NotNull GLFWallocator.PtrGLFWallocator.Ptr.reinterpret(long newSize) Assume theGLFWallocator.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWallocator.Ptrthat uses the same backing storage as thisGLFWallocator.Ptr, but with the new size.@NotNull GLFWgamepadstate.PtrGLFWgamepadstate.Ptr.reinterpret(long newSize) Assume theGLFWgamepadstate.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWgamepadstate.Ptrthat uses the same backing storage as thisGLFWgamepadstate.Ptr, but with the new size.@NotNull GLFWgammaramp.PtrGLFWgammaramp.Ptr.reinterpret(long newSize) Assume theGLFWgammaramp.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWgammaramp.Ptrthat uses the same backing storage as thisGLFWgammaramp.Ptr, but with the new size.@NotNull GLFWimage.PtrGLFWimage.Ptr.reinterpret(long newSize) Assume theGLFWimage.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWimage.Ptrthat uses the same backing storage as thisGLFWimage.Ptr, but with the new size.@NotNull GLFWvidmode.PtrGLFWvidmode.Ptr.reinterpret(long newSize) Assume theGLFWvidmode.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWvidmode.Ptrthat uses the same backing storage as thisGLFWvidmode.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.glfw.handle
Methods in club.doki7.glfw.handle with annotations of type UnsafeModifier and TypeMethodDescriptionGLFWcursor.Ptr.reinterpret(long newSize) Assume theGLFWcursor.Ptris capable of holding at leastnewSizehandles, create a new viewGLFWcursor.Ptrthat uses the same backing storage as thisGLFWcursor.Ptr, but with the new size.GLFWmonitor.Ptr.reinterpret(long newSize) Assume theGLFWmonitor.Ptris capable of holding at leastnewSizehandles, create a new viewGLFWmonitor.Ptrthat uses the same backing storage as thisGLFWmonitor.Ptr, but with the new size.GLFWwindow.Ptr.reinterpret(long newSize) Assume theGLFWwindow.Ptris capable of holding at leastnewSizehandles, create a new viewGLFWwindow.Ptrthat uses the same backing storage as thisGLFWwindow.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.openal.handle
Methods in club.doki7.openal.handle with annotations of type UnsafeModifier and TypeMethodDescription_GUID.Ptr.reinterpret(long newSize) ALCcontext.Ptr.reinterpret(long newSize) Assume theALCcontext.Ptris capable of holding at leastnewSizehandles, create a new viewALCcontext.Ptrthat uses the same backing storage as thisALCcontext.Ptr, but with the new size.ALCdevice.Ptr.reinterpret(long newSize) Assume theALCdevice.Ptris capable of holding at leastnewSizehandles, create a new viewALCdevice.Ptrthat uses the same backing storage as thisALCdevice.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype with annotations of type UnsafeModifier and TypeMethodDescriptionCLMutableDispatchConfigKhr.argList(int assumedCount) CLMutableDispatchConfigKhr.argSvmList(int assumedCount) CLMutableDispatchConfigKhr.execInfoList(int assumedCount) @NotNull CLBufferRegion.PtrCLBufferRegion.Ptr.reinterpret(long newSize) Assume theCLBufferRegion.Ptris capable of holding at leastnewSizestructures, create a new viewCLBufferRegion.Ptrthat uses the same backing storage as thisCLBufferRegion.Ptr, but with the new size.CLDeviceIntegerDotProductAccelerationPropertiesKhr.Ptr.reinterpret(long newSize) Assume theCLDeviceIntegerDotProductAccelerationPropertiesKhr.Ptris capable of holding at leastnewSizestructures, create a new viewCLDeviceIntegerDotProductAccelerationPropertiesKhr.Ptrthat uses the same backing storage as thisCLDeviceIntegerDotProductAccelerationPropertiesKhr.Ptr, but with the new size.@NotNull CLDevicePciBusInfoKhr.PtrCLDevicePciBusInfoKhr.Ptr.reinterpret(long newSize) Assume theCLDevicePciBusInfoKhr.Ptris capable of holding at leastnewSizestructures, create a new viewCLDevicePciBusInfoKhr.Ptrthat uses the same backing storage as thisCLDevicePciBusInfoKhr.Ptr, but with the new size.@NotNull CLDx9SurfaceInfoKhr.PtrCLDx9SurfaceInfoKhr.Ptr.reinterpret(long newSize) Assume theCLDx9SurfaceInfoKhr.Ptris capable of holding at leastnewSizestructures, create a new viewCLDx9SurfaceInfoKhr.Ptrthat uses the same backing storage as thisCLDx9SurfaceInfoKhr.Ptr, but with the new size.@NotNull CLImageDesc.PtrCLImageDesc.Ptr.reinterpret(long newSize) Assume theCLImageDesc.Ptris capable of holding at leastnewSizestructures, create a new viewCLImageDesc.Ptrthat uses the same backing storage as thisCLImageDesc.Ptr, but with the new size.@NotNull CLImageDescBufferOrMemObject.PtrCLImageDescBufferOrMemObject.Ptr.reinterpret(long newSize) Assume theCLImageDescBufferOrMemObject.Ptris capable of holding at leastnewSizestructures, create a new viewCLImageDescBufferOrMemObject.Ptrthat uses the same backing storage as thisCLImageDescBufferOrMemObject.Ptr, but with the new size.@NotNull CLImageFormat.PtrCLImageFormat.Ptr.reinterpret(long newSize) Assume theCLImageFormat.Ptris capable of holding at leastnewSizestructures, create a new viewCLImageFormat.Ptrthat uses the same backing storage as thisCLImageFormat.Ptr, but with the new size.@NotNull CLMemAndroidNativeBufferHostPtr.PtrCLMemAndroidNativeBufferHostPtr.Ptr.reinterpret(long newSize) Assume theCLMemAndroidNativeBufferHostPtr.Ptris capable of holding at leastnewSizestructures, create a new viewCLMemAndroidNativeBufferHostPtr.Ptrthat uses the same backing storage as thisCLMemAndroidNativeBufferHostPtr.Ptr, but with the new size.@NotNull CLMemExtHostPtr.PtrCLMemExtHostPtr.Ptr.reinterpret(long newSize) Assume theCLMemExtHostPtr.Ptris capable of holding at leastnewSizestructures, create a new viewCLMemExtHostPtr.Ptrthat uses the same backing storage as thisCLMemExtHostPtr.Ptr, but with the new size.@NotNull CLMemIonHostPtr.PtrCLMemIonHostPtr.Ptr.reinterpret(long newSize) Assume theCLMemIonHostPtr.Ptris capable of holding at leastnewSizestructures, create a new viewCLMemIonHostPtr.Ptrthat uses the same backing storage as thisCLMemIonHostPtr.Ptr, but with the new size.@NotNull CLMotionEstimationDescIntel.PtrCLMotionEstimationDescIntel.Ptr.reinterpret(long newSize) Assume theCLMotionEstimationDescIntel.Ptris capable of holding at leastnewSizestructures, create a new viewCLMotionEstimationDescIntel.Ptrthat uses the same backing storage as thisCLMotionEstimationDescIntel.Ptr, but with the new size.@NotNull CLMutableDispatchArgKhr.PtrCLMutableDispatchArgKhr.Ptr.reinterpret(long newSize) Assume theCLMutableDispatchArgKhr.Ptris capable of holding at leastnewSizestructures, create a new viewCLMutableDispatchArgKhr.Ptrthat uses the same backing storage as thisCLMutableDispatchArgKhr.Ptr, but with the new size.@NotNull CLMutableDispatchConfigKhr.PtrCLMutableDispatchConfigKhr.Ptr.reinterpret(long newSize) Assume theCLMutableDispatchConfigKhr.Ptris capable of holding at leastnewSizestructures, create a new viewCLMutableDispatchConfigKhr.Ptrthat uses the same backing storage as thisCLMutableDispatchConfigKhr.Ptr, but with the new size.@NotNull CLMutableDispatchExecInfoKhr.PtrCLMutableDispatchExecInfoKhr.Ptr.reinterpret(long newSize) Assume theCLMutableDispatchExecInfoKhr.Ptris capable of holding at leastnewSizestructures, create a new viewCLMutableDispatchExecInfoKhr.Ptrthat uses the same backing storage as thisCLMutableDispatchExecInfoKhr.Ptr, but with the new size.@NotNull CLNameVersion.PtrCLNameVersion.Ptr.reinterpret(long newSize) Assume theCLNameVersion.Ptris capable of holding at leastnewSizestructures, create a new viewCLNameVersion.Ptrthat uses the same backing storage as thisCLNameVersion.Ptr, but with the new size.@NotNull CLNameVersionKhr.PtrCLNameVersionKhr.Ptr.reinterpret(long newSize) Assume theCLNameVersionKhr.Ptris capable of holding at leastnewSizestructures, create a new viewCLNameVersionKhr.Ptrthat uses the same backing storage as thisCLNameVersionKhr.Ptr, but with the new size.@NotNull CLQueueFamilyPropertiesIntel.PtrCLQueueFamilyPropertiesIntel.Ptr.reinterpret(long newSize) Assume theCLQueueFamilyPropertiesIntel.Ptris capable of holding at leastnewSizestructures, create a new viewCLQueueFamilyPropertiesIntel.Ptrthat uses the same backing storage as thisCLQueueFamilyPropertiesIntel.Ptr, but with the new size.@NotNull VAImageFormatCLREF.PtrVAImageFormatCLREF.Ptr.reinterpret(long newSize) Assume theVAImageFormatCLREF.Ptris capable of holding at leastnewSizestructures, create a new viewVAImageFormatCLREF.Ptrthat uses the same backing storage as thisVAImageFormatCLREF.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle with annotations of type UnsafeModifier and TypeMethodDescriptionCLAcceleratorIntel.Ptr.reinterpret(long newSize) Assume theCLAcceleratorIntel.Ptris capable of holding at leastnewSizehandles, create a new viewCLAcceleratorIntel.Ptrthat uses the same backing storage as thisCLAcceleratorIntel.Ptr, but with the new size.CLCommandBufferKhr.Ptr.reinterpret(long newSize) Assume theCLCommandBufferKhr.Ptris capable of holding at leastnewSizehandles, create a new viewCLCommandBufferKhr.Ptrthat uses the same backing storage as thisCLCommandBufferKhr.Ptr, but with the new size.CLCommandQueue.Ptr.reinterpret(long newSize) Assume theCLCommandQueue.Ptris capable of holding at leastnewSizehandles, create a new viewCLCommandQueue.Ptrthat uses the same backing storage as thisCLCommandQueue.Ptr, but with the new size.CLContext.Ptr.reinterpret(long newSize) Assume theCLContext.Ptris capable of holding at leastnewSizehandles, create a new viewCLContext.Ptrthat uses the same backing storage as thisCLContext.Ptr, but with the new size.CLDeviceId.Ptr.reinterpret(long newSize) Assume theCLDeviceId.Ptris capable of holding at leastnewSizehandles, create a new viewCLDeviceId.Ptrthat uses the same backing storage as thisCLDeviceId.Ptr, but with the new size.CLEvent.Ptr.reinterpret(long newSize) Assume theCLEvent.Ptris capable of holding at leastnewSizehandles, create a new viewCLEvent.Ptrthat uses the same backing storage as thisCLEvent.Ptr, but with the new size.CLGLsync.Ptr.reinterpret(long newSize) Assume theCLGLsync.Ptris capable of holding at leastnewSizehandles, create a new viewCLGLsync.Ptrthat uses the same backing storage as thisCLGLsync.Ptr, but with the new size.CLIcdDispatch.Ptr.reinterpret(long newSize) Assume theCLIcdDispatch.Ptris capable of holding at leastnewSizehandles, create a new viewCLIcdDispatch.Ptrthat uses the same backing storage as thisCLIcdDispatch.Ptr, but with the new size.CLKernel.Ptr.reinterpret(long newSize) Assume theCLKernel.Ptris capable of holding at leastnewSizehandles, create a new viewCLKernel.Ptrthat uses the same backing storage as thisCLKernel.Ptr, but with the new size.CLMem.Ptr.reinterpret(long newSize) CLMutableCommandKhr.Ptr.reinterpret(long newSize) Assume theCLMutableCommandKhr.Ptris capable of holding at leastnewSizehandles, create a new viewCLMutableCommandKhr.Ptrthat uses the same backing storage as thisCLMutableCommandKhr.Ptr, but with the new size.CLPlatformId.Ptr.reinterpret(long newSize) Assume theCLPlatformId.Ptris capable of holding at leastnewSizehandles, create a new viewCLPlatformId.Ptrthat uses the same backing storage as thisCLPlatformId.Ptr, but with the new size.CLProgram.Ptr.reinterpret(long newSize) Assume theCLProgram.Ptris capable of holding at leastnewSizehandles, create a new viewCLProgram.Ptrthat uses the same backing storage as thisCLProgram.Ptr, but with the new size.CLSampler.Ptr.reinterpret(long newSize) Assume theCLSampler.Ptris capable of holding at leastnewSizehandles, create a new viewCLSampler.Ptrthat uses the same backing storage as thisCLSampler.Ptr, but with the new size.CLSemaphoreKhr.Ptr.reinterpret(long newSize) Assume theCLSemaphoreKhr.Ptris capable of holding at leastnewSizehandles, create a new viewCLSemaphoreKhr.Ptrthat uses the same backing storage as thisCLSemaphoreKhr.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.opengl.handle
Methods in club.doki7.opengl.handle with annotations of type UnsafeModifier and TypeMethodDescriptionGLeglClientBufferEXT.Ptr.reinterpret(long newSize) Assume theGLeglClientBufferEXT.Ptris capable of holding at leastnewSizehandles, create a new viewGLeglClientBufferEXT.Ptrthat uses the same backing storage as thisGLeglClientBufferEXT.Ptr, but with the new size.GLeglImageOES.Ptr.reinterpret(long newSize) Assume theGLeglImageOES.Ptris capable of holding at leastnewSizehandles, create a new viewGLeglImageOES.Ptrthat uses the same backing storage as thisGLeglImageOES.Ptr, but with the new size.GLsync.Ptr.reinterpret(long newSize) Assume theGLsync.Ptris capable of holding at leastnewSizehandles, create a new viewGLsync.Ptrthat uses the same backing storage as thisGLsync.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype with annotations of type UnsafeModifier and TypeMethodDescriptionXrActiveActionSetPrioritiesEXT.actionSetPriorities(int assumedCount) XrActionsSyncInfo.activeActionSets(int assumedCount) XrWorldMeshGetInfoML.blocks(int assumedCount) XrWorldMeshRequestCompletionML.blocks(int assumedCount) XrSpatialComponentBounded2DListEXT.bounds(int assumedCount) XrSpatialComponentBounded3DListEXT.bounds(int assumedCount) XrSceneBoundsMSFT.boxes(int assumedCount) XrSceneComponentsLocateInfoMSFT.componentIds(int assumedCount) XrSceneComponentsMSFT.components(int assumedCount) XrFoveationCustomModeInfoHTC.configs(int assumedCount) XrSpaceQueryInfoFB.excludeFilter(int assumedCount) XrSpaceQueryInfoFB.filter(int assumedCount) XrSceneDeserializeInfoMSFT.fragments(int assumedCount) XrSceneBoundsMSFT.frustums(int assumedCount) XrShareSpacesRecipientGroupsMETA.groups(int assumedCount) XrHandTrackingMeshFB.jointBindPoses(int assumedCount) XrBodyJointLocationsBD.jointLocations(int assumedCount) XrBodyJointLocationsFB.jointLocations(int assumedCount) XrBodyJointLocationsHTC.jointLocations(int assumedCount) XrHandJointLocationsEXT.jointLocations(int assumedCount) XrBodySkeletonFB.joints(int assumedCount) XrBodySkeletonHTC.joints(int assumedCount) XrHandJointVelocitiesEXT.jointVelocities(int assumedCount) XrRecommendedLayerResolutionGetInfoMETA.layer(int assumedCount) XrForceFeedbackCurlApplyLocationsMNDX.locations(int assumedCount) XrSceneComponentLocationsMSFT.locations(int assumedCount) XrSpaceLocations.locations(int assumedCount) XrSpaceLocationsKHR.locations(int assumedCount) XrSpatialComponentAnchorListEXT.locations(int assumedCount) XrSpatialComponentMarkerListEXT.markers(int assumedCount) XrWorldMeshStateRequestCompletionML.meshBlockStates(int assumedCount) XrSpatialComponentMesh2DListEXT.meshes(int assumedCount) XrSpatialComponentMesh3DListEXT.meshes(int assumedCount) XrApiLayerNextInfo.next(int assumedCount) XrBaseInStructure.next(int assumedCount) XrBaseOutStructure.next(int assumedCount) XrApiLayerCreateInfo.nextInfo(int assumedCount) XrControllerModelPropertiesMSFT.nodeProperties(int assumedCount) XrRenderModelAssetPropertiesEXT.nodeProperties(int assumedCount) XrControllerModelStateMSFT.nodeStates(int assumedCount) XrRenderModelStateEXT.nodeStates(int assumedCount) XrWorldMeshBlockML.normalBuffer(int assumedCount) XrDebugUtilsMessengerCallbackDataEXT.objects(int assumedCount) XrInteractionProfileAnalogThresholdVALVE.offHaptic(int assumedCount) XrInteractionProfileDpadBindingEXT.offHaptic(int assumedCount) XrInteractionProfileAnalogThresholdVALVE.onHaptic(int assumedCount) XrInteractionProfileDpadBindingEXT.onHaptic(int assumedCount) XrEventDataViveTrackerConnectedHTCX.paths(int assumedCount) XrSpatialComponentPersistenceListEXT.persistData(int assumedCount) XrSpatialDiscoveryPersistenceUuidFilterEXT.persistedUuids(int assumedCount) XrPlaneDetectorLocationsEXT.planeLocations(int assumedCount) XrSpatialComponentPolygon2DListEXT.polygons(int assumedCount) XrSceneMarkerQRCodesMSFT.qrCodes(int assumedCount) XrShareSpacesInfoMETA.recipientInfo(int assumedCount) @NotNull LUID.PtrLUID.Ptr.reinterpret(long newSize) @NotNull MLCoordinateFrameUID.PtrMLCoordinateFrameUID.Ptr.reinterpret(long newSize) Assume theMLCoordinateFrameUID.Ptris capable of holding at leastnewSizestructures, create a new viewMLCoordinateFrameUID.Ptrthat uses the same backing storage as thisMLCoordinateFrameUID.Ptr, but with the new size.@NotNull XrActionCreateInfo.PtrXrActionCreateInfo.Ptr.reinterpret(long newSize) Assume theXrActionCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionCreateInfo.Ptrthat uses the same backing storage as thisXrActionCreateInfo.Ptr, but with the new size.@NotNull XrActionSetCreateInfo.PtrXrActionSetCreateInfo.Ptr.reinterpret(long newSize) Assume theXrActionSetCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionSetCreateInfo.Ptrthat uses the same backing storage as thisXrActionSetCreateInfo.Ptr, but with the new size.@NotNull XrActionSpaceCreateInfo.PtrXrActionSpaceCreateInfo.Ptr.reinterpret(long newSize) Assume theXrActionSpaceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionSpaceCreateInfo.Ptrthat uses the same backing storage as thisXrActionSpaceCreateInfo.Ptr, but with the new size.@NotNull XrActionsSyncInfo.PtrXrActionsSyncInfo.Ptr.reinterpret(long newSize) Assume theXrActionsSyncInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionsSyncInfo.Ptrthat uses the same backing storage as thisXrActionsSyncInfo.Ptr, but with the new size.@NotNull XrActionStateBoolean.PtrXrActionStateBoolean.Ptr.reinterpret(long newSize) Assume theXrActionStateBoolean.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionStateBoolean.Ptrthat uses the same backing storage as thisXrActionStateBoolean.Ptr, but with the new size.@NotNull XrActionStateFloat.PtrXrActionStateFloat.Ptr.reinterpret(long newSize) Assume theXrActionStateFloat.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionStateFloat.Ptrthat uses the same backing storage as thisXrActionStateFloat.Ptr, but with the new size.@NotNull XrActionStateGetInfo.PtrXrActionStateGetInfo.Ptr.reinterpret(long newSize) Assume theXrActionStateGetInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionStateGetInfo.Ptrthat uses the same backing storage as thisXrActionStateGetInfo.Ptr, but with the new size.@NotNull XrActionStatePose.PtrXrActionStatePose.Ptr.reinterpret(long newSize) Assume theXrActionStatePose.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionStatePose.Ptrthat uses the same backing storage as thisXrActionStatePose.Ptr, but with the new size.@NotNull XrActionStateVector2f.PtrXrActionStateVector2f.Ptr.reinterpret(long newSize) Assume theXrActionStateVector2f.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionStateVector2f.Ptrthat uses the same backing storage as thisXrActionStateVector2f.Ptr, but with the new size.@NotNull XrActionSuggestedBinding.PtrXrActionSuggestedBinding.Ptr.reinterpret(long newSize) Assume theXrActionSuggestedBinding.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionSuggestedBinding.Ptrthat uses the same backing storage as thisXrActionSuggestedBinding.Ptr, but with the new size.@NotNull XrActiveActionSet.PtrXrActiveActionSet.Ptr.reinterpret(long newSize) Assume theXrActiveActionSet.Ptris capable of holding at leastnewSizestructures, create a new viewXrActiveActionSet.Ptrthat uses the same backing storage as thisXrActiveActionSet.Ptr, but with the new size.@NotNull XrActiveActionSetPrioritiesEXT.PtrXrActiveActionSetPrioritiesEXT.Ptr.reinterpret(long newSize) Assume theXrActiveActionSetPrioritiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrActiveActionSetPrioritiesEXT.Ptrthat uses the same backing storage as thisXrActiveActionSetPrioritiesEXT.Ptr, but with the new size.@NotNull XrActiveActionSetPriorityEXT.PtrXrActiveActionSetPriorityEXT.Ptr.reinterpret(long newSize) Assume theXrActiveActionSetPriorityEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrActiveActionSetPriorityEXT.Ptrthat uses the same backing storage as thisXrActiveActionSetPriorityEXT.Ptr, but with the new size.@NotNull XrAnchorSpaceCreateInfoBD.PtrXrAnchorSpaceCreateInfoBD.Ptr.reinterpret(long newSize) Assume theXrAnchorSpaceCreateInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrAnchorSpaceCreateInfoBD.Ptrthat uses the same backing storage as thisXrAnchorSpaceCreateInfoBD.Ptr, but with the new size.XrAndroidSurfaceSwapchainCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrAndroidSurfaceSwapchainCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrAndroidSurfaceSwapchainCreateInfoFB.Ptrthat uses the same backing storage as thisXrAndroidSurfaceSwapchainCreateInfoFB.Ptr, but with the new size.@NotNull XrApiLayerCreateInfo.PtrXrApiLayerCreateInfo.Ptr.reinterpret(long newSize) Assume theXrApiLayerCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrApiLayerCreateInfo.Ptrthat uses the same backing storage as thisXrApiLayerCreateInfo.Ptr, but with the new size.@NotNull XrApiLayerNextInfo.PtrXrApiLayerNextInfo.Ptr.reinterpret(long newSize) Assume theXrApiLayerNextInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrApiLayerNextInfo.Ptrthat uses the same backing storage as thisXrApiLayerNextInfo.Ptr, but with the new size.@NotNull XrApiLayerProperties.PtrXrApiLayerProperties.Ptr.reinterpret(long newSize) Assume theXrApiLayerProperties.Ptris capable of holding at leastnewSizestructures, create a new viewXrApiLayerProperties.Ptrthat uses the same backing storage as thisXrApiLayerProperties.Ptr, but with the new size.@NotNull XrApplicationInfo.PtrXrApplicationInfo.Ptr.reinterpret(long newSize) Assume theXrApplicationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrApplicationInfo.Ptrthat uses the same backing storage as thisXrApplicationInfo.Ptr, but with the new size.@NotNull XrBaseInStructure.PtrXrBaseInStructure.Ptr.reinterpret(long newSize) Assume theXrBaseInStructure.Ptris capable of holding at leastnewSizestructures, create a new viewXrBaseInStructure.Ptrthat uses the same backing storage as thisXrBaseInStructure.Ptr, but with the new size.@NotNull XrBaseOutStructure.PtrXrBaseOutStructure.Ptr.reinterpret(long newSize) Assume theXrBaseOutStructure.Ptris capable of holding at leastnewSizestructures, create a new viewXrBaseOutStructure.Ptrthat uses the same backing storage as thisXrBaseOutStructure.Ptr, but with the new size.XrBindingModificationBaseHeaderKHR.Ptr.reinterpret(long newSize) Assume theXrBindingModificationBaseHeaderKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrBindingModificationBaseHeaderKHR.Ptrthat uses the same backing storage as thisXrBindingModificationBaseHeaderKHR.Ptr, but with the new size.@NotNull XrBindingModificationsKHR.PtrXrBindingModificationsKHR.Ptr.reinterpret(long newSize) Assume theXrBindingModificationsKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrBindingModificationsKHR.Ptrthat uses the same backing storage as thisXrBindingModificationsKHR.Ptr, but with the new size.@NotNull XrBodyJointLocationBD.PtrXrBodyJointLocationBD.Ptr.reinterpret(long newSize) Assume theXrBodyJointLocationBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointLocationBD.Ptrthat uses the same backing storage as thisXrBodyJointLocationBD.Ptr, but with the new size.@NotNull XrBodyJointLocationFB.PtrXrBodyJointLocationFB.Ptr.reinterpret(long newSize) Assume theXrBodyJointLocationFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointLocationFB.Ptrthat uses the same backing storage as thisXrBodyJointLocationFB.Ptr, but with the new size.@NotNull XrBodyJointLocationHTC.PtrXrBodyJointLocationHTC.Ptr.reinterpret(long newSize) Assume theXrBodyJointLocationHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointLocationHTC.Ptrthat uses the same backing storage as thisXrBodyJointLocationHTC.Ptr, but with the new size.@NotNull XrBodyJointLocationsBD.PtrXrBodyJointLocationsBD.Ptr.reinterpret(long newSize) Assume theXrBodyJointLocationsBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointLocationsBD.Ptrthat uses the same backing storage as thisXrBodyJointLocationsBD.Ptr, but with the new size.@NotNull XrBodyJointLocationsFB.PtrXrBodyJointLocationsFB.Ptr.reinterpret(long newSize) Assume theXrBodyJointLocationsFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointLocationsFB.Ptrthat uses the same backing storage as thisXrBodyJointLocationsFB.Ptr, but with the new size.@NotNull XrBodyJointLocationsHTC.PtrXrBodyJointLocationsHTC.Ptr.reinterpret(long newSize) Assume theXrBodyJointLocationsHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointLocationsHTC.Ptrthat uses the same backing storage as thisXrBodyJointLocationsHTC.Ptr, but with the new size.@NotNull XrBodyJointsLocateInfoBD.PtrXrBodyJointsLocateInfoBD.Ptr.reinterpret(long newSize) Assume theXrBodyJointsLocateInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointsLocateInfoBD.Ptrthat uses the same backing storage as thisXrBodyJointsLocateInfoBD.Ptr, but with the new size.@NotNull XrBodyJointsLocateInfoFB.PtrXrBodyJointsLocateInfoFB.Ptr.reinterpret(long newSize) Assume theXrBodyJointsLocateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointsLocateInfoFB.Ptrthat uses the same backing storage as thisXrBodyJointsLocateInfoFB.Ptr, but with the new size.@NotNull XrBodyJointsLocateInfoHTC.PtrXrBodyJointsLocateInfoHTC.Ptr.reinterpret(long newSize) Assume theXrBodyJointsLocateInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointsLocateInfoHTC.Ptrthat uses the same backing storage as thisXrBodyJointsLocateInfoHTC.Ptr, but with the new size.@NotNull XrBodySkeletonFB.PtrXrBodySkeletonFB.Ptr.reinterpret(long newSize) Assume theXrBodySkeletonFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodySkeletonFB.Ptrthat uses the same backing storage as thisXrBodySkeletonFB.Ptr, but with the new size.@NotNull XrBodySkeletonHTC.PtrXrBodySkeletonHTC.Ptr.reinterpret(long newSize) Assume theXrBodySkeletonHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodySkeletonHTC.Ptrthat uses the same backing storage as thisXrBodySkeletonHTC.Ptr, but with the new size.@NotNull XrBodySkeletonJointFB.PtrXrBodySkeletonJointFB.Ptr.reinterpret(long newSize) Assume theXrBodySkeletonJointFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodySkeletonJointFB.Ptrthat uses the same backing storage as thisXrBodySkeletonJointFB.Ptr, but with the new size.@NotNull XrBodySkeletonJointHTC.PtrXrBodySkeletonJointHTC.Ptr.reinterpret(long newSize) Assume theXrBodySkeletonJointHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodySkeletonJointHTC.Ptrthat uses the same backing storage as thisXrBodySkeletonJointHTC.Ptr, but with the new size.@NotNull XrBodyTrackerCreateInfoBD.PtrXrBodyTrackerCreateInfoBD.Ptr.reinterpret(long newSize) Assume theXrBodyTrackerCreateInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyTrackerCreateInfoBD.Ptrthat uses the same backing storage as thisXrBodyTrackerCreateInfoBD.Ptr, but with the new size.@NotNull XrBodyTrackerCreateInfoFB.PtrXrBodyTrackerCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrBodyTrackerCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyTrackerCreateInfoFB.Ptrthat uses the same backing storage as thisXrBodyTrackerCreateInfoFB.Ptr, but with the new size.@NotNull XrBodyTrackerCreateInfoHTC.PtrXrBodyTrackerCreateInfoHTC.Ptr.reinterpret(long newSize) Assume theXrBodyTrackerCreateInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyTrackerCreateInfoHTC.Ptrthat uses the same backing storage as thisXrBodyTrackerCreateInfoHTC.Ptr, but with the new size.@NotNull XrBoundary2DFB.PtrXrBoundary2DFB.Ptr.reinterpret(long newSize) Assume theXrBoundary2DFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrBoundary2DFB.Ptrthat uses the same backing storage as thisXrBoundary2DFB.Ptr, but with the new size.XrBoundSourcesForActionEnumerateInfo.Ptr.reinterpret(long newSize) Assume theXrBoundSourcesForActionEnumerateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrBoundSourcesForActionEnumerateInfo.Ptrthat uses the same backing storage as thisXrBoundSourcesForActionEnumerateInfo.Ptr, but with the new size.@NotNull XrBoxf.PtrXrBoxf.Ptr.reinterpret(long newSize) Assume theXrBoxf.Ptris capable of holding at leastnewSizestructures, create a new viewXrBoxf.Ptrthat uses the same backing storage as thisXrBoxf.Ptr, but with the new size.@NotNull XrBoxfKHR.PtrXrBoxfKHR.Ptr.reinterpret(long newSize) Assume theXrBoxfKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrBoxfKHR.Ptrthat uses the same backing storage as thisXrBoxfKHR.Ptr, but with the new size.XrColocationAdvertisementStartInfoMETA.Ptr.reinterpret(long newSize) Assume theXrColocationAdvertisementStartInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrColocationAdvertisementStartInfoMETA.Ptrthat uses the same backing storage as thisXrColocationAdvertisementStartInfoMETA.Ptr, but with the new size.XrColocationAdvertisementStopInfoMETA.Ptr.reinterpret(long newSize) Assume theXrColocationAdvertisementStopInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrColocationAdvertisementStopInfoMETA.Ptrthat uses the same backing storage as thisXrColocationAdvertisementStopInfoMETA.Ptr, but with the new size.XrColocationDiscoveryStartInfoMETA.Ptr.reinterpret(long newSize) Assume theXrColocationDiscoveryStartInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrColocationDiscoveryStartInfoMETA.Ptrthat uses the same backing storage as thisXrColocationDiscoveryStartInfoMETA.Ptr, but with the new size.XrColocationDiscoveryStopInfoMETA.Ptr.reinterpret(long newSize) Assume theXrColocationDiscoveryStopInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrColocationDiscoveryStopInfoMETA.Ptrthat uses the same backing storage as thisXrColocationDiscoveryStopInfoMETA.Ptr, but with the new size.@NotNull XrColor3f.PtrXrColor3f.Ptr.reinterpret(long newSize) Assume theXrColor3f.Ptris capable of holding at leastnewSizestructures, create a new viewXrColor3f.Ptrthat uses the same backing storage as thisXrColor3f.Ptr, but with the new size.@NotNull XrColor3fKHR.PtrXrColor3fKHR.Ptr.reinterpret(long newSize) Assume theXrColor3fKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrColor3fKHR.Ptrthat uses the same backing storage as thisXrColor3fKHR.Ptr, but with the new size.@NotNull XrColor4f.PtrXrColor4f.Ptr.reinterpret(long newSize) Assume theXrColor4f.Ptris capable of holding at leastnewSizestructures, create a new viewXrColor4f.Ptrthat uses the same backing storage as thisXrColor4f.Ptr, but with the new size.@NotNull XrCompositionLayerAlphaBlendFB.PtrXrCompositionLayerAlphaBlendFB.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerAlphaBlendFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerAlphaBlendFB.Ptrthat uses the same backing storage as thisXrCompositionLayerAlphaBlendFB.Ptr, but with the new size.@NotNull XrCompositionLayerBaseHeader.PtrXrCompositionLayerBaseHeader.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerBaseHeader.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerBaseHeader.Ptrthat uses the same backing storage as thisXrCompositionLayerBaseHeader.Ptr, but with the new size.XrCompositionLayerColorScaleBiasKHR.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerColorScaleBiasKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerColorScaleBiasKHR.Ptrthat uses the same backing storage as thisXrCompositionLayerColorScaleBiasKHR.Ptr, but with the new size.@NotNull XrCompositionLayerCubeKHR.PtrXrCompositionLayerCubeKHR.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerCubeKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerCubeKHR.Ptrthat uses the same backing storage as thisXrCompositionLayerCubeKHR.Ptr, but with the new size.@NotNull XrCompositionLayerCylinderKHR.PtrXrCompositionLayerCylinderKHR.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerCylinderKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerCylinderKHR.Ptrthat uses the same backing storage as thisXrCompositionLayerCylinderKHR.Ptr, but with the new size.@NotNull XrCompositionLayerDepthInfoKHR.PtrXrCompositionLayerDepthInfoKHR.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerDepthInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerDepthInfoKHR.Ptrthat uses the same backing storage as thisXrCompositionLayerDepthInfoKHR.Ptr, but with the new size.@NotNull XrCompositionLayerDepthTestFB.PtrXrCompositionLayerDepthTestFB.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerDepthTestFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerDepthTestFB.Ptrthat uses the same backing storage as thisXrCompositionLayerDepthTestFB.Ptr, but with the new size.@NotNull XrCompositionLayerDepthTestVARJO.PtrXrCompositionLayerDepthTestVARJO.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerDepthTestVARJO.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerDepthTestVARJO.Ptrthat uses the same backing storage as thisXrCompositionLayerDepthTestVARJO.Ptr, but with the new size.@NotNull XrCompositionLayerEquirect2KHR.PtrXrCompositionLayerEquirect2KHR.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerEquirect2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerEquirect2KHR.Ptrthat uses the same backing storage as thisXrCompositionLayerEquirect2KHR.Ptr, but with the new size.@NotNull XrCompositionLayerEquirectKHR.PtrXrCompositionLayerEquirectKHR.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerEquirectKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerEquirectKHR.Ptrthat uses the same backing storage as thisXrCompositionLayerEquirectKHR.Ptr, but with the new size.@NotNull XrCompositionLayerImageLayoutFB.PtrXrCompositionLayerImageLayoutFB.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerImageLayoutFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerImageLayoutFB.Ptrthat uses the same backing storage as thisXrCompositionLayerImageLayoutFB.Ptr, but with the new size.@NotNull XrCompositionLayerPassthroughFB.PtrXrCompositionLayerPassthroughFB.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerPassthroughFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerPassthroughFB.Ptrthat uses the same backing storage as thisXrCompositionLayerPassthroughFB.Ptr, but with the new size.@NotNull XrCompositionLayerPassthroughHTC.PtrXrCompositionLayerPassthroughHTC.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerPassthroughHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerPassthroughHTC.Ptrthat uses the same backing storage as thisXrCompositionLayerPassthroughHTC.Ptr, but with the new size.@NotNull XrCompositionLayerProjection.PtrXrCompositionLayerProjection.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerProjection.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerProjection.Ptrthat uses the same backing storage as thisXrCompositionLayerProjection.Ptr, but with the new size.@NotNull XrCompositionLayerProjectionView.PtrXrCompositionLayerProjectionView.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerProjectionView.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerProjectionView.Ptrthat uses the same backing storage as thisXrCompositionLayerProjectionView.Ptr, but with the new size.@NotNull XrCompositionLayerQuad.PtrXrCompositionLayerQuad.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerQuad.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerQuad.Ptrthat uses the same backing storage as thisXrCompositionLayerQuad.Ptr, but with the new size.XrCompositionLayerReprojectionInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerReprojectionInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerReprojectionInfoMSFT.Ptrthat uses the same backing storage as thisXrCompositionLayerReprojectionInfoMSFT.Ptr, but with the new size.XrCompositionLayerReprojectionPlaneOverrideMSFT.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerReprojectionPlaneOverrideMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerReprojectionPlaneOverrideMSFT.Ptrthat uses the same backing storage as thisXrCompositionLayerReprojectionPlaneOverrideMSFT.Ptr, but with the new size.XrCompositionLayerSecureContentFB.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerSecureContentFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerSecureContentFB.Ptrthat uses the same backing storage as thisXrCompositionLayerSecureContentFB.Ptr, but with the new size.@NotNull XrCompositionLayerSettingsFB.PtrXrCompositionLayerSettingsFB.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerSettingsFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerSettingsFB.Ptrthat uses the same backing storage as thisXrCompositionLayerSettingsFB.Ptr, but with the new size.XrCompositionLayerSpaceWarpInfoFB.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerSpaceWarpInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerSpaceWarpInfoFB.Ptrthat uses the same backing storage as thisXrCompositionLayerSpaceWarpInfoFB.Ptr, but with the new size.@NotNull XrControllerModelKeyStateMSFT.PtrXrControllerModelKeyStateMSFT.Ptr.reinterpret(long newSize) Assume theXrControllerModelKeyStateMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrControllerModelKeyStateMSFT.Ptrthat uses the same backing storage as thisXrControllerModelKeyStateMSFT.Ptr, but with the new size.XrControllerModelNodePropertiesMSFT.Ptr.reinterpret(long newSize) Assume theXrControllerModelNodePropertiesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrControllerModelNodePropertiesMSFT.Ptrthat uses the same backing storage as thisXrControllerModelNodePropertiesMSFT.Ptr, but with the new size.@NotNull XrControllerModelNodeStateMSFT.PtrXrControllerModelNodeStateMSFT.Ptr.reinterpret(long newSize) Assume theXrControllerModelNodeStateMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrControllerModelNodeStateMSFT.Ptrthat uses the same backing storage as thisXrControllerModelNodeStateMSFT.Ptr, but with the new size.@NotNull XrControllerModelPropertiesMSFT.PtrXrControllerModelPropertiesMSFT.Ptr.reinterpret(long newSize) Assume theXrControllerModelPropertiesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrControllerModelPropertiesMSFT.Ptrthat uses the same backing storage as thisXrControllerModelPropertiesMSFT.Ptr, but with the new size.@NotNull XrControllerModelStateMSFT.PtrXrControllerModelStateMSFT.Ptr.reinterpret(long newSize) Assume theXrControllerModelStateMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrControllerModelStateMSFT.Ptrthat uses the same backing storage as thisXrControllerModelStateMSFT.Ptr, but with the new size.@NotNull XrCoordinateSpaceCreateInfoML.PtrXrCoordinateSpaceCreateInfoML.Ptr.reinterpret(long newSize) Assume theXrCoordinateSpaceCreateInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrCoordinateSpaceCreateInfoML.Ptrthat uses the same backing storage as thisXrCoordinateSpaceCreateInfoML.Ptr, but with the new size.XrCreateSpatialAnchorsCompletionML.Ptr.reinterpret(long newSize) Assume theXrCreateSpatialAnchorsCompletionML.Ptris capable of holding at leastnewSizestructures, create a new viewXrCreateSpatialAnchorsCompletionML.Ptrthat uses the same backing storage as thisXrCreateSpatialAnchorsCompletionML.Ptr, but with the new size.XrCreateSpatialContextCompletionEXT.Ptr.reinterpret(long newSize) Assume theXrCreateSpatialContextCompletionEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrCreateSpatialContextCompletionEXT.Ptrthat uses the same backing storage as thisXrCreateSpatialContextCompletionEXT.Ptr, but with the new size.XrCreateSpatialDiscoverySnapshotCompletionEXT.Ptr.reinterpret(long newSize) Assume theXrCreateSpatialDiscoverySnapshotCompletionEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrCreateSpatialDiscoverySnapshotCompletionEXT.Ptrthat uses the same backing storage as thisXrCreateSpatialDiscoverySnapshotCompletionEXT.Ptr, but with the new size.XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.reinterpret(long newSize) Assume theXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptrthat uses the same backing storage as thisXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr, but with the new size.XrCreateSpatialPersistenceContextCompletionEXT.Ptr.reinterpret(long newSize) Assume theXrCreateSpatialPersistenceContextCompletionEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrCreateSpatialPersistenceContextCompletionEXT.Ptrthat uses the same backing storage as thisXrCreateSpatialPersistenceContextCompletionEXT.Ptr, but with the new size.@NotNull XrDebugUtilsLabelEXT.PtrXrDebugUtilsLabelEXT.Ptr.reinterpret(long newSize) Assume theXrDebugUtilsLabelEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrDebugUtilsLabelEXT.Ptrthat uses the same backing storage as thisXrDebugUtilsLabelEXT.Ptr, but with the new size.XrDebugUtilsMessengerCallbackDataEXT.Ptr.reinterpret(long newSize) Assume theXrDebugUtilsMessengerCallbackDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrDebugUtilsMessengerCallbackDataEXT.Ptrthat uses the same backing storage as thisXrDebugUtilsMessengerCallbackDataEXT.Ptr, but with the new size.XrDebugUtilsMessengerCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrDebugUtilsMessengerCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrDebugUtilsMessengerCreateInfoEXT.Ptrthat uses the same backing storage as thisXrDebugUtilsMessengerCreateInfoEXT.Ptr, but with the new size.@NotNull XrDebugUtilsObjectNameInfoEXT.PtrXrDebugUtilsObjectNameInfoEXT.Ptr.reinterpret(long newSize) Assume theXrDebugUtilsObjectNameInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrDebugUtilsObjectNameInfoEXT.Ptrthat uses the same backing storage as thisXrDebugUtilsObjectNameInfoEXT.Ptr, but with the new size.@NotNull XrDeserializeSceneFragmentMSFT.PtrXrDeserializeSceneFragmentMSFT.Ptr.reinterpret(long newSize) Assume theXrDeserializeSceneFragmentMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrDeserializeSceneFragmentMSFT.Ptrthat uses the same backing storage as thisXrDeserializeSceneFragmentMSFT.Ptr, but with the new size.@NotNull XrDevicePcmSampleRateGetInfoFB.PtrXrDevicePcmSampleRateGetInfoFB.Ptr.reinterpret(long newSize) Assume theXrDevicePcmSampleRateGetInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrDevicePcmSampleRateGetInfoFB.Ptrthat uses the same backing storage as thisXrDevicePcmSampleRateGetInfoFB.Ptr, but with the new size.@NotNull XrDevicePcmSampleRateStateFB.PtrXrDevicePcmSampleRateStateFB.Ptr.reinterpret(long newSize) Assume theXrDevicePcmSampleRateStateFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrDevicePcmSampleRateStateFB.Ptrthat uses the same backing storage as thisXrDevicePcmSampleRateStateFB.Ptr, but with the new size.@NotNull XrDigitalLensControlALMALENCE.PtrXrDigitalLensControlALMALENCE.Ptr.reinterpret(long newSize) Assume theXrDigitalLensControlALMALENCE.Ptris capable of holding at leastnewSizestructures, create a new viewXrDigitalLensControlALMALENCE.Ptrthat uses the same backing storage as thisXrDigitalLensControlALMALENCE.Ptr, but with the new size.XrEnvironmentDepthHandRemovalSetInfoMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthHandRemovalSetInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthHandRemovalSetInfoMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthHandRemovalSetInfoMETA.Ptr, but with the new size.XrEnvironmentDepthImageAcquireInfoMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthImageAcquireInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthImageAcquireInfoMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthImageAcquireInfoMETA.Ptr, but with the new size.@NotNull XrEnvironmentDepthImageMETA.PtrXrEnvironmentDepthImageMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthImageMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthImageMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthImageMETA.Ptr, but with the new size.@NotNull XrEnvironmentDepthImageViewMETA.PtrXrEnvironmentDepthImageViewMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthImageViewMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthImageViewMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthImageViewMETA.Ptr, but with the new size.XrEnvironmentDepthProviderCreateInfoMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthProviderCreateInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthProviderCreateInfoMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthProviderCreateInfoMETA.Ptr, but with the new size.XrEnvironmentDepthSwapchainCreateInfoMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthSwapchainCreateInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthSwapchainCreateInfoMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthSwapchainCreateInfoMETA.Ptr, but with the new size.XrEnvironmentDepthSwapchainStateMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthSwapchainStateMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthSwapchainStateMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthSwapchainStateMETA.Ptr, but with the new size.@NotNull XrEventDataBaseHeader.PtrXrEventDataBaseHeader.Ptr.reinterpret(long newSize) Assume theXrEventDataBaseHeader.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataBaseHeader.Ptrthat uses the same backing storage as thisXrEventDataBaseHeader.Ptr, but with the new size.@NotNull XrEventDataBuffer.PtrXrEventDataBuffer.Ptr.reinterpret(long newSize) Assume theXrEventDataBuffer.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataBuffer.Ptrthat uses the same backing storage as thisXrEventDataBuffer.Ptr, but with the new size.XrEventDataColocationAdvertisementCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataColocationAdvertisementCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataColocationAdvertisementCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataColocationAdvertisementCompleteMETA.Ptr, but with the new size.XrEventDataColocationDiscoveryCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataColocationDiscoveryCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataColocationDiscoveryCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataColocationDiscoveryCompleteMETA.Ptr, but with the new size.XrEventDataColocationDiscoveryResultMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataColocationDiscoveryResultMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataColocationDiscoveryResultMETA.Ptrthat uses the same backing storage as thisXrEventDataColocationDiscoveryResultMETA.Ptr, but with the new size.XrEventDataDisplayRefreshRateChangedFB.Ptr.reinterpret(long newSize) Assume theXrEventDataDisplayRefreshRateChangedFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataDisplayRefreshRateChangedFB.Ptrthat uses the same backing storage as thisXrEventDataDisplayRefreshRateChangedFB.Ptr, but with the new size.@NotNull XrEventDataEventsLost.PtrXrEventDataEventsLost.Ptr.reinterpret(long newSize) Assume theXrEventDataEventsLost.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataEventsLost.Ptrthat uses the same backing storage as thisXrEventDataEventsLost.Ptr, but with the new size.XrEventDataEyeCalibrationChangedML.Ptr.reinterpret(long newSize) Assume theXrEventDataEyeCalibrationChangedML.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataEyeCalibrationChangedML.Ptrthat uses the same backing storage as thisXrEventDataEyeCalibrationChangedML.Ptr, but with the new size.@NotNull XrEventDataHeadsetFitChangedML.PtrXrEventDataHeadsetFitChangedML.Ptr.reinterpret(long newSize) Assume theXrEventDataHeadsetFitChangedML.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataHeadsetFitChangedML.Ptrthat uses the same backing storage as thisXrEventDataHeadsetFitChangedML.Ptr, but with the new size.@NotNull XrEventDataInstanceLossPending.PtrXrEventDataInstanceLossPending.Ptr.reinterpret(long newSize) Assume theXrEventDataInstanceLossPending.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataInstanceLossPending.Ptrthat uses the same backing storage as thisXrEventDataInstanceLossPending.Ptr, but with the new size.XrEventDataInteractionProfileChanged.Ptr.reinterpret(long newSize) Assume theXrEventDataInteractionProfileChanged.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataInteractionProfileChanged.Ptrthat uses the same backing storage as thisXrEventDataInteractionProfileChanged.Ptr, but with the new size.XrEventDataInteractionRenderModelsChangedEXT.Ptr.reinterpret(long newSize) Assume theXrEventDataInteractionRenderModelsChangedEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataInteractionRenderModelsChangedEXT.Ptrthat uses the same backing storage as thisXrEventDataInteractionRenderModelsChangedEXT.Ptr, but with the new size.@NotNull XrEventDataLocalizationChangedML.PtrXrEventDataLocalizationChangedML.Ptr.reinterpret(long newSize) Assume theXrEventDataLocalizationChangedML.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataLocalizationChangedML.Ptrthat uses the same backing storage as thisXrEventDataLocalizationChangedML.Ptr, but with the new size.XrEventDataMainSessionVisibilityChangedEXTX.Ptr.reinterpret(long newSize) Assume theXrEventDataMainSessionVisibilityChangedEXTX.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataMainSessionVisibilityChangedEXTX.Ptrthat uses the same backing storage as thisXrEventDataMainSessionVisibilityChangedEXTX.Ptr, but with the new size.XrEventDataMarkerTrackingUpdateVARJO.Ptr.reinterpret(long newSize) Assume theXrEventDataMarkerTrackingUpdateVARJO.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataMarkerTrackingUpdateVARJO.Ptrthat uses the same backing storage as thisXrEventDataMarkerTrackingUpdateVARJO.Ptr, but with the new size.XrEventDataPassthroughLayerResumedMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataPassthroughLayerResumedMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataPassthroughLayerResumedMETA.Ptrthat uses the same backing storage as thisXrEventDataPassthroughLayerResumedMETA.Ptr, but with the new size.XrEventDataPassthroughStateChangedFB.Ptr.reinterpret(long newSize) Assume theXrEventDataPassthroughStateChangedFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataPassthroughStateChangedFB.Ptrthat uses the same backing storage as thisXrEventDataPassthroughStateChangedFB.Ptr, but with the new size.@NotNull XrEventDataPerfSettingsEXT.PtrXrEventDataPerfSettingsEXT.Ptr.reinterpret(long newSize) Assume theXrEventDataPerfSettingsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataPerfSettingsEXT.Ptrthat uses the same backing storage as thisXrEventDataPerfSettingsEXT.Ptr, but with the new size.XrEventDataReferenceSpaceChangePending.Ptr.reinterpret(long newSize) Assume theXrEventDataReferenceSpaceChangePending.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataReferenceSpaceChangePending.Ptrthat uses the same backing storage as thisXrEventDataReferenceSpaceChangePending.Ptr, but with the new size.XrEventDataSceneCaptureCompleteFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSceneCaptureCompleteFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSceneCaptureCompleteFB.Ptrthat uses the same backing storage as thisXrEventDataSceneCaptureCompleteFB.Ptr, but with the new size.XrEventDataSenseDataProviderStateChangedBD.Ptr.reinterpret(long newSize) Assume theXrEventDataSenseDataProviderStateChangedBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSenseDataProviderStateChangedBD.Ptrthat uses the same backing storage as thisXrEventDataSenseDataProviderStateChangedBD.Ptr, but with the new size.@NotNull XrEventDataSenseDataUpdatedBD.PtrXrEventDataSenseDataUpdatedBD.Ptr.reinterpret(long newSize) Assume theXrEventDataSenseDataUpdatedBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSenseDataUpdatedBD.Ptrthat uses the same backing storage as thisXrEventDataSenseDataUpdatedBD.Ptr, but with the new size.@NotNull XrEventDataSessionStateChanged.PtrXrEventDataSessionStateChanged.Ptr.reinterpret(long newSize) Assume theXrEventDataSessionStateChanged.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSessionStateChanged.Ptrthat uses the same backing storage as thisXrEventDataSessionStateChanged.Ptr, but with the new size.XrEventDataShareSpacesCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataShareSpacesCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataShareSpacesCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataShareSpacesCompleteMETA.Ptr, but with the new size.@NotNull XrEventDataSpaceEraseCompleteFB.PtrXrEventDataSpaceEraseCompleteFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSpaceEraseCompleteFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpaceEraseCompleteFB.Ptrthat uses the same backing storage as thisXrEventDataSpaceEraseCompleteFB.Ptr, but with the new size.XrEventDataSpaceListSaveCompleteFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSpaceListSaveCompleteFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpaceListSaveCompleteFB.Ptrthat uses the same backing storage as thisXrEventDataSpaceListSaveCompleteFB.Ptr, but with the new size.@NotNull XrEventDataSpaceQueryCompleteFB.PtrXrEventDataSpaceQueryCompleteFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSpaceQueryCompleteFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpaceQueryCompleteFB.Ptrthat uses the same backing storage as thisXrEventDataSpaceQueryCompleteFB.Ptr, but with the new size.XrEventDataSpaceQueryResultsAvailableFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSpaceQueryResultsAvailableFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpaceQueryResultsAvailableFB.Ptrthat uses the same backing storage as thisXrEventDataSpaceQueryResultsAvailableFB.Ptr, but with the new size.@NotNull XrEventDataSpaceSaveCompleteFB.PtrXrEventDataSpaceSaveCompleteFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSpaceSaveCompleteFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpaceSaveCompleteFB.Ptrthat uses the same backing storage as thisXrEventDataSpaceSaveCompleteFB.Ptr, but with the new size.XrEventDataSpaceSetStatusCompleteFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSpaceSetStatusCompleteFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpaceSetStatusCompleteFB.Ptrthat uses the same backing storage as thisXrEventDataSpaceSetStatusCompleteFB.Ptr, but with the new size.@NotNull XrEventDataSpaceShareCompleteFB.PtrXrEventDataSpaceShareCompleteFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSpaceShareCompleteFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpaceShareCompleteFB.Ptrthat uses the same backing storage as thisXrEventDataSpaceShareCompleteFB.Ptr, but with the new size.XrEventDataSpatialAnchorCreateCompleteFB.Ptr.reinterpret(long newSize) Assume theXrEventDataSpatialAnchorCreateCompleteFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpatialAnchorCreateCompleteFB.Ptrthat uses the same backing storage as thisXrEventDataSpatialAnchorCreateCompleteFB.Ptr, but with the new size.XrEventDataSpatialDiscoveryRecommendedEXT.Ptr.reinterpret(long newSize) Assume theXrEventDataSpatialDiscoveryRecommendedEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataSpatialDiscoveryRecommendedEXT.Ptrthat uses the same backing storage as thisXrEventDataSpatialDiscoveryRecommendedEXT.Ptr, but with the new size.XrEventDataStartColocationAdvertisementCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataStartColocationAdvertisementCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataStartColocationAdvertisementCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataStartColocationAdvertisementCompleteMETA.Ptr, but with the new size.XrEventDataStartColocationDiscoveryCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataStartColocationDiscoveryCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataStartColocationDiscoveryCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataStartColocationDiscoveryCompleteMETA.Ptr, but with the new size.XrEventDataStopColocationAdvertisementCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataStopColocationAdvertisementCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataStopColocationAdvertisementCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataStopColocationAdvertisementCompleteMETA.Ptr, but with the new size.XrEventDataStopColocationDiscoveryCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataStopColocationDiscoveryCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataStopColocationDiscoveryCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataStopColocationDiscoveryCompleteMETA.Ptr, but with the new size.XrEventDataUserPresenceChangedEXT.Ptr.reinterpret(long newSize) Assume theXrEventDataUserPresenceChangedEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataUserPresenceChangedEXT.Ptrthat uses the same backing storage as thisXrEventDataUserPresenceChangedEXT.Ptr, but with the new size.XrEventDataVirtualKeyboardBackspaceMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataVirtualKeyboardBackspaceMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataVirtualKeyboardBackspaceMETA.Ptrthat uses the same backing storage as thisXrEventDataVirtualKeyboardBackspaceMETA.Ptr, but with the new size.XrEventDataVirtualKeyboardCommitTextMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataVirtualKeyboardCommitTextMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataVirtualKeyboardCommitTextMETA.Ptrthat uses the same backing storage as thisXrEventDataVirtualKeyboardCommitTextMETA.Ptr, but with the new size.XrEventDataVirtualKeyboardEnterMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataVirtualKeyboardEnterMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataVirtualKeyboardEnterMETA.Ptrthat uses the same backing storage as thisXrEventDataVirtualKeyboardEnterMETA.Ptr, but with the new size.XrEventDataVirtualKeyboardHiddenMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataVirtualKeyboardHiddenMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataVirtualKeyboardHiddenMETA.Ptrthat uses the same backing storage as thisXrEventDataVirtualKeyboardHiddenMETA.Ptr, but with the new size.XrEventDataVirtualKeyboardShownMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataVirtualKeyboardShownMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataVirtualKeyboardShownMETA.Ptrthat uses the same backing storage as thisXrEventDataVirtualKeyboardShownMETA.Ptr, but with the new size.XrEventDataVisibilityMaskChangedKHR.Ptr.reinterpret(long newSize) Assume theXrEventDataVisibilityMaskChangedKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataVisibilityMaskChangedKHR.Ptrthat uses the same backing storage as thisXrEventDataVisibilityMaskChangedKHR.Ptr, but with the new size.XrEventDataViveTrackerConnectedHTCX.Ptr.reinterpret(long newSize) Assume theXrEventDataViveTrackerConnectedHTCX.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataViveTrackerConnectedHTCX.Ptrthat uses the same backing storage as thisXrEventDataViveTrackerConnectedHTCX.Ptr, but with the new size.@NotNull XrExtensionProperties.PtrXrExtensionProperties.Ptr.reinterpret(long newSize) Assume theXrExtensionProperties.Ptris capable of holding at leastnewSizestructures, create a new viewXrExtensionProperties.Ptrthat uses the same backing storage as thisXrExtensionProperties.Ptr, but with the new size.@NotNull XrExtent2Df.PtrXrExtent2Df.Ptr.reinterpret(long newSize) Assume theXrExtent2Df.Ptris capable of holding at leastnewSizestructures, create a new viewXrExtent2Df.Ptrthat uses the same backing storage as thisXrExtent2Df.Ptr, but with the new size.@NotNull XrExtent2Di.PtrXrExtent2Di.Ptr.reinterpret(long newSize) Assume theXrExtent2Di.Ptris capable of holding at leastnewSizestructures, create a new viewXrExtent2Di.Ptrthat uses the same backing storage as thisXrExtent2Di.Ptr, but with the new size.@NotNull XrExtent3Df.PtrXrExtent3Df.Ptr.reinterpret(long newSize) Assume theXrExtent3Df.Ptris capable of holding at leastnewSizestructures, create a new viewXrExtent3Df.Ptrthat uses the same backing storage as thisXrExtent3Df.Ptr, but with the new size.@NotNull XrExtent3DfEXT.PtrXrExtent3DfEXT.Ptr.reinterpret(long newSize) Assume theXrExtent3DfEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrExtent3DfEXT.Ptrthat uses the same backing storage as thisXrExtent3DfEXT.Ptr, but with the new size.@NotNull XrExtent3DfFB.PtrXrExtent3DfFB.Ptr.reinterpret(long newSize) Assume theXrExtent3DfFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrExtent3DfFB.Ptrthat uses the same backing storage as thisXrExtent3DfFB.Ptr, but with the new size.@NotNull XrExtent3DfKHR.PtrXrExtent3DfKHR.Ptr.reinterpret(long newSize) Assume theXrExtent3DfKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrExtent3DfKHR.Ptrthat uses the same backing storage as thisXrExtent3DfKHR.Ptr, but with the new size.@NotNull XrExternalCameraExtrinsicsOCULUS.PtrXrExternalCameraExtrinsicsOCULUS.Ptr.reinterpret(long newSize) Assume theXrExternalCameraExtrinsicsOCULUS.Ptris capable of holding at leastnewSizestructures, create a new viewXrExternalCameraExtrinsicsOCULUS.Ptrthat uses the same backing storage as thisXrExternalCameraExtrinsicsOCULUS.Ptr, but with the new size.@NotNull XrExternalCameraIntrinsicsOCULUS.PtrXrExternalCameraIntrinsicsOCULUS.Ptr.reinterpret(long newSize) Assume theXrExternalCameraIntrinsicsOCULUS.Ptris capable of holding at leastnewSizestructures, create a new viewXrExternalCameraIntrinsicsOCULUS.Ptrthat uses the same backing storage as thisXrExternalCameraIntrinsicsOCULUS.Ptr, but with the new size.@NotNull XrExternalCameraOCULUS.PtrXrExternalCameraOCULUS.Ptr.reinterpret(long newSize) Assume theXrExternalCameraOCULUS.Ptris capable of holding at leastnewSizestructures, create a new viewXrExternalCameraOCULUS.Ptrthat uses the same backing storage as thisXrExternalCameraOCULUS.Ptr, but with the new size.@NotNull XrEyeGazeFB.PtrXrEyeGazeFB.Ptr.reinterpret(long newSize) Assume theXrEyeGazeFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEyeGazeFB.Ptrthat uses the same backing storage as thisXrEyeGazeFB.Ptr, but with the new size.@NotNull XrEyeGazeSampleTimeEXT.PtrXrEyeGazeSampleTimeEXT.Ptr.reinterpret(long newSize) Assume theXrEyeGazeSampleTimeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrEyeGazeSampleTimeEXT.Ptrthat uses the same backing storage as thisXrEyeGazeSampleTimeEXT.Ptr, but with the new size.@NotNull XrEyeGazesFB.PtrXrEyeGazesFB.Ptr.reinterpret(long newSize) Assume theXrEyeGazesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEyeGazesFB.Ptrthat uses the same backing storage as thisXrEyeGazesFB.Ptr, but with the new size.@NotNull XrEyeGazesInfoFB.PtrXrEyeGazesInfoFB.Ptr.reinterpret(long newSize) Assume theXrEyeGazesInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEyeGazesInfoFB.Ptrthat uses the same backing storage as thisXrEyeGazesInfoFB.Ptr, but with the new size.@NotNull XrEyeTrackerCreateInfoFB.PtrXrEyeTrackerCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrEyeTrackerCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrEyeTrackerCreateInfoFB.Ptrthat uses the same backing storage as thisXrEyeTrackerCreateInfoFB.Ptr, but with the new size.@NotNull XrFaceExpressionInfo2FB.PtrXrFaceExpressionInfo2FB.Ptr.reinterpret(long newSize) Assume theXrFaceExpressionInfo2FB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFaceExpressionInfo2FB.Ptrthat uses the same backing storage as thisXrFaceExpressionInfo2FB.Ptr, but with the new size.@NotNull XrFaceExpressionInfoFB.PtrXrFaceExpressionInfoFB.Ptr.reinterpret(long newSize) Assume theXrFaceExpressionInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFaceExpressionInfoFB.Ptrthat uses the same backing storage as thisXrFaceExpressionInfoFB.Ptr, but with the new size.@NotNull XrFaceExpressionStatusFB.PtrXrFaceExpressionStatusFB.Ptr.reinterpret(long newSize) Assume theXrFaceExpressionStatusFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFaceExpressionStatusFB.Ptrthat uses the same backing storage as thisXrFaceExpressionStatusFB.Ptr, but with the new size.@NotNull XrFaceExpressionWeights2FB.PtrXrFaceExpressionWeights2FB.Ptr.reinterpret(long newSize) Assume theXrFaceExpressionWeights2FB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFaceExpressionWeights2FB.Ptrthat uses the same backing storage as thisXrFaceExpressionWeights2FB.Ptr, but with the new size.@NotNull XrFaceExpressionWeightsFB.PtrXrFaceExpressionWeightsFB.Ptr.reinterpret(long newSize) Assume theXrFaceExpressionWeightsFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFaceExpressionWeightsFB.Ptrthat uses the same backing storage as thisXrFaceExpressionWeightsFB.Ptr, but with the new size.@NotNull XrFaceTrackerCreateInfo2FB.PtrXrFaceTrackerCreateInfo2FB.Ptr.reinterpret(long newSize) Assume theXrFaceTrackerCreateInfo2FB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFaceTrackerCreateInfo2FB.Ptrthat uses the same backing storage as thisXrFaceTrackerCreateInfo2FB.Ptr, but with the new size.@NotNull XrFaceTrackerCreateInfoFB.PtrXrFaceTrackerCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrFaceTrackerCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFaceTrackerCreateInfoFB.Ptrthat uses the same backing storage as thisXrFaceTrackerCreateInfoFB.Ptr, but with the new size.XrFacialExpressionBlendShapeGetInfoML.Ptr.reinterpret(long newSize) Assume theXrFacialExpressionBlendShapeGetInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrFacialExpressionBlendShapeGetInfoML.Ptrthat uses the same backing storage as thisXrFacialExpressionBlendShapeGetInfoML.Ptr, but with the new size.XrFacialExpressionBlendShapePropertiesML.Ptr.reinterpret(long newSize) Assume theXrFacialExpressionBlendShapePropertiesML.Ptris capable of holding at leastnewSizestructures, create a new viewXrFacialExpressionBlendShapePropertiesML.Ptrthat uses the same backing storage as thisXrFacialExpressionBlendShapePropertiesML.Ptr, but with the new size.XrFacialExpressionClientCreateInfoML.Ptr.reinterpret(long newSize) Assume theXrFacialExpressionClientCreateInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrFacialExpressionClientCreateInfoML.Ptrthat uses the same backing storage as thisXrFacialExpressionClientCreateInfoML.Ptr, but with the new size.@NotNull XrFacialExpressionsHTC.PtrXrFacialExpressionsHTC.Ptr.reinterpret(long newSize) Assume theXrFacialExpressionsHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrFacialExpressionsHTC.Ptrthat uses the same backing storage as thisXrFacialExpressionsHTC.Ptr, but with the new size.@NotNull XrFacialTrackerCreateInfoHTC.PtrXrFacialTrackerCreateInfoHTC.Ptr.reinterpret(long newSize) Assume theXrFacialTrackerCreateInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrFacialTrackerCreateInfoHTC.Ptrthat uses the same backing storage as thisXrFacialTrackerCreateInfoHTC.Ptr, but with the new size.XrForceFeedbackCurlApplyLocationMNDX.Ptr.reinterpret(long newSize) Assume theXrForceFeedbackCurlApplyLocationMNDX.Ptris capable of holding at leastnewSizestructures, create a new viewXrForceFeedbackCurlApplyLocationMNDX.Ptrthat uses the same backing storage as thisXrForceFeedbackCurlApplyLocationMNDX.Ptr, but with the new size.XrForceFeedbackCurlApplyLocationsMNDX.Ptr.reinterpret(long newSize) Assume theXrForceFeedbackCurlApplyLocationsMNDX.Ptris capable of holding at leastnewSizestructures, create a new viewXrForceFeedbackCurlApplyLocationsMNDX.Ptrthat uses the same backing storage as thisXrForceFeedbackCurlApplyLocationsMNDX.Ptr, but with the new size.XrFoveatedViewConfigurationViewVARJO.Ptr.reinterpret(long newSize) Assume theXrFoveatedViewConfigurationViewVARJO.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveatedViewConfigurationViewVARJO.Ptrthat uses the same backing storage as thisXrFoveatedViewConfigurationViewVARJO.Ptr, but with the new size.@NotNull XrFoveationApplyInfoHTC.PtrXrFoveationApplyInfoHTC.Ptr.reinterpret(long newSize) Assume theXrFoveationApplyInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationApplyInfoHTC.Ptrthat uses the same backing storage as thisXrFoveationApplyInfoHTC.Ptr, but with the new size.@NotNull XrFoveationConfigurationHTC.PtrXrFoveationConfigurationHTC.Ptr.reinterpret(long newSize) Assume theXrFoveationConfigurationHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationConfigurationHTC.Ptrthat uses the same backing storage as thisXrFoveationConfigurationHTC.Ptr, but with the new size.@NotNull XrFoveationCustomModeInfoHTC.PtrXrFoveationCustomModeInfoHTC.Ptr.reinterpret(long newSize) Assume theXrFoveationCustomModeInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationCustomModeInfoHTC.Ptrthat uses the same backing storage as thisXrFoveationCustomModeInfoHTC.Ptr, but with the new size.@NotNull XrFoveationDynamicModeInfoHTC.PtrXrFoveationDynamicModeInfoHTC.Ptr.reinterpret(long newSize) Assume theXrFoveationDynamicModeInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationDynamicModeInfoHTC.Ptrthat uses the same backing storage as thisXrFoveationDynamicModeInfoHTC.Ptr, but with the new size.XrFoveationEyeTrackedProfileCreateInfoMETA.Ptr.reinterpret(long newSize) Assume theXrFoveationEyeTrackedProfileCreateInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationEyeTrackedProfileCreateInfoMETA.Ptrthat uses the same backing storage as thisXrFoveationEyeTrackedProfileCreateInfoMETA.Ptr, but with the new size.@NotNull XrFoveationEyeTrackedStateMETA.PtrXrFoveationEyeTrackedStateMETA.Ptr.reinterpret(long newSize) Assume theXrFoveationEyeTrackedStateMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationEyeTrackedStateMETA.Ptrthat uses the same backing storage as thisXrFoveationEyeTrackedStateMETA.Ptr, but with the new size.XrFoveationLevelProfileCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrFoveationLevelProfileCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationLevelProfileCreateInfoFB.Ptrthat uses the same backing storage as thisXrFoveationLevelProfileCreateInfoFB.Ptr, but with the new size.@NotNull XrFoveationProfileCreateInfoFB.PtrXrFoveationProfileCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrFoveationProfileCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationProfileCreateInfoFB.Ptrthat uses the same backing storage as thisXrFoveationProfileCreateInfoFB.Ptr, but with the new size.@NotNull XrFovf.PtrXrFovf.Ptr.reinterpret(long newSize) Assume theXrFovf.Ptris capable of holding at leastnewSizestructures, create a new viewXrFovf.Ptrthat uses the same backing storage as thisXrFovf.Ptr, but with the new size.@NotNull XrFrameBeginInfo.PtrXrFrameBeginInfo.Ptr.reinterpret(long newSize) Assume theXrFrameBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameBeginInfo.Ptrthat uses the same backing storage as thisXrFrameBeginInfo.Ptr, but with the new size.@NotNull XrFrameEndInfo.PtrXrFrameEndInfo.Ptr.reinterpret(long newSize) Assume theXrFrameEndInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameEndInfo.Ptrthat uses the same backing storage as thisXrFrameEndInfo.Ptr, but with the new size.@NotNull XrFrameEndInfoML.PtrXrFrameEndInfoML.Ptr.reinterpret(long newSize) Assume theXrFrameEndInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameEndInfoML.Ptrthat uses the same backing storage as thisXrFrameEndInfoML.Ptr, but with the new size.@NotNull XrFrameState.PtrXrFrameState.Ptr.reinterpret(long newSize) Assume theXrFrameState.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameState.Ptrthat uses the same backing storage as thisXrFrameState.Ptr, but with the new size.@NotNull XrFrameSynthesisConfigViewEXT.PtrXrFrameSynthesisConfigViewEXT.Ptr.reinterpret(long newSize) Assume theXrFrameSynthesisConfigViewEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameSynthesisConfigViewEXT.Ptrthat uses the same backing storage as thisXrFrameSynthesisConfigViewEXT.Ptr, but with the new size.@NotNull XrFrameSynthesisInfoEXT.PtrXrFrameSynthesisInfoEXT.Ptr.reinterpret(long newSize) Assume theXrFrameSynthesisInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameSynthesisInfoEXT.Ptrthat uses the same backing storage as thisXrFrameSynthesisInfoEXT.Ptr, but with the new size.@NotNull XrFrameWaitInfo.PtrXrFrameWaitInfo.Ptr.reinterpret(long newSize) Assume theXrFrameWaitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrameWaitInfo.Ptrthat uses the same backing storage as thisXrFrameWaitInfo.Ptr, but with the new size.@NotNull XrFrustumf.PtrXrFrustumf.Ptr.reinterpret(long newSize) Assume theXrFrustumf.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrustumf.Ptrthat uses the same backing storage as thisXrFrustumf.Ptr, but with the new size.@NotNull XrFrustumfKHR.PtrXrFrustumfKHR.Ptr.reinterpret(long newSize) Assume theXrFrustumfKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrFrustumfKHR.Ptrthat uses the same backing storage as thisXrFrustumfKHR.Ptr, but with the new size.@NotNull XrFutureCancelInfoEXT.PtrXrFutureCancelInfoEXT.Ptr.reinterpret(long newSize) Assume theXrFutureCancelInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrFutureCancelInfoEXT.Ptrthat uses the same backing storage as thisXrFutureCancelInfoEXT.Ptr, but with the new size.@NotNull XrFutureCompletionBaseHeaderEXT.PtrXrFutureCompletionBaseHeaderEXT.Ptr.reinterpret(long newSize) Assume theXrFutureCompletionBaseHeaderEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrFutureCompletionBaseHeaderEXT.Ptrthat uses the same backing storage as thisXrFutureCompletionBaseHeaderEXT.Ptr, but with the new size.@NotNull XrFutureCompletionEXT.PtrXrFutureCompletionEXT.Ptr.reinterpret(long newSize) Assume theXrFutureCompletionEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrFutureCompletionEXT.Ptrthat uses the same backing storage as thisXrFutureCompletionEXT.Ptr, but with the new size.@NotNull XrFuturePollInfoEXT.PtrXrFuturePollInfoEXT.Ptr.reinterpret(long newSize) Assume theXrFuturePollInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrFuturePollInfoEXT.Ptrthat uses the same backing storage as thisXrFuturePollInfoEXT.Ptr, but with the new size.@NotNull XrFuturePollResultEXT.PtrXrFuturePollResultEXT.Ptr.reinterpret(long newSize) Assume theXrFuturePollResultEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrFuturePollResultEXT.Ptrthat uses the same backing storage as thisXrFuturePollResultEXT.Ptr, but with the new size.@NotNull XrFuturePollResultProgressBD.PtrXrFuturePollResultProgressBD.Ptr.reinterpret(long newSize) Assume theXrFuturePollResultProgressBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrFuturePollResultProgressBD.Ptrthat uses the same backing storage as thisXrFuturePollResultProgressBD.Ptr, but with the new size.@NotNull XrGeometryInstanceCreateInfoFB.PtrXrGeometryInstanceCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrGeometryInstanceCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrGeometryInstanceCreateInfoFB.Ptrthat uses the same backing storage as thisXrGeometryInstanceCreateInfoFB.Ptr, but with the new size.@NotNull XrGeometryInstanceTransformFB.PtrXrGeometryInstanceTransformFB.Ptr.reinterpret(long newSize) Assume theXrGeometryInstanceTransformFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrGeometryInstanceTransformFB.Ptrthat uses the same backing storage as thisXrGeometryInstanceTransformFB.Ptr, but with the new size.@NotNull XrGlobalDimmerFrameEndInfoML.PtrXrGlobalDimmerFrameEndInfoML.Ptr.reinterpret(long newSize) Assume theXrGlobalDimmerFrameEndInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrGlobalDimmerFrameEndInfoML.Ptrthat uses the same backing storage as thisXrGlobalDimmerFrameEndInfoML.Ptr, but with the new size.@NotNull XrGraphicsBindingD3D11KHR.PtrXrGraphicsBindingD3D11KHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingD3D11KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingD3D11KHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingD3D11KHR.Ptr, but with the new size.@NotNull XrGraphicsBindingD3D12KHR.PtrXrGraphicsBindingD3D12KHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingD3D12KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingD3D12KHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingD3D12KHR.Ptr, but with the new size.@NotNull XrGraphicsBindingEGLMNDX.PtrXrGraphicsBindingEGLMNDX.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingEGLMNDX.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingEGLMNDX.Ptrthat uses the same backing storage as thisXrGraphicsBindingEGLMNDX.Ptr, but with the new size.@NotNull XrGraphicsBindingMetalKHR.PtrXrGraphicsBindingMetalKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingMetalKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingMetalKHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingMetalKHR.Ptr, but with the new size.XrGraphicsBindingOpenGLESAndroidKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingOpenGLESAndroidKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingOpenGLESAndroidKHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingOpenGLESAndroidKHR.Ptr, but with the new size.XrGraphicsBindingOpenGLWaylandKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingOpenGLWaylandKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingOpenGLWaylandKHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingOpenGLWaylandKHR.Ptr, but with the new size.@NotNull XrGraphicsBindingOpenGLWin32KHR.PtrXrGraphicsBindingOpenGLWin32KHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingOpenGLWin32KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingOpenGLWin32KHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingOpenGLWin32KHR.Ptr, but with the new size.@NotNull XrGraphicsBindingOpenGLXcbKHR.PtrXrGraphicsBindingOpenGLXcbKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingOpenGLXcbKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingOpenGLXcbKHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingOpenGLXcbKHR.Ptr, but with the new size.@NotNull XrGraphicsBindingOpenGLXlibKHR.PtrXrGraphicsBindingOpenGLXlibKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingOpenGLXlibKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingOpenGLXlibKHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingOpenGLXlibKHR.Ptr, but with the new size.@NotNull XrGraphicsBindingVulkan2KHR.PtrXrGraphicsBindingVulkan2KHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingVulkan2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingVulkan2KHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingVulkan2KHR.Ptr, but with the new size.@NotNull XrGraphicsBindingVulkanKHR.PtrXrGraphicsBindingVulkanKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsBindingVulkanKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsBindingVulkanKHR.Ptrthat uses the same backing storage as thisXrGraphicsBindingVulkanKHR.Ptr, but with the new size.@NotNull XrGraphicsRequirementsD3D11KHR.PtrXrGraphicsRequirementsD3D11KHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsRequirementsD3D11KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsRequirementsD3D11KHR.Ptrthat uses the same backing storage as thisXrGraphicsRequirementsD3D11KHR.Ptr, but with the new size.@NotNull XrGraphicsRequirementsD3D12KHR.PtrXrGraphicsRequirementsD3D12KHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsRequirementsD3D12KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsRequirementsD3D12KHR.Ptrthat uses the same backing storage as thisXrGraphicsRequirementsD3D12KHR.Ptr, but with the new size.@NotNull XrGraphicsRequirementsMetalKHR.PtrXrGraphicsRequirementsMetalKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsRequirementsMetalKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsRequirementsMetalKHR.Ptrthat uses the same backing storage as thisXrGraphicsRequirementsMetalKHR.Ptr, but with the new size.XrGraphicsRequirementsOpenGLESKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsRequirementsOpenGLESKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsRequirementsOpenGLESKHR.Ptrthat uses the same backing storage as thisXrGraphicsRequirementsOpenGLESKHR.Ptr, but with the new size.@NotNull XrGraphicsRequirementsOpenGLKHR.PtrXrGraphicsRequirementsOpenGLKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsRequirementsOpenGLKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsRequirementsOpenGLKHR.Ptrthat uses the same backing storage as thisXrGraphicsRequirementsOpenGLKHR.Ptr, but with the new size.@NotNull XrGraphicsRequirementsVulkan2KHR.PtrXrGraphicsRequirementsVulkan2KHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsRequirementsVulkan2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsRequirementsVulkan2KHR.Ptrthat uses the same backing storage as thisXrGraphicsRequirementsVulkan2KHR.Ptr, but with the new size.@NotNull XrGraphicsRequirementsVulkanKHR.PtrXrGraphicsRequirementsVulkanKHR.Ptr.reinterpret(long newSize) Assume theXrGraphicsRequirementsVulkanKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrGraphicsRequirementsVulkanKHR.Ptrthat uses the same backing storage as thisXrGraphicsRequirementsVulkanKHR.Ptr, but with the new size.@NotNull XrHandCapsuleFB.PtrXrHandCapsuleFB.Ptr.reinterpret(long newSize) Assume theXrHandCapsuleFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandCapsuleFB.Ptrthat uses the same backing storage as thisXrHandCapsuleFB.Ptr, but with the new size.@NotNull XrHandJointLocationEXT.PtrXrHandJointLocationEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointLocationEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointLocationEXT.Ptrthat uses the same backing storage as thisXrHandJointLocationEXT.Ptr, but with the new size.@NotNull XrHandJointLocationsEXT.PtrXrHandJointLocationsEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointLocationsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointLocationsEXT.Ptrthat uses the same backing storage as thisXrHandJointLocationsEXT.Ptr, but with the new size.@NotNull XrHandJointsLocateInfoEXT.PtrXrHandJointsLocateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointsLocateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointsLocateInfoEXT.Ptrthat uses the same backing storage as thisXrHandJointsLocateInfoEXT.Ptr, but with the new size.@NotNull XrHandJointsMotionRangeInfoEXT.PtrXrHandJointsMotionRangeInfoEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointsMotionRangeInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointsMotionRangeInfoEXT.Ptrthat uses the same backing storage as thisXrHandJointsMotionRangeInfoEXT.Ptr, but with the new size.@NotNull XrHandJointVelocitiesEXT.PtrXrHandJointVelocitiesEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointVelocitiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointVelocitiesEXT.Ptrthat uses the same backing storage as thisXrHandJointVelocitiesEXT.Ptr, but with the new size.@NotNull XrHandJointVelocityEXT.PtrXrHandJointVelocityEXT.Ptr.reinterpret(long newSize) Assume theXrHandJointVelocityEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandJointVelocityEXT.Ptrthat uses the same backing storage as thisXrHandJointVelocityEXT.Ptr, but with the new size.@NotNull XrHandMeshIndexBufferMSFT.PtrXrHandMeshIndexBufferMSFT.Ptr.reinterpret(long newSize) Assume theXrHandMeshIndexBufferMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandMeshIndexBufferMSFT.Ptrthat uses the same backing storage as thisXrHandMeshIndexBufferMSFT.Ptr, but with the new size.@NotNull XrHandMeshMSFT.PtrXrHandMeshMSFT.Ptr.reinterpret(long newSize) Assume theXrHandMeshMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandMeshMSFT.Ptrthat uses the same backing storage as thisXrHandMeshMSFT.Ptr, but with the new size.@NotNull XrHandMeshSpaceCreateInfoMSFT.PtrXrHandMeshSpaceCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrHandMeshSpaceCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandMeshSpaceCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrHandMeshSpaceCreateInfoMSFT.Ptr, but with the new size.@NotNull XrHandMeshUpdateInfoMSFT.PtrXrHandMeshUpdateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrHandMeshUpdateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandMeshUpdateInfoMSFT.Ptrthat uses the same backing storage as thisXrHandMeshUpdateInfoMSFT.Ptr, but with the new size.@NotNull XrHandMeshVertexBufferMSFT.PtrXrHandMeshVertexBufferMSFT.Ptr.reinterpret(long newSize) Assume theXrHandMeshVertexBufferMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandMeshVertexBufferMSFT.Ptrthat uses the same backing storage as thisXrHandMeshVertexBufferMSFT.Ptr, but with the new size.@NotNull XrHandMeshVertexMSFT.PtrXrHandMeshVertexMSFT.Ptr.reinterpret(long newSize) Assume theXrHandMeshVertexMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandMeshVertexMSFT.Ptrthat uses the same backing storage as thisXrHandMeshVertexMSFT.Ptr, but with the new size.@NotNull XrHandPoseTypeInfoMSFT.PtrXrHandPoseTypeInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrHandPoseTypeInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandPoseTypeInfoMSFT.Ptrthat uses the same backing storage as thisXrHandPoseTypeInfoMSFT.Ptr, but with the new size.@NotNull XrHandTrackerCreateInfoEXT.PtrXrHandTrackerCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrHandTrackerCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandTrackerCreateInfoEXT.Ptrthat uses the same backing storage as thisXrHandTrackerCreateInfoEXT.Ptr, but with the new size.@NotNull XrHandTrackingAimStateFB.PtrXrHandTrackingAimStateFB.Ptr.reinterpret(long newSize) Assume theXrHandTrackingAimStateFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandTrackingAimStateFB.Ptrthat uses the same backing storage as thisXrHandTrackingAimStateFB.Ptr, but with the new size.@NotNull XrHandTrackingCapsulesStateFB.PtrXrHandTrackingCapsulesStateFB.Ptr.reinterpret(long newSize) Assume theXrHandTrackingCapsulesStateFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandTrackingCapsulesStateFB.Ptrthat uses the same backing storage as thisXrHandTrackingCapsulesStateFB.Ptr, but with the new size.@NotNull XrHandTrackingDataSourceInfoEXT.PtrXrHandTrackingDataSourceInfoEXT.Ptr.reinterpret(long newSize) Assume theXrHandTrackingDataSourceInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandTrackingDataSourceInfoEXT.Ptrthat uses the same backing storage as thisXrHandTrackingDataSourceInfoEXT.Ptr, but with the new size.@NotNull XrHandTrackingDataSourceStateEXT.PtrXrHandTrackingDataSourceStateEXT.Ptr.reinterpret(long newSize) Assume theXrHandTrackingDataSourceStateEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandTrackingDataSourceStateEXT.Ptrthat uses the same backing storage as thisXrHandTrackingDataSourceStateEXT.Ptr, but with the new size.@NotNull XrHandTrackingMeshFB.PtrXrHandTrackingMeshFB.Ptr.reinterpret(long newSize) Assume theXrHandTrackingMeshFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandTrackingMeshFB.Ptrthat uses the same backing storage as thisXrHandTrackingMeshFB.Ptr, but with the new size.@NotNull XrHandTrackingScaleFB.PtrXrHandTrackingScaleFB.Ptr.reinterpret(long newSize) Assume theXrHandTrackingScaleFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandTrackingScaleFB.Ptrthat uses the same backing storage as thisXrHandTrackingScaleFB.Ptr, but with the new size.@NotNull XrHapticActionInfo.PtrXrHapticActionInfo.Ptr.reinterpret(long newSize) Assume theXrHapticActionInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrHapticActionInfo.Ptrthat uses the same backing storage as thisXrHapticActionInfo.Ptr, but with the new size.XrHapticAmplitudeEnvelopeVibrationFB.Ptr.reinterpret(long newSize) Assume theXrHapticAmplitudeEnvelopeVibrationFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrHapticAmplitudeEnvelopeVibrationFB.Ptrthat uses the same backing storage as thisXrHapticAmplitudeEnvelopeVibrationFB.Ptr, but with the new size.@NotNull XrHapticBaseHeader.PtrXrHapticBaseHeader.Ptr.reinterpret(long newSize) Assume theXrHapticBaseHeader.Ptris capable of holding at leastnewSizestructures, create a new viewXrHapticBaseHeader.Ptrthat uses the same backing storage as thisXrHapticBaseHeader.Ptr, but with the new size.@NotNull XrHapticPcmVibrationFB.PtrXrHapticPcmVibrationFB.Ptr.reinterpret(long newSize) Assume theXrHapticPcmVibrationFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrHapticPcmVibrationFB.Ptrthat uses the same backing storage as thisXrHapticPcmVibrationFB.Ptr, but with the new size.@NotNull XrHapticVibration.PtrXrHapticVibration.Ptr.reinterpret(long newSize) Assume theXrHapticVibration.Ptris capable of holding at leastnewSizestructures, create a new viewXrHapticVibration.Ptrthat uses the same backing storage as thisXrHapticVibration.Ptr, but with the new size.XrHolographicWindowAttachmentMSFT.Ptr.reinterpret(long newSize) Assume theXrHolographicWindowAttachmentMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHolographicWindowAttachmentMSFT.Ptrthat uses the same backing storage as thisXrHolographicWindowAttachmentMSFT.Ptr, but with the new size.XrInputSourceLocalizedNameGetInfo.Ptr.reinterpret(long newSize) Assume theXrInputSourceLocalizedNameGetInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrInputSourceLocalizedNameGetInfo.Ptrthat uses the same backing storage as thisXrInputSourceLocalizedNameGetInfo.Ptr, but with the new size.@NotNull XrInstanceCreateInfo.PtrXrInstanceCreateInfo.Ptr.reinterpret(long newSize) Assume theXrInstanceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrInstanceCreateInfo.Ptrthat uses the same backing storage as thisXrInstanceCreateInfo.Ptr, but with the new size.@NotNull XrInstanceCreateInfoAndroidKHR.PtrXrInstanceCreateInfoAndroidKHR.Ptr.reinterpret(long newSize) Assume theXrInstanceCreateInfoAndroidKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrInstanceCreateInfoAndroidKHR.Ptrthat uses the same backing storage as thisXrInstanceCreateInfoAndroidKHR.Ptr, but with the new size.@NotNull XrInstanceProperties.PtrXrInstanceProperties.Ptr.reinterpret(long newSize) Assume theXrInstanceProperties.Ptris capable of holding at leastnewSizestructures, create a new viewXrInstanceProperties.Ptrthat uses the same backing storage as thisXrInstanceProperties.Ptr, but with the new size.XrInteractionProfileAnalogThresholdVALVE.Ptr.reinterpret(long newSize) Assume theXrInteractionProfileAnalogThresholdVALVE.Ptris capable of holding at leastnewSizestructures, create a new viewXrInteractionProfileAnalogThresholdVALVE.Ptrthat uses the same backing storage as thisXrInteractionProfileAnalogThresholdVALVE.Ptr, but with the new size.XrInteractionProfileDpadBindingEXT.Ptr.reinterpret(long newSize) Assume theXrInteractionProfileDpadBindingEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrInteractionProfileDpadBindingEXT.Ptrthat uses the same backing storage as thisXrInteractionProfileDpadBindingEXT.Ptr, but with the new size.@NotNull XrInteractionProfileState.PtrXrInteractionProfileState.Ptr.reinterpret(long newSize) Assume theXrInteractionProfileState.Ptris capable of holding at leastnewSizestructures, create a new viewXrInteractionProfileState.Ptrthat uses the same backing storage as thisXrInteractionProfileState.Ptr, but with the new size.XrInteractionProfileSuggestedBinding.Ptr.reinterpret(long newSize) Assume theXrInteractionProfileSuggestedBinding.Ptris capable of holding at leastnewSizestructures, create a new viewXrInteractionProfileSuggestedBinding.Ptrthat uses the same backing storage as thisXrInteractionProfileSuggestedBinding.Ptr, but with the new size.XrInteractionRenderModelIdsEnumerateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrInteractionRenderModelIdsEnumerateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrInteractionRenderModelIdsEnumerateInfoEXT.Ptrthat uses the same backing storage as thisXrInteractionRenderModelIdsEnumerateInfoEXT.Ptr, but with the new size.XrInteractionRenderModelSubactionPathInfoEXT.Ptr.reinterpret(long newSize) Assume theXrInteractionRenderModelSubactionPathInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrInteractionRenderModelSubactionPathInfoEXT.Ptrthat uses the same backing storage as thisXrInteractionRenderModelSubactionPathInfoEXT.Ptr, but with the new size.XrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptr.reinterpret(long newSize) Assume theXrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptrthat uses the same backing storage as thisXrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptr, but with the new size.@NotNull XrKeyboardSpaceCreateInfoFB.PtrXrKeyboardSpaceCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrKeyboardSpaceCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrKeyboardSpaceCreateInfoFB.Ptrthat uses the same backing storage as thisXrKeyboardSpaceCreateInfoFB.Ptr, but with the new size.@NotNull XrKeyboardTrackingDescriptionFB.PtrXrKeyboardTrackingDescriptionFB.Ptr.reinterpret(long newSize) Assume theXrKeyboardTrackingDescriptionFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrKeyboardTrackingDescriptionFB.Ptrthat uses the same backing storage as thisXrKeyboardTrackingDescriptionFB.Ptr, but with the new size.@NotNull XrKeyboardTrackingQueryFB.PtrXrKeyboardTrackingQueryFB.Ptr.reinterpret(long newSize) Assume theXrKeyboardTrackingQueryFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrKeyboardTrackingQueryFB.Ptrthat uses the same backing storage as thisXrKeyboardTrackingQueryFB.Ptr, but with the new size.@NotNull XrLoaderInitInfoAndroidKHR.PtrXrLoaderInitInfoAndroidKHR.Ptr.reinterpret(long newSize) Assume theXrLoaderInitInfoAndroidKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrLoaderInitInfoAndroidKHR.Ptrthat uses the same backing storage as thisXrLoaderInitInfoAndroidKHR.Ptr, but with the new size.@NotNull XrLoaderInitInfoBaseHeaderKHR.PtrXrLoaderInitInfoBaseHeaderKHR.Ptr.reinterpret(long newSize) Assume theXrLoaderInitInfoBaseHeaderKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrLoaderInitInfoBaseHeaderKHR.Ptrthat uses the same backing storage as thisXrLoaderInitInfoBaseHeaderKHR.Ptr, but with the new size.@NotNull XrLocalDimmingFrameEndInfoMETA.PtrXrLocalDimmingFrameEndInfoMETA.Ptr.reinterpret(long newSize) Assume theXrLocalDimmingFrameEndInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrLocalDimmingFrameEndInfoMETA.Ptrthat uses the same backing storage as thisXrLocalDimmingFrameEndInfoMETA.Ptr, but with the new size.@NotNull XrLocalizationEnableEventsInfoML.PtrXrLocalizationEnableEventsInfoML.Ptr.reinterpret(long newSize) Assume theXrLocalizationEnableEventsInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrLocalizationEnableEventsInfoML.Ptrthat uses the same backing storage as thisXrLocalizationEnableEventsInfoML.Ptr, but with the new size.@NotNull XrLocalizationMapImportInfoML.PtrXrLocalizationMapImportInfoML.Ptr.reinterpret(long newSize) Assume theXrLocalizationMapImportInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrLocalizationMapImportInfoML.Ptrthat uses the same backing storage as thisXrLocalizationMapImportInfoML.Ptr, but with the new size.@NotNull XrLocalizationMapML.PtrXrLocalizationMapML.Ptr.reinterpret(long newSize) Assume theXrLocalizationMapML.Ptris capable of holding at leastnewSizestructures, create a new viewXrLocalizationMapML.Ptrthat uses the same backing storage as thisXrLocalizationMapML.Ptr, but with the new size.XrLocalizationMapQueryInfoBaseHeaderML.Ptr.reinterpret(long newSize) Assume theXrLocalizationMapQueryInfoBaseHeaderML.Ptris capable of holding at leastnewSizestructures, create a new viewXrLocalizationMapQueryInfoBaseHeaderML.Ptrthat uses the same backing storage as thisXrLocalizationMapQueryInfoBaseHeaderML.Ptr, but with the new size.@NotNull XrMapLocalizationRequestInfoML.PtrXrMapLocalizationRequestInfoML.Ptr.reinterpret(long newSize) Assume theXrMapLocalizationRequestInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMapLocalizationRequestInfoML.Ptrthat uses the same backing storage as thisXrMapLocalizationRequestInfoML.Ptr, but with the new size.@NotNull XrMarkerDetectorAprilTagInfoML.PtrXrMarkerDetectorAprilTagInfoML.Ptr.reinterpret(long newSize) Assume theXrMarkerDetectorAprilTagInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerDetectorAprilTagInfoML.Ptrthat uses the same backing storage as thisXrMarkerDetectorAprilTagInfoML.Ptr, but with the new size.@NotNull XrMarkerDetectorArucoInfoML.PtrXrMarkerDetectorArucoInfoML.Ptr.reinterpret(long newSize) Assume theXrMarkerDetectorArucoInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerDetectorArucoInfoML.Ptrthat uses the same backing storage as thisXrMarkerDetectorArucoInfoML.Ptr, but with the new size.@NotNull XrMarkerDetectorCreateInfoML.PtrXrMarkerDetectorCreateInfoML.Ptr.reinterpret(long newSize) Assume theXrMarkerDetectorCreateInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerDetectorCreateInfoML.Ptrthat uses the same backing storage as thisXrMarkerDetectorCreateInfoML.Ptr, but with the new size.XrMarkerDetectorCustomProfileInfoML.Ptr.reinterpret(long newSize) Assume theXrMarkerDetectorCustomProfileInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerDetectorCustomProfileInfoML.Ptrthat uses the same backing storage as thisXrMarkerDetectorCustomProfileInfoML.Ptr, but with the new size.@NotNull XrMarkerDetectorSizeInfoML.PtrXrMarkerDetectorSizeInfoML.Ptr.reinterpret(long newSize) Assume theXrMarkerDetectorSizeInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerDetectorSizeInfoML.Ptrthat uses the same backing storage as thisXrMarkerDetectorSizeInfoML.Ptr, but with the new size.@NotNull XrMarkerDetectorSnapshotInfoML.PtrXrMarkerDetectorSnapshotInfoML.Ptr.reinterpret(long newSize) Assume theXrMarkerDetectorSnapshotInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerDetectorSnapshotInfoML.Ptrthat uses the same backing storage as thisXrMarkerDetectorSnapshotInfoML.Ptr, but with the new size.@NotNull XrMarkerDetectorStateML.PtrXrMarkerDetectorStateML.Ptr.reinterpret(long newSize) Assume theXrMarkerDetectorStateML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerDetectorStateML.Ptrthat uses the same backing storage as thisXrMarkerDetectorStateML.Ptr, but with the new size.@NotNull XrMarkerSpaceCreateInfoML.PtrXrMarkerSpaceCreateInfoML.Ptr.reinterpret(long newSize) Assume theXrMarkerSpaceCreateInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerSpaceCreateInfoML.Ptrthat uses the same backing storage as thisXrMarkerSpaceCreateInfoML.Ptr, but with the new size.@NotNull XrMarkerSpaceCreateInfoVARJO.PtrXrMarkerSpaceCreateInfoVARJO.Ptr.reinterpret(long newSize) Assume theXrMarkerSpaceCreateInfoVARJO.Ptris capable of holding at leastnewSizestructures, create a new viewXrMarkerSpaceCreateInfoVARJO.Ptrthat uses the same backing storage as thisXrMarkerSpaceCreateInfoVARJO.Ptr, but with the new size.@NotNull XrNegotiateApiLayerRequest.PtrXrNegotiateApiLayerRequest.Ptr.reinterpret(long newSize) Assume theXrNegotiateApiLayerRequest.Ptris capable of holding at leastnewSizestructures, create a new viewXrNegotiateApiLayerRequest.Ptrthat uses the same backing storage as thisXrNegotiateApiLayerRequest.Ptr, but with the new size.@NotNull XrNegotiateLoaderInfo.PtrXrNegotiateLoaderInfo.Ptr.reinterpret(long newSize) Assume theXrNegotiateLoaderInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrNegotiateLoaderInfo.Ptrthat uses the same backing storage as thisXrNegotiateLoaderInfo.Ptr, but with the new size.@NotNull XrNegotiateRuntimeRequest.PtrXrNegotiateRuntimeRequest.Ptr.reinterpret(long newSize) Assume theXrNegotiateRuntimeRequest.Ptris capable of holding at leastnewSizestructures, create a new viewXrNegotiateRuntimeRequest.Ptrthat uses the same backing storage as thisXrNegotiateRuntimeRequest.Ptr, but with the new size.@NotNull XrNewSceneComputeInfoMSFT.PtrXrNewSceneComputeInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrNewSceneComputeInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrNewSceneComputeInfoMSFT.Ptrthat uses the same backing storage as thisXrNewSceneComputeInfoMSFT.Ptr, but with the new size.@NotNull XrOffset2Df.PtrXrOffset2Df.Ptr.reinterpret(long newSize) Assume theXrOffset2Df.Ptris capable of holding at leastnewSizestructures, create a new viewXrOffset2Df.Ptrthat uses the same backing storage as thisXrOffset2Df.Ptr, but with the new size.@NotNull XrOffset2Di.PtrXrOffset2Di.Ptr.reinterpret(long newSize) Assume theXrOffset2Di.Ptris capable of holding at leastnewSizestructures, create a new viewXrOffset2Di.Ptrthat uses the same backing storage as thisXrOffset2Di.Ptr, but with the new size.@NotNull XrOffset3DfFB.PtrXrOffset3DfFB.Ptr.reinterpret(long newSize) Assume theXrOffset3DfFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrOffset3DfFB.Ptrthat uses the same backing storage as thisXrOffset3DfFB.Ptr, but with the new size.XrPassthroughBrightnessContrastSaturationFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughBrightnessContrastSaturationFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughBrightnessContrastSaturationFB.Ptrthat uses the same backing storage as thisXrPassthroughBrightnessContrastSaturationFB.Ptr, but with the new size.@NotNull XrPassthroughColorHTC.PtrXrPassthroughColorHTC.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughColorHTC.Ptrthat uses the same backing storage as thisXrPassthroughColorHTC.Ptr, but with the new size.XrPassthroughColorLutCreateInfoMETA.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorLutCreateInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughColorLutCreateInfoMETA.Ptrthat uses the same backing storage as thisXrPassthroughColorLutCreateInfoMETA.Ptr, but with the new size.@NotNull XrPassthroughColorLutDataMETA.PtrXrPassthroughColorLutDataMETA.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorLutDataMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughColorLutDataMETA.Ptrthat uses the same backing storage as thisXrPassthroughColorLutDataMETA.Ptr, but with the new size.XrPassthroughColorLutUpdateInfoMETA.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorLutUpdateInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughColorLutUpdateInfoMETA.Ptrthat uses the same backing storage as thisXrPassthroughColorLutUpdateInfoMETA.Ptr, but with the new size.XrPassthroughColorMapInterpolatedLutMETA.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorMapInterpolatedLutMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughColorMapInterpolatedLutMETA.Ptrthat uses the same backing storage as thisXrPassthroughColorMapInterpolatedLutMETA.Ptr, but with the new size.@NotNull XrPassthroughColorMapLutMETA.PtrXrPassthroughColorMapLutMETA.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorMapLutMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughColorMapLutMETA.Ptrthat uses the same backing storage as thisXrPassthroughColorMapLutMETA.Ptr, but with the new size.XrPassthroughColorMapMonoToMonoFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorMapMonoToMonoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughColorMapMonoToMonoFB.Ptrthat uses the same backing storage as thisXrPassthroughColorMapMonoToMonoFB.Ptr, but with the new size.XrPassthroughColorMapMonoToRgbaFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorMapMonoToRgbaFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughColorMapMonoToRgbaFB.Ptrthat uses the same backing storage as thisXrPassthroughColorMapMonoToRgbaFB.Ptr, but with the new size.@NotNull XrPassthroughCreateInfoFB.PtrXrPassthroughCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughCreateInfoFB.Ptrthat uses the same backing storage as thisXrPassthroughCreateInfoFB.Ptr, but with the new size.@NotNull XrPassthroughCreateInfoHTC.PtrXrPassthroughCreateInfoHTC.Ptr.reinterpret(long newSize) Assume theXrPassthroughCreateInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughCreateInfoHTC.Ptrthat uses the same backing storage as thisXrPassthroughCreateInfoHTC.Ptr, but with the new size.XrPassthroughKeyboardHandsIntensityFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughKeyboardHandsIntensityFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughKeyboardHandsIntensityFB.Ptrthat uses the same backing storage as thisXrPassthroughKeyboardHandsIntensityFB.Ptr, but with the new size.@NotNull XrPassthroughLayerCreateInfoFB.PtrXrPassthroughLayerCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughLayerCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughLayerCreateInfoFB.Ptrthat uses the same backing storage as thisXrPassthroughLayerCreateInfoFB.Ptr, but with the new size.XrPassthroughMeshTransformInfoHTC.Ptr.reinterpret(long newSize) Assume theXrPassthroughMeshTransformInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughMeshTransformInfoHTC.Ptrthat uses the same backing storage as thisXrPassthroughMeshTransformInfoHTC.Ptr, but with the new size.@NotNull XrPassthroughPreferencesMETA.PtrXrPassthroughPreferencesMETA.Ptr.reinterpret(long newSize) Assume theXrPassthroughPreferencesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughPreferencesMETA.Ptrthat uses the same backing storage as thisXrPassthroughPreferencesMETA.Ptr, but with the new size.@NotNull XrPassthroughStyleFB.PtrXrPassthroughStyleFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughStyleFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrPassthroughStyleFB.Ptrthat uses the same backing storage as thisXrPassthroughStyleFB.Ptr, but with the new size.@NotNull XrPerformanceMetricsCounterMETA.PtrXrPerformanceMetricsCounterMETA.Ptr.reinterpret(long newSize) Assume theXrPerformanceMetricsCounterMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrPerformanceMetricsCounterMETA.Ptrthat uses the same backing storage as thisXrPerformanceMetricsCounterMETA.Ptr, but with the new size.@NotNull XrPerformanceMetricsStateMETA.PtrXrPerformanceMetricsStateMETA.Ptr.reinterpret(long newSize) Assume theXrPerformanceMetricsStateMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrPerformanceMetricsStateMETA.Ptrthat uses the same backing storage as thisXrPerformanceMetricsStateMETA.Ptr, but with the new size.XrPersistSpatialEntityCompletionEXT.Ptr.reinterpret(long newSize) Assume theXrPersistSpatialEntityCompletionEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrPersistSpatialEntityCompletionEXT.Ptrthat uses the same backing storage as thisXrPersistSpatialEntityCompletionEXT.Ptr, but with the new size.@NotNull XrPlaneDetectorBeginInfoEXT.PtrXrPlaneDetectorBeginInfoEXT.Ptr.reinterpret(long newSize) Assume theXrPlaneDetectorBeginInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrPlaneDetectorBeginInfoEXT.Ptrthat uses the same backing storage as thisXrPlaneDetectorBeginInfoEXT.Ptr, but with the new size.@NotNull XrPlaneDetectorCreateInfoEXT.PtrXrPlaneDetectorCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrPlaneDetectorCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrPlaneDetectorCreateInfoEXT.Ptrthat uses the same backing storage as thisXrPlaneDetectorCreateInfoEXT.Ptr, but with the new size.@NotNull XrPlaneDetectorGetInfoEXT.PtrXrPlaneDetectorGetInfoEXT.Ptr.reinterpret(long newSize) Assume theXrPlaneDetectorGetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrPlaneDetectorGetInfoEXT.Ptrthat uses the same backing storage as thisXrPlaneDetectorGetInfoEXT.Ptr, but with the new size.@NotNull XrPlaneDetectorLocationEXT.PtrXrPlaneDetectorLocationEXT.Ptr.reinterpret(long newSize) Assume theXrPlaneDetectorLocationEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrPlaneDetectorLocationEXT.Ptrthat uses the same backing storage as thisXrPlaneDetectorLocationEXT.Ptr, but with the new size.@NotNull XrPlaneDetectorLocationsEXT.PtrXrPlaneDetectorLocationsEXT.Ptr.reinterpret(long newSize) Assume theXrPlaneDetectorLocationsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrPlaneDetectorLocationsEXT.Ptrthat uses the same backing storage as thisXrPlaneDetectorLocationsEXT.Ptr, but with the new size.@NotNull XrPlaneDetectorPolygonBufferEXT.PtrXrPlaneDetectorPolygonBufferEXT.Ptr.reinterpret(long newSize) Assume theXrPlaneDetectorPolygonBufferEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrPlaneDetectorPolygonBufferEXT.Ptrthat uses the same backing storage as thisXrPlaneDetectorPolygonBufferEXT.Ptr, but with the new size.@NotNull XrPosef.PtrXrPosef.Ptr.reinterpret(long newSize) Assume theXrPosef.Ptris capable of holding at leastnewSizestructures, create a new viewXrPosef.Ptrthat uses the same backing storage as thisXrPosef.Ptr, but with the new size.@NotNull XrQuaternionf.PtrXrQuaternionf.Ptr.reinterpret(long newSize) Assume theXrQuaternionf.Ptris capable of holding at leastnewSizestructures, create a new viewXrQuaternionf.Ptrthat uses the same backing storage as thisXrQuaternionf.Ptr, but with the new size.@NotNull XrQueriedSenseDataBD.PtrXrQueriedSenseDataBD.Ptr.reinterpret(long newSize) Assume theXrQueriedSenseDataBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrQueriedSenseDataBD.Ptrthat uses the same backing storage as thisXrQueriedSenseDataBD.Ptr, but with the new size.@NotNull XrQueriedSenseDataGetInfoBD.PtrXrQueriedSenseDataGetInfoBD.Ptr.reinterpret(long newSize) Assume theXrQueriedSenseDataGetInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrQueriedSenseDataGetInfoBD.Ptrthat uses the same backing storage as thisXrQueriedSenseDataGetInfoBD.Ptr, but with the new size.XrRecommendedLayerResolutionGetInfoMETA.Ptr.reinterpret(long newSize) Assume theXrRecommendedLayerResolutionGetInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrRecommendedLayerResolutionGetInfoMETA.Ptrthat uses the same backing storage as thisXrRecommendedLayerResolutionGetInfoMETA.Ptr, but with the new size.@NotNull XrRecommendedLayerResolutionMETA.PtrXrRecommendedLayerResolutionMETA.Ptr.reinterpret(long newSize) Assume theXrRecommendedLayerResolutionMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrRecommendedLayerResolutionMETA.Ptrthat uses the same backing storage as thisXrRecommendedLayerResolutionMETA.Ptr, but with the new size.@NotNull XrRect2Df.PtrXrRect2Df.Ptr.reinterpret(long newSize) Assume theXrRect2Df.Ptris capable of holding at leastnewSizestructures, create a new viewXrRect2Df.Ptrthat uses the same backing storage as thisXrRect2Df.Ptr, but with the new size.@NotNull XrRect2Di.PtrXrRect2Di.Ptr.reinterpret(long newSize) Assume theXrRect2Di.Ptris capable of holding at leastnewSizestructures, create a new viewXrRect2Di.Ptrthat uses the same backing storage as thisXrRect2Di.Ptr, but with the new size.@NotNull XrRect3DfFB.PtrXrRect3DfFB.Ptr.reinterpret(long newSize) Assume theXrRect3DfFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrRect3DfFB.Ptrthat uses the same backing storage as thisXrRect3DfFB.Ptr, but with the new size.@NotNull XrReferenceSpaceCreateInfo.PtrXrReferenceSpaceCreateInfo.Ptr.reinterpret(long newSize) Assume theXrReferenceSpaceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrReferenceSpaceCreateInfo.Ptrthat uses the same backing storage as thisXrReferenceSpaceCreateInfo.Ptr, but with the new size.@NotNull XrRenderModelAssetCreateInfoEXT.PtrXrRenderModelAssetCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelAssetCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelAssetCreateInfoEXT.Ptrthat uses the same backing storage as thisXrRenderModelAssetCreateInfoEXT.Ptr, but with the new size.@NotNull XrRenderModelAssetDataEXT.PtrXrRenderModelAssetDataEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelAssetDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelAssetDataEXT.Ptrthat uses the same backing storage as thisXrRenderModelAssetDataEXT.Ptr, but with the new size.@NotNull XrRenderModelAssetDataGetInfoEXT.PtrXrRenderModelAssetDataGetInfoEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelAssetDataGetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelAssetDataGetInfoEXT.Ptrthat uses the same backing storage as thisXrRenderModelAssetDataGetInfoEXT.Ptr, but with the new size.XrRenderModelAssetNodePropertiesEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelAssetNodePropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelAssetNodePropertiesEXT.Ptrthat uses the same backing storage as thisXrRenderModelAssetNodePropertiesEXT.Ptr, but with the new size.@NotNull XrRenderModelAssetPropertiesEXT.PtrXrRenderModelAssetPropertiesEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelAssetPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelAssetPropertiesEXT.Ptrthat uses the same backing storage as thisXrRenderModelAssetPropertiesEXT.Ptr, but with the new size.XrRenderModelAssetPropertiesGetInfoEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelAssetPropertiesGetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelAssetPropertiesGetInfoEXT.Ptrthat uses the same backing storage as thisXrRenderModelAssetPropertiesGetInfoEXT.Ptr, but with the new size.@NotNull XrRenderModelBufferFB.PtrXrRenderModelBufferFB.Ptr.reinterpret(long newSize) Assume theXrRenderModelBufferFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelBufferFB.Ptrthat uses the same backing storage as thisXrRenderModelBufferFB.Ptr, but with the new size.XrRenderModelCapabilitiesRequestFB.Ptr.reinterpret(long newSize) Assume theXrRenderModelCapabilitiesRequestFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelCapabilitiesRequestFB.Ptrthat uses the same backing storage as thisXrRenderModelCapabilitiesRequestFB.Ptr, but with the new size.@NotNull XrRenderModelCreateInfoEXT.PtrXrRenderModelCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelCreateInfoEXT.Ptrthat uses the same backing storage as thisXrRenderModelCreateInfoEXT.Ptr, but with the new size.@NotNull XrRenderModelLoadInfoFB.PtrXrRenderModelLoadInfoFB.Ptr.reinterpret(long newSize) Assume theXrRenderModelLoadInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelLoadInfoFB.Ptrthat uses the same backing storage as thisXrRenderModelLoadInfoFB.Ptr, but with the new size.@NotNull XrRenderModelNodeStateEXT.PtrXrRenderModelNodeStateEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelNodeStateEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelNodeStateEXT.Ptrthat uses the same backing storage as thisXrRenderModelNodeStateEXT.Ptr, but with the new size.@NotNull XrRenderModelPathInfoFB.PtrXrRenderModelPathInfoFB.Ptr.reinterpret(long newSize) Assume theXrRenderModelPathInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelPathInfoFB.Ptrthat uses the same backing storage as thisXrRenderModelPathInfoFB.Ptr, but with the new size.@NotNull XrRenderModelPropertiesEXT.PtrXrRenderModelPropertiesEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelPropertiesEXT.Ptrthat uses the same backing storage as thisXrRenderModelPropertiesEXT.Ptr, but with the new size.@NotNull XrRenderModelPropertiesFB.PtrXrRenderModelPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrRenderModelPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelPropertiesFB.Ptrthat uses the same backing storage as thisXrRenderModelPropertiesFB.Ptr, but with the new size.XrRenderModelPropertiesGetInfoEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelPropertiesGetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelPropertiesGetInfoEXT.Ptrthat uses the same backing storage as thisXrRenderModelPropertiesGetInfoEXT.Ptr, but with the new size.@NotNull XrRenderModelSpaceCreateInfoEXT.PtrXrRenderModelSpaceCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelSpaceCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelSpaceCreateInfoEXT.Ptrthat uses the same backing storage as thisXrRenderModelSpaceCreateInfoEXT.Ptr, but with the new size.@NotNull XrRenderModelStateEXT.PtrXrRenderModelStateEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelStateEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelStateEXT.Ptrthat uses the same backing storage as thisXrRenderModelStateEXT.Ptr, but with the new size.@NotNull XrRenderModelStateGetInfoEXT.PtrXrRenderModelStateGetInfoEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelStateGetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelStateGetInfoEXT.Ptrthat uses the same backing storage as thisXrRenderModelStateGetInfoEXT.Ptr, but with the new size.@NotNull XrRoomLayoutFB.PtrXrRoomLayoutFB.Ptr.reinterpret(long newSize) Assume theXrRoomLayoutFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrRoomLayoutFB.Ptrthat uses the same backing storage as thisXrRoomLayoutFB.Ptr, but with the new size.@NotNull XrSceneBoundsMSFT.PtrXrSceneBoundsMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneBoundsMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneBoundsMSFT.Ptrthat uses the same backing storage as thisXrSceneBoundsMSFT.Ptr, but with the new size.@NotNull XrSceneCaptureInfoBD.PtrXrSceneCaptureInfoBD.Ptr.reinterpret(long newSize) Assume theXrSceneCaptureInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneCaptureInfoBD.Ptrthat uses the same backing storage as thisXrSceneCaptureInfoBD.Ptr, but with the new size.@NotNull XrSceneCaptureRequestInfoFB.PtrXrSceneCaptureRequestInfoFB.Ptr.reinterpret(long newSize) Assume theXrSceneCaptureRequestInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneCaptureRequestInfoFB.Ptrthat uses the same backing storage as thisXrSceneCaptureRequestInfoFB.Ptr, but with the new size.@NotNull XrSceneComponentLocationMSFT.PtrXrSceneComponentLocationMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneComponentLocationMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneComponentLocationMSFT.Ptrthat uses the same backing storage as thisXrSceneComponentLocationMSFT.Ptr, but with the new size.@NotNull XrSceneComponentLocationsMSFT.PtrXrSceneComponentLocationsMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneComponentLocationsMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneComponentLocationsMSFT.Ptrthat uses the same backing storage as thisXrSceneComponentLocationsMSFT.Ptr, but with the new size.@NotNull XrSceneComponentMSFT.PtrXrSceneComponentMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneComponentMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneComponentMSFT.Ptrthat uses the same backing storage as thisXrSceneComponentMSFT.Ptr, but with the new size.XrSceneComponentParentFilterInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneComponentParentFilterInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneComponentParentFilterInfoMSFT.Ptrthat uses the same backing storage as thisXrSceneComponentParentFilterInfoMSFT.Ptr, but with the new size.@NotNull XrSceneComponentsGetInfoMSFT.PtrXrSceneComponentsGetInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneComponentsGetInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneComponentsGetInfoMSFT.Ptrthat uses the same backing storage as thisXrSceneComponentsGetInfoMSFT.Ptr, but with the new size.@NotNull XrSceneComponentsLocateInfoMSFT.PtrXrSceneComponentsLocateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneComponentsLocateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneComponentsLocateInfoMSFT.Ptrthat uses the same backing storage as thisXrSceneComponentsLocateInfoMSFT.Ptr, but with the new size.@NotNull XrSceneComponentsMSFT.PtrXrSceneComponentsMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneComponentsMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneComponentsMSFT.Ptrthat uses the same backing storage as thisXrSceneComponentsMSFT.Ptr, but with the new size.@NotNull XrSceneCreateInfoMSFT.PtrXrSceneCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrSceneCreateInfoMSFT.Ptr, but with the new size.@NotNull XrSceneDeserializeInfoMSFT.PtrXrSceneDeserializeInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneDeserializeInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneDeserializeInfoMSFT.Ptrthat uses the same backing storage as thisXrSceneDeserializeInfoMSFT.Ptr, but with the new size.@NotNull XrSceneFrustumBoundMSFT.PtrXrSceneFrustumBoundMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneFrustumBoundMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneFrustumBoundMSFT.Ptrthat uses the same backing storage as thisXrSceneFrustumBoundMSFT.Ptr, but with the new size.@NotNull XrSceneMarkerMSFT.PtrXrSceneMarkerMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMarkerMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMarkerMSFT.Ptrthat uses the same backing storage as thisXrSceneMarkerMSFT.Ptr, but with the new size.@NotNull XrSceneMarkerQRCodeMSFT.PtrXrSceneMarkerQRCodeMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMarkerQRCodeMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMarkerQRCodeMSFT.Ptrthat uses the same backing storage as thisXrSceneMarkerQRCodeMSFT.Ptr, but with the new size.@NotNull XrSceneMarkerQRCodesMSFT.PtrXrSceneMarkerQRCodesMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMarkerQRCodesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMarkerQRCodesMSFT.Ptrthat uses the same backing storage as thisXrSceneMarkerQRCodesMSFT.Ptr, but with the new size.@NotNull XrSceneMarkersMSFT.PtrXrSceneMarkersMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMarkersMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMarkersMSFT.Ptrthat uses the same backing storage as thisXrSceneMarkersMSFT.Ptr, but with the new size.@NotNull XrSceneMarkerTypeFilterMSFT.PtrXrSceneMarkerTypeFilterMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMarkerTypeFilterMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMarkerTypeFilterMSFT.Ptrthat uses the same backing storage as thisXrSceneMarkerTypeFilterMSFT.Ptr, but with the new size.@NotNull XrSceneMeshBuffersGetInfoMSFT.PtrXrSceneMeshBuffersGetInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMeshBuffersGetInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMeshBuffersGetInfoMSFT.Ptrthat uses the same backing storage as thisXrSceneMeshBuffersGetInfoMSFT.Ptr, but with the new size.@NotNull XrSceneMeshBuffersMSFT.PtrXrSceneMeshBuffersMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMeshBuffersMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMeshBuffersMSFT.Ptrthat uses the same backing storage as thisXrSceneMeshBuffersMSFT.Ptr, but with the new size.@NotNull XrSceneMeshesMSFT.PtrXrSceneMeshesMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMeshesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMeshesMSFT.Ptrthat uses the same backing storage as thisXrSceneMeshesMSFT.Ptr, but with the new size.@NotNull XrSceneMeshIndicesUint16MSFT.PtrXrSceneMeshIndicesUint16MSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMeshIndicesUint16MSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMeshIndicesUint16MSFT.Ptrthat uses the same backing storage as thisXrSceneMeshIndicesUint16MSFT.Ptr, but with the new size.@NotNull XrSceneMeshIndicesUint32MSFT.PtrXrSceneMeshIndicesUint32MSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMeshIndicesUint32MSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMeshIndicesUint32MSFT.Ptrthat uses the same backing storage as thisXrSceneMeshIndicesUint32MSFT.Ptr, but with the new size.@NotNull XrSceneMeshMSFT.PtrXrSceneMeshMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMeshMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMeshMSFT.Ptrthat uses the same backing storage as thisXrSceneMeshMSFT.Ptr, but with the new size.@NotNull XrSceneMeshVertexBufferMSFT.PtrXrSceneMeshVertexBufferMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMeshVertexBufferMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneMeshVertexBufferMSFT.Ptrthat uses the same backing storage as thisXrSceneMeshVertexBufferMSFT.Ptr, but with the new size.@NotNull XrSceneObjectMSFT.PtrXrSceneObjectMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneObjectMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneObjectMSFT.Ptrthat uses the same backing storage as thisXrSceneObjectMSFT.Ptr, but with the new size.@NotNull XrSceneObjectsMSFT.PtrXrSceneObjectsMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneObjectsMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneObjectsMSFT.Ptrthat uses the same backing storage as thisXrSceneObjectsMSFT.Ptr, but with the new size.@NotNull XrSceneObjectTypesFilterInfoMSFT.PtrXrSceneObjectTypesFilterInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneObjectTypesFilterInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneObjectTypesFilterInfoMSFT.Ptrthat uses the same backing storage as thisXrSceneObjectTypesFilterInfoMSFT.Ptr, but with the new size.@NotNull XrSceneObserverCreateInfoMSFT.PtrXrSceneObserverCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneObserverCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneObserverCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrSceneObserverCreateInfoMSFT.Ptr, but with the new size.@NotNull XrSceneOrientedBoxBoundMSFT.PtrXrSceneOrientedBoxBoundMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneOrientedBoxBoundMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneOrientedBoxBoundMSFT.Ptrthat uses the same backing storage as thisXrSceneOrientedBoxBoundMSFT.Ptr, but with the new size.XrScenePlaneAlignmentFilterInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrScenePlaneAlignmentFilterInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrScenePlaneAlignmentFilterInfoMSFT.Ptrthat uses the same backing storage as thisXrScenePlaneAlignmentFilterInfoMSFT.Ptr, but with the new size.@NotNull XrScenePlaneMSFT.PtrXrScenePlaneMSFT.Ptr.reinterpret(long newSize) Assume theXrScenePlaneMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrScenePlaneMSFT.Ptrthat uses the same backing storage as thisXrScenePlaneMSFT.Ptr, but with the new size.@NotNull XrScenePlanesMSFT.PtrXrScenePlanesMSFT.Ptr.reinterpret(long newSize) Assume theXrScenePlanesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrScenePlanesMSFT.Ptrthat uses the same backing storage as thisXrScenePlanesMSFT.Ptr, but with the new size.@NotNull XrSceneSphereBoundMSFT.PtrXrSceneSphereBoundMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneSphereBoundMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSceneSphereBoundMSFT.Ptrthat uses the same backing storage as thisXrSceneSphereBoundMSFT.Ptr, but with the new size.XrSecondaryViewConfigurationFrameEndInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSecondaryViewConfigurationFrameEndInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSecondaryViewConfigurationFrameEndInfoMSFT.Ptrthat uses the same backing storage as thisXrSecondaryViewConfigurationFrameEndInfoMSFT.Ptr, but with the new size.XrSecondaryViewConfigurationFrameStateMSFT.Ptr.reinterpret(long newSize) Assume theXrSecondaryViewConfigurationFrameStateMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSecondaryViewConfigurationFrameStateMSFT.Ptrthat uses the same backing storage as thisXrSecondaryViewConfigurationFrameStateMSFT.Ptr, but with the new size.XrSecondaryViewConfigurationLayerInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSecondaryViewConfigurationLayerInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSecondaryViewConfigurationLayerInfoMSFT.Ptrthat uses the same backing storage as thisXrSecondaryViewConfigurationLayerInfoMSFT.Ptr, but with the new size.XrSecondaryViewConfigurationSessionBeginInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSecondaryViewConfigurationSessionBeginInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSecondaryViewConfigurationSessionBeginInfoMSFT.Ptrthat uses the same backing storage as thisXrSecondaryViewConfigurationSessionBeginInfoMSFT.Ptr, but with the new size.XrSecondaryViewConfigurationStateMSFT.Ptr.reinterpret(long newSize) Assume theXrSecondaryViewConfigurationStateMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSecondaryViewConfigurationStateMSFT.Ptrthat uses the same backing storage as thisXrSecondaryViewConfigurationStateMSFT.Ptr, but with the new size.XrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptr, but with the new size.@NotNull XrSemanticLabelsFB.PtrXrSemanticLabelsFB.Ptr.reinterpret(long newSize) Assume theXrSemanticLabelsFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSemanticLabelsFB.Ptrthat uses the same backing storage as thisXrSemanticLabelsFB.Ptr, but with the new size.@NotNull XrSemanticLabelsSupportInfoFB.PtrXrSemanticLabelsSupportInfoFB.Ptr.reinterpret(long newSize) Assume theXrSemanticLabelsSupportInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSemanticLabelsSupportInfoFB.Ptrthat uses the same backing storage as thisXrSemanticLabelsSupportInfoFB.Ptr, but with the new size.XrSenseDataFilterPlaneOrientationBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataFilterPlaneOrientationBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSenseDataFilterPlaneOrientationBD.Ptrthat uses the same backing storage as thisXrSenseDataFilterPlaneOrientationBD.Ptr, but with the new size.@NotNull XrSenseDataFilterSemanticBD.PtrXrSenseDataFilterSemanticBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataFilterSemanticBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSenseDataFilterSemanticBD.Ptrthat uses the same backing storage as thisXrSenseDataFilterSemanticBD.Ptr, but with the new size.@NotNull XrSenseDataFilterUuidBD.PtrXrSenseDataFilterUuidBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataFilterUuidBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSenseDataFilterUuidBD.Ptrthat uses the same backing storage as thisXrSenseDataFilterUuidBD.Ptr, but with the new size.@NotNull XrSenseDataProviderCreateInfoBD.PtrXrSenseDataProviderCreateInfoBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataProviderCreateInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSenseDataProviderCreateInfoBD.Ptrthat uses the same backing storage as thisXrSenseDataProviderCreateInfoBD.Ptr, but with the new size.XrSenseDataProviderCreateInfoSpatialMeshBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataProviderCreateInfoSpatialMeshBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSenseDataProviderCreateInfoSpatialMeshBD.Ptrthat uses the same backing storage as thisXrSenseDataProviderCreateInfoSpatialMeshBD.Ptr, but with the new size.@NotNull XrSenseDataProviderStartInfoBD.PtrXrSenseDataProviderStartInfoBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataProviderStartInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSenseDataProviderStartInfoBD.Ptrthat uses the same backing storage as thisXrSenseDataProviderStartInfoBD.Ptr, but with the new size.@NotNull XrSenseDataQueryCompletionBD.PtrXrSenseDataQueryCompletionBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataQueryCompletionBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSenseDataQueryCompletionBD.Ptrthat uses the same backing storage as thisXrSenseDataQueryCompletionBD.Ptr, but with the new size.@NotNull XrSenseDataQueryInfoBD.PtrXrSenseDataQueryInfoBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataQueryInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSenseDataQueryInfoBD.Ptrthat uses the same backing storage as thisXrSenseDataQueryInfoBD.Ptr, but with the new size.XrSerializedSceneFragmentDataGetInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSerializedSceneFragmentDataGetInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSerializedSceneFragmentDataGetInfoMSFT.Ptrthat uses the same backing storage as thisXrSerializedSceneFragmentDataGetInfoMSFT.Ptr, but with the new size.@NotNull XrSessionActionSetsAttachInfo.PtrXrSessionActionSetsAttachInfo.Ptr.reinterpret(long newSize) Assume theXrSessionActionSetsAttachInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSessionActionSetsAttachInfo.Ptrthat uses the same backing storage as thisXrSessionActionSetsAttachInfo.Ptr, but with the new size.@NotNull XrSessionBeginInfo.PtrXrSessionBeginInfo.Ptr.reinterpret(long newSize) Assume theXrSessionBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSessionBeginInfo.Ptrthat uses the same backing storage as thisXrSessionBeginInfo.Ptr, but with the new size.@NotNull XrSessionCreateInfo.PtrXrSessionCreateInfo.Ptr.reinterpret(long newSize) Assume theXrSessionCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSessionCreateInfo.Ptrthat uses the same backing storage as thisXrSessionCreateInfo.Ptr, but with the new size.@NotNull XrSessionCreateInfoOverlayEXTX.PtrXrSessionCreateInfoOverlayEXTX.Ptr.reinterpret(long newSize) Assume theXrSessionCreateInfoOverlayEXTX.Ptris capable of holding at leastnewSizestructures, create a new viewXrSessionCreateInfoOverlayEXTX.Ptrthat uses the same backing storage as thisXrSessionCreateInfoOverlayEXTX.Ptr, but with the new size.XrSharedSpatialAnchorDownloadInfoBD.Ptr.reinterpret(long newSize) Assume theXrSharedSpatialAnchorDownloadInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSharedSpatialAnchorDownloadInfoBD.Ptrthat uses the same backing storage as thisXrSharedSpatialAnchorDownloadInfoBD.Ptr, but with the new size.@NotNull XrShareSpacesInfoMETA.PtrXrShareSpacesInfoMETA.Ptr.reinterpret(long newSize) Assume theXrShareSpacesInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrShareSpacesInfoMETA.Ptrthat uses the same backing storage as thisXrShareSpacesInfoMETA.Ptr, but with the new size.XrShareSpacesRecipientBaseHeaderMETA.Ptr.reinterpret(long newSize) Assume theXrShareSpacesRecipientBaseHeaderMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrShareSpacesRecipientBaseHeaderMETA.Ptrthat uses the same backing storage as thisXrShareSpacesRecipientBaseHeaderMETA.Ptr, but with the new size.@NotNull XrShareSpacesRecipientGroupsMETA.PtrXrShareSpacesRecipientGroupsMETA.Ptr.reinterpret(long newSize) Assume theXrShareSpacesRecipientGroupsMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrShareSpacesRecipientGroupsMETA.Ptrthat uses the same backing storage as thisXrShareSpacesRecipientGroupsMETA.Ptr, but with the new size.XrSimultaneousHandsAndControllersTrackingPauseInfoMETA.Ptr.reinterpret(long newSize) Assume theXrSimultaneousHandsAndControllersTrackingPauseInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSimultaneousHandsAndControllersTrackingPauseInfoMETA.Ptrthat uses the same backing storage as thisXrSimultaneousHandsAndControllersTrackingPauseInfoMETA.Ptr, but with the new size.XrSimultaneousHandsAndControllersTrackingResumeInfoMETA.Ptr.reinterpret(long newSize) Assume theXrSimultaneousHandsAndControllersTrackingResumeInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSimultaneousHandsAndControllersTrackingResumeInfoMETA.Ptrthat uses the same backing storage as thisXrSimultaneousHandsAndControllersTrackingResumeInfoMETA.Ptr, but with the new size.@NotNull XrSpaceComponentFilterInfoFB.PtrXrSpaceComponentFilterInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceComponentFilterInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceComponentFilterInfoFB.Ptrthat uses the same backing storage as thisXrSpaceComponentFilterInfoFB.Ptr, but with the new size.@NotNull XrSpaceComponentStatusFB.PtrXrSpaceComponentStatusFB.Ptr.reinterpret(long newSize) Assume theXrSpaceComponentStatusFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceComponentStatusFB.Ptrthat uses the same backing storage as thisXrSpaceComponentStatusFB.Ptr, but with the new size.@NotNull XrSpaceComponentStatusSetInfoFB.PtrXrSpaceComponentStatusSetInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceComponentStatusSetInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceComponentStatusSetInfoFB.Ptrthat uses the same backing storage as thisXrSpaceComponentStatusSetInfoFB.Ptr, but with the new size.@NotNull XrSpaceContainerFB.PtrXrSpaceContainerFB.Ptr.reinterpret(long newSize) Assume theXrSpaceContainerFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceContainerFB.Ptrthat uses the same backing storage as thisXrSpaceContainerFB.Ptr, but with the new size.@NotNull XrSpaceEraseInfoFB.PtrXrSpaceEraseInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceEraseInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceEraseInfoFB.Ptrthat uses the same backing storage as thisXrSpaceEraseInfoFB.Ptr, but with the new size.@NotNull XrSpaceFilterInfoBaseHeaderFB.PtrXrSpaceFilterInfoBaseHeaderFB.Ptr.reinterpret(long newSize) Assume theXrSpaceFilterInfoBaseHeaderFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceFilterInfoBaseHeaderFB.Ptrthat uses the same backing storage as thisXrSpaceFilterInfoBaseHeaderFB.Ptr, but with the new size.@NotNull XrSpaceGroupUuidFilterInfoMETA.PtrXrSpaceGroupUuidFilterInfoMETA.Ptr.reinterpret(long newSize) Assume theXrSpaceGroupUuidFilterInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceGroupUuidFilterInfoMETA.Ptrthat uses the same backing storage as thisXrSpaceGroupUuidFilterInfoMETA.Ptr, but with the new size.@NotNull XrSpaceListSaveInfoFB.PtrXrSpaceListSaveInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceListSaveInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceListSaveInfoFB.Ptrthat uses the same backing storage as thisXrSpaceListSaveInfoFB.Ptr, but with the new size.@NotNull XrSpaceLocation.PtrXrSpaceLocation.Ptr.reinterpret(long newSize) Assume theXrSpaceLocation.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceLocation.Ptrthat uses the same backing storage as thisXrSpaceLocation.Ptr, but with the new size.@NotNull XrSpaceLocationData.PtrXrSpaceLocationData.Ptr.reinterpret(long newSize) Assume theXrSpaceLocationData.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceLocationData.Ptrthat uses the same backing storage as thisXrSpaceLocationData.Ptr, but with the new size.@NotNull XrSpaceLocationDataKHR.PtrXrSpaceLocationDataKHR.Ptr.reinterpret(long newSize) Assume theXrSpaceLocationDataKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceLocationDataKHR.Ptrthat uses the same backing storage as thisXrSpaceLocationDataKHR.Ptr, but with the new size.@NotNull XrSpaceLocations.PtrXrSpaceLocations.Ptr.reinterpret(long newSize) Assume theXrSpaceLocations.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceLocations.Ptrthat uses the same backing storage as thisXrSpaceLocations.Ptr, but with the new size.@NotNull XrSpaceLocationsKHR.PtrXrSpaceLocationsKHR.Ptr.reinterpret(long newSize) Assume theXrSpaceLocationsKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceLocationsKHR.Ptrthat uses the same backing storage as thisXrSpaceLocationsKHR.Ptr, but with the new size.@NotNull XrSpaceQueryInfoBaseHeaderFB.PtrXrSpaceQueryInfoBaseHeaderFB.Ptr.reinterpret(long newSize) Assume theXrSpaceQueryInfoBaseHeaderFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceQueryInfoBaseHeaderFB.Ptrthat uses the same backing storage as thisXrSpaceQueryInfoBaseHeaderFB.Ptr, but with the new size.@NotNull XrSpaceQueryInfoFB.PtrXrSpaceQueryInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceQueryInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceQueryInfoFB.Ptrthat uses the same backing storage as thisXrSpaceQueryInfoFB.Ptr, but with the new size.@NotNull XrSpaceQueryResultFB.PtrXrSpaceQueryResultFB.Ptr.reinterpret(long newSize) Assume theXrSpaceQueryResultFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceQueryResultFB.Ptrthat uses the same backing storage as thisXrSpaceQueryResultFB.Ptr, but with the new size.@NotNull XrSpaceQueryResultsFB.PtrXrSpaceQueryResultsFB.Ptr.reinterpret(long newSize) Assume theXrSpaceQueryResultsFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceQueryResultsFB.Ptrthat uses the same backing storage as thisXrSpaceQueryResultsFB.Ptr, but with the new size.@NotNull XrSpaceSaveInfoFB.PtrXrSpaceSaveInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceSaveInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceSaveInfoFB.Ptrthat uses the same backing storage as thisXrSpaceSaveInfoFB.Ptr, but with the new size.@NotNull XrSpaceShareInfoFB.PtrXrSpaceShareInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceShareInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceShareInfoFB.Ptrthat uses the same backing storage as thisXrSpaceShareInfoFB.Ptr, but with the new size.@NotNull XrSpacesLocateInfo.PtrXrSpacesLocateInfo.Ptr.reinterpret(long newSize) Assume theXrSpacesLocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpacesLocateInfo.Ptrthat uses the same backing storage as thisXrSpacesLocateInfo.Ptr, but with the new size.@NotNull XrSpacesLocateInfoKHR.PtrXrSpacesLocateInfoKHR.Ptr.reinterpret(long newSize) Assume theXrSpacesLocateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpacesLocateInfoKHR.Ptrthat uses the same backing storage as thisXrSpacesLocateInfoKHR.Ptr, but with the new size.XrSpaceStorageLocationFilterInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceStorageLocationFilterInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceStorageLocationFilterInfoFB.Ptrthat uses the same backing storage as thisXrSpaceStorageLocationFilterInfoFB.Ptr, but with the new size.@NotNull XrSpaceTriangleMeshGetInfoMETA.PtrXrSpaceTriangleMeshGetInfoMETA.Ptr.reinterpret(long newSize) Assume theXrSpaceTriangleMeshGetInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceTriangleMeshGetInfoMETA.Ptrthat uses the same backing storage as thisXrSpaceTriangleMeshGetInfoMETA.Ptr, but with the new size.@NotNull XrSpaceTriangleMeshMETA.PtrXrSpaceTriangleMeshMETA.Ptr.reinterpret(long newSize) Assume theXrSpaceTriangleMeshMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceTriangleMeshMETA.Ptrthat uses the same backing storage as thisXrSpaceTriangleMeshMETA.Ptr, but with the new size.@NotNull XrSpaceUserCreateInfoFB.PtrXrSpaceUserCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceUserCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceUserCreateInfoFB.Ptrthat uses the same backing storage as thisXrSpaceUserCreateInfoFB.Ptr, but with the new size.@NotNull XrSpaceUuidFilterInfoFB.PtrXrSpaceUuidFilterInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceUuidFilterInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceUuidFilterInfoFB.Ptrthat uses the same backing storage as thisXrSpaceUuidFilterInfoFB.Ptr, but with the new size.@NotNull XrSpaceVelocities.PtrXrSpaceVelocities.Ptr.reinterpret(long newSize) Assume theXrSpaceVelocities.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceVelocities.Ptrthat uses the same backing storage as thisXrSpaceVelocities.Ptr, but with the new size.@NotNull XrSpaceVelocitiesKHR.PtrXrSpaceVelocitiesKHR.Ptr.reinterpret(long newSize) Assume theXrSpaceVelocitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceVelocitiesKHR.Ptrthat uses the same backing storage as thisXrSpaceVelocitiesKHR.Ptr, but with the new size.@NotNull XrSpaceVelocity.PtrXrSpaceVelocity.Ptr.reinterpret(long newSize) Assume theXrSpaceVelocity.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceVelocity.Ptrthat uses the same backing storage as thisXrSpaceVelocity.Ptr, but with the new size.@NotNull XrSpaceVelocityData.PtrXrSpaceVelocityData.Ptr.reinterpret(long newSize) Assume theXrSpaceVelocityData.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceVelocityData.Ptrthat uses the same backing storage as thisXrSpaceVelocityData.Ptr, but with the new size.@NotNull XrSpaceVelocityDataKHR.PtrXrSpaceVelocityDataKHR.Ptr.reinterpret(long newSize) Assume theXrSpaceVelocityDataKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceVelocityDataKHR.Ptrthat uses the same backing storage as thisXrSpaceVelocityDataKHR.Ptr, but with the new size.XrSpatialAnchorCompletionResultML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorCompletionResultML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorCompletionResultML.Ptrthat uses the same backing storage as thisXrSpatialAnchorCompletionResultML.Ptr, but with the new size.XrSpatialAnchorCreateCompletionBD.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorCreateCompletionBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorCreateCompletionBD.Ptrthat uses the same backing storage as thisXrSpatialAnchorCreateCompletionBD.Ptr, but with the new size.@NotNull XrSpatialAnchorCreateInfoBD.PtrXrSpatialAnchorCreateInfoBD.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorCreateInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorCreateInfoBD.Ptrthat uses the same backing storage as thisXrSpatialAnchorCreateInfoBD.Ptr, but with the new size.@NotNull XrSpatialAnchorCreateInfoEXT.PtrXrSpatialAnchorCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorCreateInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialAnchorCreateInfoEXT.Ptr, but with the new size.@NotNull XrSpatialAnchorCreateInfoFB.PtrXrSpatialAnchorCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorCreateInfoFB.Ptrthat uses the same backing storage as thisXrSpatialAnchorCreateInfoFB.Ptr, but with the new size.@NotNull XrSpatialAnchorCreateInfoHTC.PtrXrSpatialAnchorCreateInfoHTC.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorCreateInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorCreateInfoHTC.Ptrthat uses the same backing storage as thisXrSpatialAnchorCreateInfoHTC.Ptr, but with the new size.@NotNull XrSpatialAnchorCreateInfoMSFT.PtrXrSpatialAnchorCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrSpatialAnchorCreateInfoMSFT.Ptr, but with the new size.XrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.Ptr, but with the new size.@NotNull XrSpatialAnchorNameHTC.PtrXrSpatialAnchorNameHTC.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorNameHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorNameHTC.Ptrthat uses the same backing storage as thisXrSpatialAnchorNameHTC.Ptr, but with the new size.XrSpatialAnchorPersistenceInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorPersistenceInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorPersistenceInfoMSFT.Ptrthat uses the same backing storage as thisXrSpatialAnchorPersistenceInfoMSFT.Ptr, but with the new size.XrSpatialAnchorPersistenceNameMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorPersistenceNameMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorPersistenceNameMSFT.Ptrthat uses the same backing storage as thisXrSpatialAnchorPersistenceNameMSFT.Ptr, but with the new size.@NotNull XrSpatialAnchorPersistInfoBD.PtrXrSpatialAnchorPersistInfoBD.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorPersistInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorPersistInfoBD.Ptrthat uses the same backing storage as thisXrSpatialAnchorPersistInfoBD.Ptr, but with the new size.XrSpatialAnchorsCreateInfoBaseHeaderML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsCreateInfoBaseHeaderML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsCreateInfoBaseHeaderML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsCreateInfoBaseHeaderML.Ptr, but with the new size.XrSpatialAnchorsCreateInfoFromPoseML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsCreateInfoFromPoseML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsCreateInfoFromPoseML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsCreateInfoFromPoseML.Ptr, but with the new size.XrSpatialAnchorsCreateInfoFromUuidsML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsCreateInfoFromUuidsML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsCreateInfoFromUuidsML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsCreateInfoFromUuidsML.Ptr, but with the new size.XrSpatialAnchorsCreateStorageInfoML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsCreateStorageInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsCreateStorageInfoML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsCreateStorageInfoML.Ptr, but with the new size.XrSpatialAnchorsDeleteCompletionDetailsML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsDeleteCompletionDetailsML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsDeleteCompletionDetailsML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsDeleteCompletionDetailsML.Ptr, but with the new size.XrSpatialAnchorsDeleteCompletionML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsDeleteCompletionML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsDeleteCompletionML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsDeleteCompletionML.Ptr, but with the new size.@NotNull XrSpatialAnchorsDeleteInfoML.PtrXrSpatialAnchorsDeleteInfoML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsDeleteInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsDeleteInfoML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsDeleteInfoML.Ptr, but with the new size.@NotNull XrSpatialAnchorShareInfoBD.PtrXrSpatialAnchorShareInfoBD.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorShareInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorShareInfoBD.Ptrthat uses the same backing storage as thisXrSpatialAnchorShareInfoBD.Ptr, but with the new size.XrSpatialAnchorSpaceCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorSpaceCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorSpaceCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrSpatialAnchorSpaceCreateInfoMSFT.Ptr, but with the new size.XrSpatialAnchorsPublishCompletionDetailsML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsPublishCompletionDetailsML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsPublishCompletionDetailsML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsPublishCompletionDetailsML.Ptr, but with the new size.XrSpatialAnchorsPublishCompletionML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsPublishCompletionML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsPublishCompletionML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsPublishCompletionML.Ptr, but with the new size.@NotNull XrSpatialAnchorsPublishInfoML.PtrXrSpatialAnchorsPublishInfoML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsPublishInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsPublishInfoML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsPublishInfoML.Ptr, but with the new size.XrSpatialAnchorsQueryCompletionML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsQueryCompletionML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsQueryCompletionML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsQueryCompletionML.Ptr, but with the new size.XrSpatialAnchorsQueryInfoBaseHeaderML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsQueryInfoBaseHeaderML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsQueryInfoBaseHeaderML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsQueryInfoBaseHeaderML.Ptr, but with the new size.XrSpatialAnchorsQueryInfoRadiusML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsQueryInfoRadiusML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsQueryInfoRadiusML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsQueryInfoRadiusML.Ptr, but with the new size.@NotNull XrSpatialAnchorStateML.PtrXrSpatialAnchorStateML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorStateML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorStateML.Ptrthat uses the same backing storage as thisXrSpatialAnchorStateML.Ptr, but with the new size.XrSpatialAnchorsUpdateExpirationCompletionDetailsML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsUpdateExpirationCompletionDetailsML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsUpdateExpirationCompletionDetailsML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsUpdateExpirationCompletionDetailsML.Ptr, but with the new size.XrSpatialAnchorsUpdateExpirationCompletionML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsUpdateExpirationCompletionML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsUpdateExpirationCompletionML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsUpdateExpirationCompletionML.Ptr, but with the new size.XrSpatialAnchorsUpdateExpirationInfoML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsUpdateExpirationInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorsUpdateExpirationInfoML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsUpdateExpirationInfoML.Ptr, but with the new size.@NotNull XrSpatialAnchorUnpersistInfoBD.PtrXrSpatialAnchorUnpersistInfoBD.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorUnpersistInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorUnpersistInfoBD.Ptrthat uses the same backing storage as thisXrSpatialAnchorUnpersistInfoBD.Ptr, but with the new size.@NotNull XrSpatialBounded2DDataEXT.PtrXrSpatialBounded2DDataEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialBounded2DDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialBounded2DDataEXT.Ptrthat uses the same backing storage as thisXrSpatialBounded2DDataEXT.Ptr, but with the new size.@NotNull XrSpatialBufferEXT.PtrXrSpatialBufferEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialBufferEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialBufferEXT.Ptrthat uses the same backing storage as thisXrSpatialBufferEXT.Ptr, but with the new size.@NotNull XrSpatialBufferGetInfoEXT.PtrXrSpatialBufferGetInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialBufferGetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialBufferGetInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialBufferGetInfoEXT.Ptr, but with the new size.XrSpatialCapabilityComponentTypesEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialCapabilityComponentTypesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialCapabilityComponentTypesEXT.Ptrthat uses the same backing storage as thisXrSpatialCapabilityComponentTypesEXT.Ptr, but with the new size.XrSpatialCapabilityConfigurationAnchorEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialCapabilityConfigurationAnchorEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialCapabilityConfigurationAnchorEXT.Ptrthat uses the same backing storage as thisXrSpatialCapabilityConfigurationAnchorEXT.Ptr, but with the new size.XrSpatialCapabilityConfigurationAprilTagEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialCapabilityConfigurationAprilTagEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialCapabilityConfigurationAprilTagEXT.Ptrthat uses the same backing storage as thisXrSpatialCapabilityConfigurationAprilTagEXT.Ptr, but with the new size.XrSpatialCapabilityConfigurationArucoMarkerEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialCapabilityConfigurationArucoMarkerEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialCapabilityConfigurationArucoMarkerEXT.Ptrthat uses the same backing storage as thisXrSpatialCapabilityConfigurationArucoMarkerEXT.Ptr, but with the new size.XrSpatialCapabilityConfigurationBaseHeaderEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialCapabilityConfigurationBaseHeaderEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialCapabilityConfigurationBaseHeaderEXT.Ptrthat uses the same backing storage as thisXrSpatialCapabilityConfigurationBaseHeaderEXT.Ptr, but with the new size.XrSpatialCapabilityConfigurationMicroQrCodeEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialCapabilityConfigurationMicroQrCodeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialCapabilityConfigurationMicroQrCodeEXT.Ptrthat uses the same backing storage as thisXrSpatialCapabilityConfigurationMicroQrCodeEXT.Ptr, but with the new size.XrSpatialCapabilityConfigurationPlaneTrackingEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialCapabilityConfigurationPlaneTrackingEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialCapabilityConfigurationPlaneTrackingEXT.Ptrthat uses the same backing storage as thisXrSpatialCapabilityConfigurationPlaneTrackingEXT.Ptr, but with the new size.XrSpatialCapabilityConfigurationQrCodeEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialCapabilityConfigurationQrCodeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialCapabilityConfigurationQrCodeEXT.Ptrthat uses the same backing storage as thisXrSpatialCapabilityConfigurationQrCodeEXT.Ptr, but with the new size.@NotNull XrSpatialComponentAnchorListEXT.PtrXrSpatialComponentAnchorListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentAnchorListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentAnchorListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentAnchorListEXT.Ptr, but with the new size.XrSpatialComponentBounded2DListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentBounded2DListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentBounded2DListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentBounded2DListEXT.Ptr, but with the new size.XrSpatialComponentBounded3DListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentBounded3DListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentBounded3DListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentBounded3DListEXT.Ptr, but with the new size.XrSpatialComponentDataQueryConditionEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentDataQueryConditionEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentDataQueryConditionEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentDataQueryConditionEXT.Ptr, but with the new size.XrSpatialComponentDataQueryResultEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentDataQueryResultEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentDataQueryResultEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentDataQueryResultEXT.Ptr, but with the new size.@NotNull XrSpatialComponentMarkerListEXT.PtrXrSpatialComponentMarkerListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentMarkerListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentMarkerListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentMarkerListEXT.Ptr, but with the new size.@NotNull XrSpatialComponentMesh2DListEXT.PtrXrSpatialComponentMesh2DListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentMesh2DListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentMesh2DListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentMesh2DListEXT.Ptr, but with the new size.@NotNull XrSpatialComponentMesh3DListEXT.PtrXrSpatialComponentMesh3DListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentMesh3DListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentMesh3DListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentMesh3DListEXT.Ptr, but with the new size.@NotNull XrSpatialComponentParentListEXT.PtrXrSpatialComponentParentListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentParentListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentParentListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentParentListEXT.Ptr, but with the new size.XrSpatialComponentPersistenceListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentPersistenceListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentPersistenceListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentPersistenceListEXT.Ptr, but with the new size.XrSpatialComponentPlaneAlignmentListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentPlaneAlignmentListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentPlaneAlignmentListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentPlaneAlignmentListEXT.Ptr, but with the new size.XrSpatialComponentPlaneSemanticLabelListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentPlaneSemanticLabelListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentPlaneSemanticLabelListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentPlaneSemanticLabelListEXT.Ptr, but with the new size.XrSpatialComponentPolygon2DListEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialComponentPolygon2DListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialComponentPolygon2DListEXT.Ptrthat uses the same backing storage as thisXrSpatialComponentPolygon2DListEXT.Ptr, but with the new size.@NotNull XrSpatialContextCreateInfoEXT.PtrXrSpatialContextCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialContextCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialContextCreateInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialContextCreateInfoEXT.Ptr, but with the new size.XrSpatialContextPersistenceConfigEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialContextPersistenceConfigEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialContextPersistenceConfigEXT.Ptrthat uses the same backing storage as thisXrSpatialContextPersistenceConfigEXT.Ptr, but with the new size.XrSpatialDiscoveryPersistenceUuidFilterEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialDiscoveryPersistenceUuidFilterEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialDiscoveryPersistenceUuidFilterEXT.Ptrthat uses the same backing storage as thisXrSpatialDiscoveryPersistenceUuidFilterEXT.Ptr, but with the new size.XrSpatialDiscoverySnapshotCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialDiscoverySnapshotCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialDiscoverySnapshotCreateInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialDiscoverySnapshotCreateInfoEXT.Ptr, but with the new size.XrSpatialEntityAnchorCreateInfoBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityAnchorCreateInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityAnchorCreateInfoBD.Ptrthat uses the same backing storage as thisXrSpatialEntityAnchorCreateInfoBD.Ptr, but with the new size.XrSpatialEntityComponentDataBaseHeaderBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentDataBaseHeaderBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentDataBaseHeaderBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentDataBaseHeaderBD.Ptr, but with the new size.XrSpatialEntityComponentDataBoundingBox2DBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentDataBoundingBox2DBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentDataBoundingBox2DBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentDataBoundingBox2DBD.Ptr, but with the new size.XrSpatialEntityComponentDataBoundingBox3DBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentDataBoundingBox3DBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentDataBoundingBox3DBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentDataBoundingBox3DBD.Ptr, but with the new size.XrSpatialEntityComponentDataLocationBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentDataLocationBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentDataLocationBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentDataLocationBD.Ptr, but with the new size.XrSpatialEntityComponentDataPlaneOrientationBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentDataPlaneOrientationBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentDataPlaneOrientationBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentDataPlaneOrientationBD.Ptr, but with the new size.XrSpatialEntityComponentDataPolygonBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentDataPolygonBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentDataPolygonBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentDataPolygonBD.Ptr, but with the new size.XrSpatialEntityComponentDataSemanticBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentDataSemanticBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentDataSemanticBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentDataSemanticBD.Ptr, but with the new size.XrSpatialEntityComponentDataTriangleMeshBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentDataTriangleMeshBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentDataTriangleMeshBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentDataTriangleMeshBD.Ptr, but with the new size.XrSpatialEntityComponentGetInfoBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityComponentGetInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityComponentGetInfoBD.Ptrthat uses the same backing storage as thisXrSpatialEntityComponentGetInfoBD.Ptr, but with the new size.XrSpatialEntityFromIdCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityFromIdCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityFromIdCreateInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialEntityFromIdCreateInfoEXT.Ptr, but with the new size.@NotNull XrSpatialEntityLocationGetInfoBD.PtrXrSpatialEntityLocationGetInfoBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityLocationGetInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityLocationGetInfoBD.Ptrthat uses the same backing storage as thisXrSpatialEntityLocationGetInfoBD.Ptr, but with the new size.@NotNull XrSpatialEntityPersistInfoEXT.PtrXrSpatialEntityPersistInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityPersistInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityPersistInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialEntityPersistInfoEXT.Ptr, but with the new size.@NotNull XrSpatialEntityStateBD.PtrXrSpatialEntityStateBD.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityStateBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityStateBD.Ptrthat uses the same backing storage as thisXrSpatialEntityStateBD.Ptr, but with the new size.@NotNull XrSpatialEntityUnpersistInfoEXT.PtrXrSpatialEntityUnpersistInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityUnpersistInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialEntityUnpersistInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialEntityUnpersistInfoEXT.Ptr, but with the new size.@NotNull XrSpatialFilterTrackingStateEXT.PtrXrSpatialFilterTrackingStateEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialFilterTrackingStateEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialFilterTrackingStateEXT.Ptrthat uses the same backing storage as thisXrSpatialFilterTrackingStateEXT.Ptr, but with the new size.XrSpatialGraphNodeBindingPropertiesGetInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialGraphNodeBindingPropertiesGetInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialGraphNodeBindingPropertiesGetInfoMSFT.Ptrthat uses the same backing storage as thisXrSpatialGraphNodeBindingPropertiesGetInfoMSFT.Ptr, but with the new size.XrSpatialGraphNodeBindingPropertiesMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialGraphNodeBindingPropertiesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialGraphNodeBindingPropertiesMSFT.Ptrthat uses the same backing storage as thisXrSpatialGraphNodeBindingPropertiesMSFT.Ptr, but with the new size.XrSpatialGraphNodeSpaceCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialGraphNodeSpaceCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialGraphNodeSpaceCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrSpatialGraphNodeSpaceCreateInfoMSFT.Ptr, but with the new size.XrSpatialGraphStaticNodeBindingCreateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialGraphStaticNodeBindingCreateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialGraphStaticNodeBindingCreateInfoMSFT.Ptrthat uses the same backing storage as thisXrSpatialGraphStaticNodeBindingCreateInfoMSFT.Ptr, but with the new size.@NotNull XrSpatialMarkerDataEXT.PtrXrSpatialMarkerDataEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialMarkerDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialMarkerDataEXT.Ptrthat uses the same backing storage as thisXrSpatialMarkerDataEXT.Ptr, but with the new size.@NotNull XrSpatialMarkerSizeEXT.PtrXrSpatialMarkerSizeEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialMarkerSizeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialMarkerSizeEXT.Ptrthat uses the same backing storage as thisXrSpatialMarkerSizeEXT.Ptr, but with the new size.XrSpatialMarkerStaticOptimizationEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialMarkerStaticOptimizationEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialMarkerStaticOptimizationEXT.Ptrthat uses the same backing storage as thisXrSpatialMarkerStaticOptimizationEXT.Ptr, but with the new size.@NotNull XrSpatialMeshDataEXT.PtrXrSpatialMeshDataEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialMeshDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialMeshDataEXT.Ptrthat uses the same backing storage as thisXrSpatialMeshDataEXT.Ptr, but with the new size.XrSpatialPersistenceContextCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialPersistenceContextCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialPersistenceContextCreateInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialPersistenceContextCreateInfoEXT.Ptr, but with the new size.@NotNull XrSpatialPersistenceDataEXT.PtrXrSpatialPersistenceDataEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialPersistenceDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialPersistenceDataEXT.Ptrthat uses the same backing storage as thisXrSpatialPersistenceDataEXT.Ptr, but with the new size.@NotNull XrSpatialPolygon2DDataEXT.PtrXrSpatialPolygon2DDataEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialPolygon2DDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialPolygon2DDataEXT.Ptrthat uses the same backing storage as thisXrSpatialPolygon2DDataEXT.Ptr, but with the new size.XrSpatialUpdateSnapshotCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialUpdateSnapshotCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialUpdateSnapshotCreateInfoEXT.Ptrthat uses the same backing storage as thisXrSpatialUpdateSnapshotCreateInfoEXT.Ptr, but with the new size.@NotNull XrSpheref.PtrXrSpheref.Ptr.reinterpret(long newSize) Assume theXrSpheref.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpheref.Ptrthat uses the same backing storage as thisXrSpheref.Ptr, but with the new size.@NotNull XrSpherefKHR.PtrXrSpherefKHR.Ptr.reinterpret(long newSize) Assume theXrSpherefKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpherefKHR.Ptrthat uses the same backing storage as thisXrSpherefKHR.Ptr, but with the new size.@NotNull XrSwapchainCreateInfo.PtrXrSwapchainCreateInfo.Ptr.reinterpret(long newSize) Assume theXrSwapchainCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainCreateInfo.Ptrthat uses the same backing storage as thisXrSwapchainCreateInfo.Ptr, but with the new size.@NotNull XrSwapchainCreateInfoFoveationFB.PtrXrSwapchainCreateInfoFoveationFB.Ptr.reinterpret(long newSize) Assume theXrSwapchainCreateInfoFoveationFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainCreateInfoFoveationFB.Ptrthat uses the same backing storage as thisXrSwapchainCreateInfoFoveationFB.Ptr, but with the new size.@NotNull XrSwapchainImageAcquireInfo.PtrXrSwapchainImageAcquireInfo.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageAcquireInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageAcquireInfo.Ptrthat uses the same backing storage as thisXrSwapchainImageAcquireInfo.Ptr, but with the new size.@NotNull XrSwapchainImageBaseHeader.PtrXrSwapchainImageBaseHeader.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageBaseHeader.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageBaseHeader.Ptrthat uses the same backing storage as thisXrSwapchainImageBaseHeader.Ptr, but with the new size.@NotNull XrSwapchainImageD3D11KHR.PtrXrSwapchainImageD3D11KHR.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageD3D11KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageD3D11KHR.Ptrthat uses the same backing storage as thisXrSwapchainImageD3D11KHR.Ptr, but with the new size.@NotNull XrSwapchainImageD3D12KHR.PtrXrSwapchainImageD3D12KHR.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageD3D12KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageD3D12KHR.Ptrthat uses the same backing storage as thisXrSwapchainImageD3D12KHR.Ptr, but with the new size.XrSwapchainImageFoveationVulkanFB.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageFoveationVulkanFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageFoveationVulkanFB.Ptrthat uses the same backing storage as thisXrSwapchainImageFoveationVulkanFB.Ptr, but with the new size.@NotNull XrSwapchainImageMetalKHR.PtrXrSwapchainImageMetalKHR.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageMetalKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageMetalKHR.Ptrthat uses the same backing storage as thisXrSwapchainImageMetalKHR.Ptr, but with the new size.@NotNull XrSwapchainImageOpenGLESKHR.PtrXrSwapchainImageOpenGLESKHR.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageOpenGLESKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageOpenGLESKHR.Ptrthat uses the same backing storage as thisXrSwapchainImageOpenGLESKHR.Ptr, but with the new size.@NotNull XrSwapchainImageOpenGLKHR.PtrXrSwapchainImageOpenGLKHR.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageOpenGLKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageOpenGLKHR.Ptrthat uses the same backing storage as thisXrSwapchainImageOpenGLKHR.Ptr, but with the new size.@NotNull XrSwapchainImageReleaseInfo.PtrXrSwapchainImageReleaseInfo.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageReleaseInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageReleaseInfo.Ptrthat uses the same backing storage as thisXrSwapchainImageReleaseInfo.Ptr, but with the new size.@NotNull XrSwapchainImageVulkan2KHR.PtrXrSwapchainImageVulkan2KHR.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageVulkan2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageVulkan2KHR.Ptrthat uses the same backing storage as thisXrSwapchainImageVulkan2KHR.Ptr, but with the new size.@NotNull XrSwapchainImageVulkanKHR.PtrXrSwapchainImageVulkanKHR.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageVulkanKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageVulkanKHR.Ptrthat uses the same backing storage as thisXrSwapchainImageVulkanKHR.Ptr, but with the new size.@NotNull XrSwapchainImageWaitInfo.PtrXrSwapchainImageWaitInfo.Ptr.reinterpret(long newSize) Assume theXrSwapchainImageWaitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainImageWaitInfo.Ptrthat uses the same backing storage as thisXrSwapchainImageWaitInfo.Ptr, but with the new size.XrSwapchainStateAndroidSurfaceDimensionsFB.Ptr.reinterpret(long newSize) Assume theXrSwapchainStateAndroidSurfaceDimensionsFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainStateAndroidSurfaceDimensionsFB.Ptrthat uses the same backing storage as thisXrSwapchainStateAndroidSurfaceDimensionsFB.Ptr, but with the new size.@NotNull XrSwapchainStateBaseHeaderFB.PtrXrSwapchainStateBaseHeaderFB.Ptr.reinterpret(long newSize) Assume theXrSwapchainStateBaseHeaderFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainStateBaseHeaderFB.Ptrthat uses the same backing storage as thisXrSwapchainStateBaseHeaderFB.Ptr, but with the new size.@NotNull XrSwapchainStateFoveationFB.PtrXrSwapchainStateFoveationFB.Ptr.reinterpret(long newSize) Assume theXrSwapchainStateFoveationFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainStateFoveationFB.Ptrthat uses the same backing storage as thisXrSwapchainStateFoveationFB.Ptr, but with the new size.XrSwapchainStateSamplerOpenGLESFB.Ptr.reinterpret(long newSize) Assume theXrSwapchainStateSamplerOpenGLESFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainStateSamplerOpenGLESFB.Ptrthat uses the same backing storage as thisXrSwapchainStateSamplerOpenGLESFB.Ptr, but with the new size.@NotNull XrSwapchainStateSamplerVulkanFB.PtrXrSwapchainStateSamplerVulkanFB.Ptr.reinterpret(long newSize) Assume theXrSwapchainStateSamplerVulkanFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainStateSamplerVulkanFB.Ptrthat uses the same backing storage as thisXrSwapchainStateSamplerVulkanFB.Ptr, but with the new size.@NotNull XrSwapchainSubImage.PtrXrSwapchainSubImage.Ptr.reinterpret(long newSize) Assume theXrSwapchainSubImage.Ptris capable of holding at leastnewSizestructures, create a new viewXrSwapchainSubImage.Ptrthat uses the same backing storage as thisXrSwapchainSubImage.Ptr, but with the new size.@NotNull XrSystemAnchorPropertiesHTC.PtrXrSystemAnchorPropertiesHTC.Ptr.reinterpret(long newSize) Assume theXrSystemAnchorPropertiesHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemAnchorPropertiesHTC.Ptrthat uses the same backing storage as thisXrSystemAnchorPropertiesHTC.Ptr, but with the new size.@NotNull XrSystemBodyTrackingPropertiesBD.PtrXrSystemBodyTrackingPropertiesBD.Ptr.reinterpret(long newSize) Assume theXrSystemBodyTrackingPropertiesBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemBodyTrackingPropertiesBD.Ptrthat uses the same backing storage as thisXrSystemBodyTrackingPropertiesBD.Ptr, but with the new size.@NotNull XrSystemBodyTrackingPropertiesFB.PtrXrSystemBodyTrackingPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemBodyTrackingPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemBodyTrackingPropertiesFB.Ptrthat uses the same backing storage as thisXrSystemBodyTrackingPropertiesFB.Ptr, but with the new size.XrSystemBodyTrackingPropertiesHTC.Ptr.reinterpret(long newSize) Assume theXrSystemBodyTrackingPropertiesHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemBodyTrackingPropertiesHTC.Ptrthat uses the same backing storage as thisXrSystemBodyTrackingPropertiesHTC.Ptr, but with the new size.XrSystemColocationDiscoveryPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemColocationDiscoveryPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemColocationDiscoveryPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemColocationDiscoveryPropertiesMETA.Ptr, but with the new size.@NotNull XrSystemColorSpacePropertiesFB.PtrXrSystemColorSpacePropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemColorSpacePropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemColorSpacePropertiesFB.Ptrthat uses the same backing storage as thisXrSystemColorSpacePropertiesFB.Ptr, but with the new size.XrSystemEnvironmentDepthPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemEnvironmentDepthPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemEnvironmentDepthPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemEnvironmentDepthPropertiesMETA.Ptr, but with the new size.XrSystemEyeGazeInteractionPropertiesEXT.Ptr.reinterpret(long newSize) Assume theXrSystemEyeGazeInteractionPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemEyeGazeInteractionPropertiesEXT.Ptrthat uses the same backing storage as thisXrSystemEyeGazeInteractionPropertiesEXT.Ptr, but with the new size.@NotNull XrSystemEyeTrackingPropertiesFB.PtrXrSystemEyeTrackingPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemEyeTrackingPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemEyeTrackingPropertiesFB.Ptrthat uses the same backing storage as thisXrSystemEyeTrackingPropertiesFB.Ptr, but with the new size.XrSystemFaceTrackingProperties2FB.Ptr.reinterpret(long newSize) Assume theXrSystemFaceTrackingProperties2FB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemFaceTrackingProperties2FB.Ptrthat uses the same backing storage as thisXrSystemFaceTrackingProperties2FB.Ptr, but with the new size.@NotNull XrSystemFaceTrackingPropertiesFB.PtrXrSystemFaceTrackingPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemFaceTrackingPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemFaceTrackingPropertiesFB.Ptrthat uses the same backing storage as thisXrSystemFaceTrackingPropertiesFB.Ptr, but with the new size.XrSystemFacialExpressionPropertiesML.Ptr.reinterpret(long newSize) Assume theXrSystemFacialExpressionPropertiesML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemFacialExpressionPropertiesML.Ptrthat uses the same backing storage as thisXrSystemFacialExpressionPropertiesML.Ptr, but with the new size.XrSystemFacialTrackingPropertiesHTC.Ptr.reinterpret(long newSize) Assume theXrSystemFacialTrackingPropertiesHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemFacialTrackingPropertiesHTC.Ptrthat uses the same backing storage as thisXrSystemFacialTrackingPropertiesHTC.Ptr, but with the new size.XrSystemForceFeedbackCurlPropertiesMNDX.Ptr.reinterpret(long newSize) Assume theXrSystemForceFeedbackCurlPropertiesMNDX.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemForceFeedbackCurlPropertiesMNDX.Ptrthat uses the same backing storage as thisXrSystemForceFeedbackCurlPropertiesMNDX.Ptr, but with the new size.XrSystemFoveatedRenderingPropertiesVARJO.Ptr.reinterpret(long newSize) Assume theXrSystemFoveatedRenderingPropertiesVARJO.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemFoveatedRenderingPropertiesVARJO.Ptrthat uses the same backing storage as thisXrSystemFoveatedRenderingPropertiesVARJO.Ptr, but with the new size.XrSystemFoveationEyeTrackedPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemFoveationEyeTrackedPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemFoveationEyeTrackedPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemFoveationEyeTrackedPropertiesMETA.Ptr, but with the new size.@NotNull XrSystemGetInfo.PtrXrSystemGetInfo.Ptr.reinterpret(long newSize) Assume theXrSystemGetInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemGetInfo.Ptrthat uses the same backing storage as thisXrSystemGetInfo.Ptr, but with the new size.@NotNull XrSystemGraphicsProperties.PtrXrSystemGraphicsProperties.Ptr.reinterpret(long newSize) Assume theXrSystemGraphicsProperties.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemGraphicsProperties.Ptrthat uses the same backing storage as thisXrSystemGraphicsProperties.Ptr, but with the new size.XrSystemHandTrackingMeshPropertiesMSFT.Ptr.reinterpret(long newSize) Assume theXrSystemHandTrackingMeshPropertiesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemHandTrackingMeshPropertiesMSFT.Ptrthat uses the same backing storage as thisXrSystemHandTrackingMeshPropertiesMSFT.Ptr, but with the new size.XrSystemHandTrackingPropertiesEXT.Ptr.reinterpret(long newSize) Assume theXrSystemHandTrackingPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemHandTrackingPropertiesEXT.Ptrthat uses the same backing storage as thisXrSystemHandTrackingPropertiesEXT.Ptr, but with the new size.@NotNull XrSystemHeadsetIdPropertiesMETA.PtrXrSystemHeadsetIdPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemHeadsetIdPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemHeadsetIdPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemHeadsetIdPropertiesMETA.Ptr, but with the new size.XrSystemKeyboardTrackingPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemKeyboardTrackingPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemKeyboardTrackingPropertiesFB.Ptrthat uses the same backing storage as thisXrSystemKeyboardTrackingPropertiesFB.Ptr, but with the new size.XrSystemMarkerTrackingPropertiesVARJO.Ptr.reinterpret(long newSize) Assume theXrSystemMarkerTrackingPropertiesVARJO.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemMarkerTrackingPropertiesVARJO.Ptrthat uses the same backing storage as thisXrSystemMarkerTrackingPropertiesVARJO.Ptr, but with the new size.XrSystemMarkerUnderstandingPropertiesML.Ptr.reinterpret(long newSize) Assume theXrSystemMarkerUnderstandingPropertiesML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemMarkerUnderstandingPropertiesML.Ptrthat uses the same backing storage as thisXrSystemMarkerUnderstandingPropertiesML.Ptr, but with the new size.@NotNull XrSystemNotificationsSetInfoML.PtrXrSystemNotificationsSetInfoML.Ptr.reinterpret(long newSize) Assume theXrSystemNotificationsSetInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemNotificationsSetInfoML.Ptrthat uses the same backing storage as thisXrSystemNotificationsSetInfoML.Ptr, but with the new size.XrSystemPassthroughColorLutPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemPassthroughColorLutPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemPassthroughColorLutPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemPassthroughColorLutPropertiesMETA.Ptr, but with the new size.@NotNull XrSystemPassthroughProperties2FB.PtrXrSystemPassthroughProperties2FB.Ptr.reinterpret(long newSize) Assume theXrSystemPassthroughProperties2FB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemPassthroughProperties2FB.Ptrthat uses the same backing storage as thisXrSystemPassthroughProperties2FB.Ptr, but with the new size.@NotNull XrSystemPassthroughPropertiesFB.PtrXrSystemPassthroughPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemPassthroughPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemPassthroughPropertiesFB.Ptrthat uses the same backing storage as thisXrSystemPassthroughPropertiesFB.Ptr, but with the new size.XrSystemPlaneDetectionPropertiesEXT.Ptr.reinterpret(long newSize) Assume theXrSystemPlaneDetectionPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemPlaneDetectionPropertiesEXT.Ptrthat uses the same backing storage as thisXrSystemPlaneDetectionPropertiesEXT.Ptr, but with the new size.@NotNull XrSystemProperties.PtrXrSystemProperties.Ptr.reinterpret(long newSize) Assume theXrSystemProperties.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemProperties.Ptrthat uses the same backing storage as thisXrSystemProperties.Ptr, but with the new size.XrSystemPropertiesBodyTrackingFullBodyMETA.Ptr.reinterpret(long newSize) Assume theXrSystemPropertiesBodyTrackingFullBodyMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemPropertiesBodyTrackingFullBodyMETA.Ptrthat uses the same backing storage as thisXrSystemPropertiesBodyTrackingFullBodyMETA.Ptr, but with the new size.@NotNull XrSystemRenderModelPropertiesFB.PtrXrSystemRenderModelPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemRenderModelPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemRenderModelPropertiesFB.Ptrthat uses the same backing storage as thisXrSystemRenderModelPropertiesFB.Ptr, but with the new size.XrSystemSimultaneousHandsAndControllersPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemSimultaneousHandsAndControllersPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSimultaneousHandsAndControllersPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemSimultaneousHandsAndControllersPropertiesMETA.Ptr, but with the new size.@NotNull XrSystemSpaceWarpPropertiesFB.PtrXrSystemSpaceWarpPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemSpaceWarpPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpaceWarpPropertiesFB.Ptrthat uses the same backing storage as thisXrSystemSpaceWarpPropertiesFB.Ptr, but with the new size.XrSystemSpatialAnchorPropertiesBD.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialAnchorPropertiesBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialAnchorPropertiesBD.Ptrthat uses the same backing storage as thisXrSystemSpatialAnchorPropertiesBD.Ptr, but with the new size.XrSystemSpatialAnchorSharingPropertiesBD.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialAnchorSharingPropertiesBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialAnchorSharingPropertiesBD.Ptrthat uses the same backing storage as thisXrSystemSpatialAnchorSharingPropertiesBD.Ptr, but with the new size.XrSystemSpatialEntityGroupSharingPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialEntityGroupSharingPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialEntityGroupSharingPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemSpatialEntityGroupSharingPropertiesMETA.Ptr, but with the new size.XrSystemSpatialEntityPropertiesFB.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialEntityPropertiesFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialEntityPropertiesFB.Ptrthat uses the same backing storage as thisXrSystemSpatialEntityPropertiesFB.Ptr, but with the new size.XrSystemSpatialEntitySharingPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialEntitySharingPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialEntitySharingPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemSpatialEntitySharingPropertiesMETA.Ptr, but with the new size.@NotNull XrSystemSpatialMeshPropertiesBD.PtrXrSystemSpatialMeshPropertiesBD.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialMeshPropertiesBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialMeshPropertiesBD.Ptrthat uses the same backing storage as thisXrSystemSpatialMeshPropertiesBD.Ptr, but with the new size.@NotNull XrSystemSpatialPlanePropertiesBD.PtrXrSystemSpatialPlanePropertiesBD.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialPlanePropertiesBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialPlanePropertiesBD.Ptrthat uses the same backing storage as thisXrSystemSpatialPlanePropertiesBD.Ptr, but with the new size.@NotNull XrSystemSpatialScenePropertiesBD.PtrXrSystemSpatialScenePropertiesBD.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialScenePropertiesBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialScenePropertiesBD.Ptrthat uses the same backing storage as thisXrSystemSpatialScenePropertiesBD.Ptr, but with the new size.XrSystemSpatialSensingPropertiesBD.Ptr.reinterpret(long newSize) Assume theXrSystemSpatialSensingPropertiesBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialSensingPropertiesBD.Ptrthat uses the same backing storage as thisXrSystemSpatialSensingPropertiesBD.Ptr, but with the new size.@NotNull XrSystemTrackingProperties.PtrXrSystemTrackingProperties.Ptr.reinterpret(long newSize) Assume theXrSystemTrackingProperties.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemTrackingProperties.Ptrthat uses the same backing storage as thisXrSystemTrackingProperties.Ptr, but with the new size.XrSystemUserPresencePropertiesEXT.Ptr.reinterpret(long newSize) Assume theXrSystemUserPresencePropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemUserPresencePropertiesEXT.Ptrthat uses the same backing storage as thisXrSystemUserPresencePropertiesEXT.Ptr, but with the new size.XrSystemVirtualKeyboardPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemVirtualKeyboardPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemVirtualKeyboardPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemVirtualKeyboardPropertiesMETA.Ptr, but with the new size.@NotNull XrTriangleMeshCreateInfoFB.PtrXrTriangleMeshCreateInfoFB.Ptr.reinterpret(long newSize) Assume theXrTriangleMeshCreateInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrTriangleMeshCreateInfoFB.Ptrthat uses the same backing storage as thisXrTriangleMeshCreateInfoFB.Ptr, but with the new size.XrUnpersistSpatialEntityCompletionEXT.Ptr.reinterpret(long newSize) Assume theXrUnpersistSpatialEntityCompletionEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrUnpersistSpatialEntityCompletionEXT.Ptrthat uses the same backing storage as thisXrUnpersistSpatialEntityCompletionEXT.Ptr, but with the new size.XrUserCalibrationEnableEventsInfoML.Ptr.reinterpret(long newSize) Assume theXrUserCalibrationEnableEventsInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrUserCalibrationEnableEventsInfoML.Ptrthat uses the same backing storage as thisXrUserCalibrationEnableEventsInfoML.Ptr, but with the new size.@NotNull XrUuid.PtrXrUuid.Ptr.reinterpret(long newSize) Assume theXrUuid.Ptris capable of holding at leastnewSizestructures, create a new viewXrUuid.Ptrthat uses the same backing storage as thisXrUuid.Ptr, but with the new size.@NotNull XrUuidEXT.PtrXrUuidEXT.Ptr.reinterpret(long newSize) Assume theXrUuidEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrUuidEXT.Ptrthat uses the same backing storage as thisXrUuidEXT.Ptr, but with the new size.@NotNull XrUuidMSFT.PtrXrUuidMSFT.Ptr.reinterpret(long newSize) Assume theXrUuidMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrUuidMSFT.Ptrthat uses the same backing storage as thisXrUuidMSFT.Ptr, but with the new size.@NotNull XrVector2f.PtrXrVector2f.Ptr.reinterpret(long newSize) Assume theXrVector2f.Ptris capable of holding at leastnewSizestructures, create a new viewXrVector2f.Ptrthat uses the same backing storage as thisXrVector2f.Ptr, but with the new size.@NotNull XrVector3f.PtrXrVector3f.Ptr.reinterpret(long newSize) Assume theXrVector3f.Ptris capable of holding at leastnewSizestructures, create a new viewXrVector3f.Ptrthat uses the same backing storage as thisXrVector3f.Ptr, but with the new size.@NotNull XrVector4f.PtrXrVector4f.Ptr.reinterpret(long newSize) Assume theXrVector4f.Ptris capable of holding at leastnewSizestructures, create a new viewXrVector4f.Ptrthat uses the same backing storage as thisXrVector4f.Ptr, but with the new size.@NotNull XrVector4sFB.PtrXrVector4sFB.Ptr.reinterpret(long newSize) Assume theXrVector4sFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrVector4sFB.Ptrthat uses the same backing storage as thisXrVector4sFB.Ptr, but with the new size.@NotNull XrView.PtrXrView.Ptr.reinterpret(long newSize) Assume theXrView.Ptris capable of holding at leastnewSizestructures, create a new viewXrView.Ptrthat uses the same backing storage as thisXrView.Ptr, but with the new size.@NotNull XrViewConfigurationDepthRangeEXT.PtrXrViewConfigurationDepthRangeEXT.Ptr.reinterpret(long newSize) Assume theXrViewConfigurationDepthRangeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewConfigurationDepthRangeEXT.Ptrthat uses the same backing storage as thisXrViewConfigurationDepthRangeEXT.Ptr, but with the new size.@NotNull XrViewConfigurationProperties.PtrXrViewConfigurationProperties.Ptr.reinterpret(long newSize) Assume theXrViewConfigurationProperties.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewConfigurationProperties.Ptrthat uses the same backing storage as thisXrViewConfigurationProperties.Ptr, but with the new size.@NotNull XrViewConfigurationView.PtrXrViewConfigurationView.Ptr.reinterpret(long newSize) Assume theXrViewConfigurationView.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewConfigurationView.Ptrthat uses the same backing storage as thisXrViewConfigurationView.Ptr, but with the new size.@NotNull XrViewConfigurationViewFovEPIC.PtrXrViewConfigurationViewFovEPIC.Ptr.reinterpret(long newSize) Assume theXrViewConfigurationViewFovEPIC.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewConfigurationViewFovEPIC.Ptrthat uses the same backing storage as thisXrViewConfigurationViewFovEPIC.Ptr, but with the new size.XrViewLocateFoveatedRenderingVARJO.Ptr.reinterpret(long newSize) Assume theXrViewLocateFoveatedRenderingVARJO.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewLocateFoveatedRenderingVARJO.Ptrthat uses the same backing storage as thisXrViewLocateFoveatedRenderingVARJO.Ptr, but with the new size.@NotNull XrViewLocateInfo.PtrXrViewLocateInfo.Ptr.reinterpret(long newSize) Assume theXrViewLocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewLocateInfo.Ptrthat uses the same backing storage as thisXrViewLocateInfo.Ptr, but with the new size.@NotNull XrViewState.PtrXrViewState.Ptr.reinterpret(long newSize) Assume theXrViewState.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewState.Ptrthat uses the same backing storage as thisXrViewState.Ptr, but with the new size.XrVirtualKeyboardAnimationStateMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardAnimationStateMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardAnimationStateMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardAnimationStateMETA.Ptr, but with the new size.@NotNull XrVirtualKeyboardCreateInfoMETA.PtrXrVirtualKeyboardCreateInfoMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardCreateInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardCreateInfoMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardCreateInfoMETA.Ptr, but with the new size.@NotNull XrVirtualKeyboardInputInfoMETA.PtrXrVirtualKeyboardInputInfoMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardInputInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardInputInfoMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardInputInfoMETA.Ptr, but with the new size.XrVirtualKeyboardLocationInfoMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardLocationInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardLocationInfoMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardLocationInfoMETA.Ptr, but with the new size.XrVirtualKeyboardModelAnimationStatesMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardModelAnimationStatesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardModelAnimationStatesMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardModelAnimationStatesMETA.Ptr, but with the new size.XrVirtualKeyboardModelVisibilitySetInfoMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardModelVisibilitySetInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardModelVisibilitySetInfoMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardModelVisibilitySetInfoMETA.Ptr, but with the new size.XrVirtualKeyboardSpaceCreateInfoMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardSpaceCreateInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardSpaceCreateInfoMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardSpaceCreateInfoMETA.Ptr, but with the new size.XrVirtualKeyboardTextContextChangeInfoMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardTextContextChangeInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardTextContextChangeInfoMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardTextContextChangeInfoMETA.Ptr, but with the new size.@NotNull XrVirtualKeyboardTextureDataMETA.PtrXrVirtualKeyboardTextureDataMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardTextureDataMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVirtualKeyboardTextureDataMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardTextureDataMETA.Ptr, but with the new size.@NotNull XrVisibilityMaskKHR.PtrXrVisibilityMaskKHR.Ptr.reinterpret(long newSize) Assume theXrVisibilityMaskKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrVisibilityMaskKHR.Ptrthat uses the same backing storage as thisXrVisibilityMaskKHR.Ptr, but with the new size.@NotNull XrVisualMeshComputeLodInfoMSFT.PtrXrVisualMeshComputeLodInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrVisualMeshComputeLodInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrVisualMeshComputeLodInfoMSFT.Ptrthat uses the same backing storage as thisXrVisualMeshComputeLodInfoMSFT.Ptr, but with the new size.@NotNull XrViveTrackerPathsHTCX.PtrXrViveTrackerPathsHTCX.Ptr.reinterpret(long newSize) Assume theXrViveTrackerPathsHTCX.Ptris capable of holding at leastnewSizestructures, create a new viewXrViveTrackerPathsHTCX.Ptrthat uses the same backing storage as thisXrViveTrackerPathsHTCX.Ptr, but with the new size.@NotNull XrVulkanDeviceCreateInfoKHR.PtrXrVulkanDeviceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theXrVulkanDeviceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrVulkanDeviceCreateInfoKHR.Ptrthat uses the same backing storage as thisXrVulkanDeviceCreateInfoKHR.Ptr, but with the new size.@NotNull XrVulkanGraphicsDeviceGetInfoKHR.PtrXrVulkanGraphicsDeviceGetInfoKHR.Ptr.reinterpret(long newSize) Assume theXrVulkanGraphicsDeviceGetInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrVulkanGraphicsDeviceGetInfoKHR.Ptrthat uses the same backing storage as thisXrVulkanGraphicsDeviceGetInfoKHR.Ptr, but with the new size.@NotNull XrVulkanInstanceCreateInfoKHR.PtrXrVulkanInstanceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theXrVulkanInstanceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrVulkanInstanceCreateInfoKHR.Ptrthat uses the same backing storage as thisXrVulkanInstanceCreateInfoKHR.Ptr, but with the new size.@NotNull XrVulkanSwapchainCreateInfoMETA.PtrXrVulkanSwapchainCreateInfoMETA.Ptr.reinterpret(long newSize) Assume theXrVulkanSwapchainCreateInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrVulkanSwapchainCreateInfoMETA.Ptrthat uses the same backing storage as thisXrVulkanSwapchainCreateInfoMETA.Ptr, but with the new size.XrVulkanSwapchainFormatListCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theXrVulkanSwapchainFormatListCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewXrVulkanSwapchainFormatListCreateInfoKHR.Ptrthat uses the same backing storage as thisXrVulkanSwapchainFormatListCreateInfoKHR.Ptr, but with the new size.@NotNull XrWorldMeshBlockML.PtrXrWorldMeshBlockML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshBlockML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshBlockML.Ptrthat uses the same backing storage as thisXrWorldMeshBlockML.Ptr, but with the new size.@NotNull XrWorldMeshBlockRequestML.PtrXrWorldMeshBlockRequestML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshBlockRequestML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshBlockRequestML.Ptrthat uses the same backing storage as thisXrWorldMeshBlockRequestML.Ptr, but with the new size.@NotNull XrWorldMeshBlockStateML.PtrXrWorldMeshBlockStateML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshBlockStateML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshBlockStateML.Ptrthat uses the same backing storage as thisXrWorldMeshBlockStateML.Ptr, but with the new size.@NotNull XrWorldMeshBufferML.PtrXrWorldMeshBufferML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshBufferML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshBufferML.Ptrthat uses the same backing storage as thisXrWorldMeshBufferML.Ptr, but with the new size.XrWorldMeshBufferRecommendedSizeInfoML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshBufferRecommendedSizeInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshBufferRecommendedSizeInfoML.Ptrthat uses the same backing storage as thisXrWorldMeshBufferRecommendedSizeInfoML.Ptr, but with the new size.@NotNull XrWorldMeshBufferSizeML.PtrXrWorldMeshBufferSizeML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshBufferSizeML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshBufferSizeML.Ptrthat uses the same backing storage as thisXrWorldMeshBufferSizeML.Ptr, but with the new size.@NotNull XrWorldMeshDetectorCreateInfoML.PtrXrWorldMeshDetectorCreateInfoML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshDetectorCreateInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshDetectorCreateInfoML.Ptrthat uses the same backing storage as thisXrWorldMeshDetectorCreateInfoML.Ptr, but with the new size.@NotNull XrWorldMeshGetInfoML.PtrXrWorldMeshGetInfoML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshGetInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshGetInfoML.Ptrthat uses the same backing storage as thisXrWorldMeshGetInfoML.Ptr, but with the new size.XrWorldMeshRequestCompletionInfoML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshRequestCompletionInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshRequestCompletionInfoML.Ptrthat uses the same backing storage as thisXrWorldMeshRequestCompletionInfoML.Ptr, but with the new size.@NotNull XrWorldMeshRequestCompletionML.PtrXrWorldMeshRequestCompletionML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshRequestCompletionML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshRequestCompletionML.Ptrthat uses the same backing storage as thisXrWorldMeshRequestCompletionML.Ptr, but with the new size.XrWorldMeshStateRequestCompletionML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshStateRequestCompletionML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshStateRequestCompletionML.Ptrthat uses the same backing storage as thisXrWorldMeshStateRequestCompletionML.Ptr, but with the new size.@NotNull XrWorldMeshStateRequestInfoML.PtrXrWorldMeshStateRequestInfoML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshStateRequestInfoML.Ptris capable of holding at leastnewSizestructures, create a new viewXrWorldMeshStateRequestInfoML.Ptrthat uses the same backing storage as thisXrWorldMeshStateRequestInfoML.Ptr, but with the new size.XrSpaceQueryResultsFB.results(int assumedCount) XrSpatialAnchorsDeleteCompletionDetailsML.results(int assumedCount) XrSpatialAnchorsPublishCompletionDetailsML.results(int assumedCount) XrSpatialAnchorsUpdateExpirationCompletionDetailsML.results(int assumedCount) XrSceneMarkersMSFT.sceneMarkers(int assumedCount) XrSceneMeshesMSFT.sceneMeshes(int assumedCount) XrSceneObjectsMSFT.sceneObjects(int assumedCount) XrScenePlanesMSFT.scenePlanes(int assumedCount) XrDebugUtilsMessengerCallbackDataEXT.sessionLabels(int assumedCount) XrSceneBoundsMSFT.spheres(int assumedCount) XrQueriedSenseDataBD.states(int assumedCount) XrVirtualKeyboardModelAnimationStatesMETA.states(int assumedCount) XrFoveationApplyInfoHTC.subImages(int assumedCount) XrInteractionProfileSuggestedBinding.suggestedBindings(int assumedCount) XrSenseDataFilterUuidBD.uuids(int assumedCount) XrSpaceContainerFB.uuids(int assumedCount) XrSpaceUuidFilterInfoFB.uuids(int assumedCount) XrSpatialAnchorsCreateInfoFromUuidsML.uuids(int assumedCount) XrSpatialAnchorsDeleteInfoML.uuids(int assumedCount) XrSpatialAnchorsPublishCompletionML.uuids(int assumedCount) XrSpatialAnchorsQueryCompletionML.uuids(int assumedCount) XrSpatialAnchorsUpdateExpirationInfoML.uuids(int assumedCount) XrSpaceVelocities.velocities(int assumedCount) XrSpaceVelocitiesKHR.velocities(int assumedCount) XrHandTrackingMeshFB.vertexBlendIndices(int assumedCount) XrHandTrackingMeshFB.vertexBlendWeights(int assumedCount) XrTriangleMeshCreateInfoFB.vertexBuffer(int assumedCount) XrWorldMeshBlockML.vertexBuffer(int assumedCount) XrHandTrackingMeshFB.vertexNormals(int assumedCount) XrHandTrackingMeshFB.vertexPositions(int assumedCount) XrHandTrackingMeshFB.vertexUVs(int assumedCount) XrBoundary2DFB.vertices(int assumedCount) XrHandMeshVertexBufferMSFT.vertices(int assumedCount) XrPassthroughMeshTransformInfoHTC.vertices(int assumedCount) XrPlaneDetectorPolygonBufferEXT.vertices(int assumedCount) XrSceneMeshVertexBufferMSFT.vertices(int assumedCount) XrSpaceTriangleMeshMETA.vertices(int assumedCount) XrSpatialEntityComponentDataPolygonBD.vertices(int assumedCount) XrSpatialEntityComponentDataTriangleMeshBD.vertices(int assumedCount) XrVisibilityMaskKHR.vertices(int assumedCount) XrSecondaryViewConfigurationFrameEndInfoMSFT.viewConfigurationLayersInfo(int assumedCount) XrSecondaryViewConfigurationFrameStateMSFT.viewConfigurationStates(int assumedCount) XrCompositionLayerProjection.views(int assumedCount) XrVulkanDeviceCreateInfoKHR.vulkanAllocator(int assumedCount) XrVulkanInstanceCreateInfoKHR.vulkanAllocator(int assumedCount) XrVulkanDeviceCreateInfoKHR.vulkanCreateInfo(int assumedCount) XrVulkanInstanceCreateInfoKHR.vulkanCreateInfo(int assumedCount) XrRoomLayoutFB.wallUuids(int assumedCount) -
Uses of Unsafe in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle with annotations of type UnsafeModifier and TypeMethodDescriptionXrAction.Ptr.reinterpret(long newSize) Assume theXrAction.Ptris capable of holding at leastnewSizehandles, create a new viewXrAction.Ptrthat uses the same backing storage as thisXrAction.Ptr, but with the new size.XrActionSet.Ptr.reinterpret(long newSize) Assume theXrActionSet.Ptris capable of holding at leastnewSizehandles, create a new viewXrActionSet.Ptrthat uses the same backing storage as thisXrActionSet.Ptr, but with the new size.XrAnchorBD.Ptr.reinterpret(long newSize) Assume theXrAnchorBD.Ptris capable of holding at leastnewSizehandles, create a new viewXrAnchorBD.Ptrthat uses the same backing storage as thisXrAnchorBD.Ptr, but with the new size.XrBodyTrackerBD.Ptr.reinterpret(long newSize) Assume theXrBodyTrackerBD.Ptris capable of holding at leastnewSizehandles, create a new viewXrBodyTrackerBD.Ptrthat uses the same backing storage as thisXrBodyTrackerBD.Ptr, but with the new size.XrBodyTrackerFB.Ptr.reinterpret(long newSize) Assume theXrBodyTrackerFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrBodyTrackerFB.Ptrthat uses the same backing storage as thisXrBodyTrackerFB.Ptr, but with the new size.XrBodyTrackerHTC.Ptr.reinterpret(long newSize) Assume theXrBodyTrackerHTC.Ptris capable of holding at leastnewSizehandles, create a new viewXrBodyTrackerHTC.Ptrthat uses the same backing storage as thisXrBodyTrackerHTC.Ptr, but with the new size.XrDebugUtilsMessengerEXT.Ptr.reinterpret(long newSize) Assume theXrDebugUtilsMessengerEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrDebugUtilsMessengerEXT.Ptrthat uses the same backing storage as thisXrDebugUtilsMessengerEXT.Ptr, but with the new size.XrEnvironmentDepthProviderMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthProviderMETA.Ptris capable of holding at leastnewSizehandles, create a new viewXrEnvironmentDepthProviderMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthProviderMETA.Ptr, but with the new size.XrEnvironmentDepthSwapchainMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthSwapchainMETA.Ptris capable of holding at leastnewSizehandles, create a new viewXrEnvironmentDepthSwapchainMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthSwapchainMETA.Ptr, but with the new size.XrExportedLocalizationMapML.Ptr.reinterpret(long newSize) Assume theXrExportedLocalizationMapML.Ptris capable of holding at leastnewSizehandles, create a new viewXrExportedLocalizationMapML.Ptrthat uses the same backing storage as thisXrExportedLocalizationMapML.Ptr, but with the new size.XrEyeTrackerFB.Ptr.reinterpret(long newSize) Assume theXrEyeTrackerFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrEyeTrackerFB.Ptrthat uses the same backing storage as thisXrEyeTrackerFB.Ptr, but with the new size.XrFaceTracker2FB.Ptr.reinterpret(long newSize) Assume theXrFaceTracker2FB.Ptris capable of holding at leastnewSizehandles, create a new viewXrFaceTracker2FB.Ptrthat uses the same backing storage as thisXrFaceTracker2FB.Ptr, but with the new size.XrFaceTrackerFB.Ptr.reinterpret(long newSize) Assume theXrFaceTrackerFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrFaceTrackerFB.Ptrthat uses the same backing storage as thisXrFaceTrackerFB.Ptr, but with the new size.XrFacialExpressionClientML.Ptr.reinterpret(long newSize) Assume theXrFacialExpressionClientML.Ptris capable of holding at leastnewSizehandles, create a new viewXrFacialExpressionClientML.Ptrthat uses the same backing storage as thisXrFacialExpressionClientML.Ptr, but with the new size.XrFacialTrackerHTC.Ptr.reinterpret(long newSize) Assume theXrFacialTrackerHTC.Ptris capable of holding at leastnewSizehandles, create a new viewXrFacialTrackerHTC.Ptrthat uses the same backing storage as thisXrFacialTrackerHTC.Ptr, but with the new size.XrFoveationProfileFB.Ptr.reinterpret(long newSize) Assume theXrFoveationProfileFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrFoveationProfileFB.Ptrthat uses the same backing storage as thisXrFoveationProfileFB.Ptr, but with the new size.XrFutureEXT.Ptr.reinterpret(long newSize) Assume theXrFutureEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrFutureEXT.Ptrthat uses the same backing storage as thisXrFutureEXT.Ptr, but with the new size.XrGeometryInstanceFB.Ptr.reinterpret(long newSize) Assume theXrGeometryInstanceFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrGeometryInstanceFB.Ptrthat uses the same backing storage as thisXrGeometryInstanceFB.Ptr, but with the new size.XrHandTrackerEXT.Ptr.reinterpret(long newSize) Assume theXrHandTrackerEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrHandTrackerEXT.Ptrthat uses the same backing storage as thisXrHandTrackerEXT.Ptr, but with the new size.XrInstance.Ptr.reinterpret(long newSize) Assume theXrInstance.Ptris capable of holding at leastnewSizehandles, create a new viewXrInstance.Ptrthat uses the same backing storage as thisXrInstance.Ptr, but with the new size.XrMarkerDetectorML.Ptr.reinterpret(long newSize) Assume theXrMarkerDetectorML.Ptris capable of holding at leastnewSizehandles, create a new viewXrMarkerDetectorML.Ptrthat uses the same backing storage as thisXrMarkerDetectorML.Ptr, but with the new size.XrPassthroughColorLutMETA.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorLutMETA.Ptris capable of holding at leastnewSizehandles, create a new viewXrPassthroughColorLutMETA.Ptrthat uses the same backing storage as thisXrPassthroughColorLutMETA.Ptr, but with the new size.XrPassthroughFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrPassthroughFB.Ptrthat uses the same backing storage as thisXrPassthroughFB.Ptr, but with the new size.XrPassthroughHTC.Ptr.reinterpret(long newSize) Assume theXrPassthroughHTC.Ptris capable of holding at leastnewSizehandles, create a new viewXrPassthroughHTC.Ptrthat uses the same backing storage as thisXrPassthroughHTC.Ptr, but with the new size.XrPassthroughLayerFB.Ptr.reinterpret(long newSize) Assume theXrPassthroughLayerFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrPassthroughLayerFB.Ptrthat uses the same backing storage as thisXrPassthroughLayerFB.Ptr, but with the new size.XrPlaneDetectorEXT.Ptr.reinterpret(long newSize) Assume theXrPlaneDetectorEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrPlaneDetectorEXT.Ptrthat uses the same backing storage as thisXrPlaneDetectorEXT.Ptr, but with the new size.XrRenderModelAssetEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelAssetEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrRenderModelAssetEXT.Ptrthat uses the same backing storage as thisXrRenderModelAssetEXT.Ptr, but with the new size.XrRenderModelEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrRenderModelEXT.Ptrthat uses the same backing storage as thisXrRenderModelEXT.Ptr, but with the new size.XrSceneMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneMSFT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSceneMSFT.Ptrthat uses the same backing storage as thisXrSceneMSFT.Ptr, but with the new size.XrSceneObserverMSFT.Ptr.reinterpret(long newSize) Assume theXrSceneObserverMSFT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSceneObserverMSFT.Ptrthat uses the same backing storage as thisXrSceneObserverMSFT.Ptr, but with the new size.XrSenseDataProviderBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataProviderBD.Ptris capable of holding at leastnewSizehandles, create a new viewXrSenseDataProviderBD.Ptrthat uses the same backing storage as thisXrSenseDataProviderBD.Ptr, but with the new size.XrSenseDataSnapshotBD.Ptr.reinterpret(long newSize) Assume theXrSenseDataSnapshotBD.Ptris capable of holding at leastnewSizehandles, create a new viewXrSenseDataSnapshotBD.Ptrthat uses the same backing storage as thisXrSenseDataSnapshotBD.Ptr, but with the new size.XrSession.Ptr.reinterpret(long newSize) Assume theXrSession.Ptris capable of holding at leastnewSizehandles, create a new viewXrSession.Ptrthat uses the same backing storage as thisXrSession.Ptr, but with the new size.XrSpace.Ptr.reinterpret(long newSize) Assume theXrSpace.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpace.Ptrthat uses the same backing storage as thisXrSpace.Ptr, but with the new size.XrSpaceUserFB.Ptr.reinterpret(long newSize) Assume theXrSpaceUserFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpaceUserFB.Ptrthat uses the same backing storage as thisXrSpaceUserFB.Ptr, but with the new size.XrSpatialAnchorMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorMSFT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialAnchorMSFT.Ptrthat uses the same backing storage as thisXrSpatialAnchorMSFT.Ptr, but with the new size.XrSpatialAnchorsStorageML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsStorageML.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialAnchorsStorageML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsStorageML.Ptr, but with the new size.XrSpatialAnchorStoreConnectionMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorStoreConnectionMSFT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialAnchorStoreConnectionMSFT.Ptrthat uses the same backing storage as thisXrSpatialAnchorStoreConnectionMSFT.Ptr, but with the new size.XrSpatialContextEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialContextEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialContextEXT.Ptrthat uses the same backing storage as thisXrSpatialContextEXT.Ptr, but with the new size.XrSpatialEntityEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialEntityEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialEntityEXT.Ptrthat uses the same backing storage as thisXrSpatialEntityEXT.Ptr, but with the new size.XrSpatialGraphNodeBindingMSFT.Ptr.reinterpret(long newSize) Assume theXrSpatialGraphNodeBindingMSFT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialGraphNodeBindingMSFT.Ptrthat uses the same backing storage as thisXrSpatialGraphNodeBindingMSFT.Ptr, but with the new size.XrSpatialPersistenceContextEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialPersistenceContextEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialPersistenceContextEXT.Ptrthat uses the same backing storage as thisXrSpatialPersistenceContextEXT.Ptr, but with the new size.XrSpatialSnapshotEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialSnapshotEXT.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialSnapshotEXT.Ptrthat uses the same backing storage as thisXrSpatialSnapshotEXT.Ptr, but with the new size.XrSwapchain.Ptr.reinterpret(long newSize) Assume theXrSwapchain.Ptris capable of holding at leastnewSizehandles, create a new viewXrSwapchain.Ptrthat uses the same backing storage as thisXrSwapchain.Ptr, but with the new size.XrTriangleMeshFB.Ptr.reinterpret(long newSize) Assume theXrTriangleMeshFB.Ptris capable of holding at leastnewSizehandles, create a new viewXrTriangleMeshFB.Ptrthat uses the same backing storage as thisXrTriangleMeshFB.Ptr, but with the new size.XrVirtualKeyboardMETA.Ptr.reinterpret(long newSize) Assume theXrVirtualKeyboardMETA.Ptris capable of holding at leastnewSizehandles, create a new viewXrVirtualKeyboardMETA.Ptrthat uses the same backing storage as thisXrVirtualKeyboardMETA.Ptr, but with the new size.XrWorldMeshDetectorML.Ptr.reinterpret(long newSize) Assume theXrWorldMeshDetectorML.Ptris capable of holding at leastnewSizehandles, create a new viewXrWorldMeshDetectorML.Ptrthat uses the same backing storage as thisXrWorldMeshDetectorML.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype with annotations of type UnsafeModifier and TypeMethodDescriptionSDL_MessageBoxData.buttons(int assumedCount) SDL_GPUGraphicsPipelineTargetInfo.color_target_descriptions(int assumedCount) SDL_Palette.colors(int assumedCount) SDL_MessageBoxData.colorScheme(int assumedCount) SDL_hid_device_info.next(int assumedCount) @NotNull SDL_alignment_test.PtrSDL_alignment_test.Ptr.reinterpret(long newSize) Assume theSDL_alignment_test.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_alignment_test.Ptrthat uses the same backing storage as thisSDL_alignment_test.Ptr, but with the new size.@NotNull SDL_AsyncIOOutcome.PtrSDL_AsyncIOOutcome.Ptr.reinterpret(long newSize) Assume theSDL_AsyncIOOutcome.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_AsyncIOOutcome.Ptrthat uses the same backing storage as thisSDL_AsyncIOOutcome.Ptr, but with the new size.@NotNull SDL_AtomicInt.PtrSDL_AtomicInt.Ptr.reinterpret(long newSize) Assume theSDL_AtomicInt.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_AtomicInt.Ptrthat uses the same backing storage as thisSDL_AtomicInt.Ptr, but with the new size.@NotNull SDL_AtomicU32.PtrSDL_AtomicU32.Ptr.reinterpret(long newSize) Assume theSDL_AtomicU32.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_AtomicU32.Ptrthat uses the same backing storage as thisSDL_AtomicU32.Ptr, but with the new size.@NotNull SDL_AudioDeviceEvent.PtrSDL_AudioDeviceEvent.Ptr.reinterpret(long newSize) Assume theSDL_AudioDeviceEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_AudioDeviceEvent.Ptrthat uses the same backing storage as thisSDL_AudioDeviceEvent.Ptr, but with the new size.@NotNull SDL_AudioSpec.PtrSDL_AudioSpec.Ptr.reinterpret(long newSize) Assume theSDL_AudioSpec.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_AudioSpec.Ptrthat uses the same backing storage as thisSDL_AudioSpec.Ptr, but with the new size.@NotNull SDL_CameraDeviceEvent.PtrSDL_CameraDeviceEvent.Ptr.reinterpret(long newSize) Assume theSDL_CameraDeviceEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_CameraDeviceEvent.Ptrthat uses the same backing storage as thisSDL_CameraDeviceEvent.Ptr, but with the new size.@NotNull SDL_CameraSpec.PtrSDL_CameraSpec.Ptr.reinterpret(long newSize) Assume theSDL_CameraSpec.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_CameraSpec.Ptrthat uses the same backing storage as thisSDL_CameraSpec.Ptr, but with the new size.@NotNull SDL_ClipboardEvent.PtrSDL_ClipboardEvent.Ptr.reinterpret(long newSize) Assume theSDL_ClipboardEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_ClipboardEvent.Ptrthat uses the same backing storage as thisSDL_ClipboardEvent.Ptr, but with the new size.@NotNull SDL_Color.PtrSDL_Color.Ptr.reinterpret(long newSize) Assume theSDL_Color.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_Color.Ptrthat uses the same backing storage as thisSDL_Color.Ptr, but with the new size.@NotNull SDL_CommonEvent.PtrSDL_CommonEvent.Ptr.reinterpret(long newSize) Assume theSDL_CommonEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_CommonEvent.Ptrthat uses the same backing storage as thisSDL_CommonEvent.Ptr, but with the new size.@NotNull SDL_DateTime.PtrSDL_DateTime.Ptr.reinterpret(long newSize) Assume theSDL_DateTime.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_DateTime.Ptrthat uses the same backing storage as thisSDL_DateTime.Ptr, but with the new size.@NotNull SDL_DialogFileFilter.PtrSDL_DialogFileFilter.Ptr.reinterpret(long newSize) Assume theSDL_DialogFileFilter.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_DialogFileFilter.Ptrthat uses the same backing storage as thisSDL_DialogFileFilter.Ptr, but with the new size.@NotNull SDL_DisplayEvent.PtrSDL_DisplayEvent.Ptr.reinterpret(long newSize) Assume theSDL_DisplayEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_DisplayEvent.Ptrthat uses the same backing storage as thisSDL_DisplayEvent.Ptr, but with the new size.@NotNull SDL_DisplayMode.PtrSDL_DisplayMode.Ptr.reinterpret(long newSize) Assume theSDL_DisplayMode.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_DisplayMode.Ptrthat uses the same backing storage as thisSDL_DisplayMode.Ptr, but with the new size.@NotNull SDL_DropEvent.PtrSDL_DropEvent.Ptr.reinterpret(long newSize) Assume theSDL_DropEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_DropEvent.Ptrthat uses the same backing storage as thisSDL_DropEvent.Ptr, but with the new size.@NotNull SDL_Event.PtrSDL_Event.Ptr.reinterpret(long newSize) Assume theSDL_Event.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_Event.Ptrthat uses the same backing storage as thisSDL_Event.Ptr, but with the new size.@NotNull SDL_FColor.PtrSDL_FColor.Ptr.reinterpret(long newSize) Assume theSDL_FColor.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_FColor.Ptrthat uses the same backing storage as thisSDL_FColor.Ptr, but with the new size.@NotNull SDL_Finger.PtrSDL_Finger.Ptr.reinterpret(long newSize) Assume theSDL_Finger.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_Finger.Ptrthat uses the same backing storage as thisSDL_Finger.Ptr, but with the new size.@NotNull SDL_FPoint.PtrSDL_FPoint.Ptr.reinterpret(long newSize) Assume theSDL_FPoint.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_FPoint.Ptrthat uses the same backing storage as thisSDL_FPoint.Ptr, but with the new size.@NotNull SDL_FRect.PtrSDL_FRect.Ptr.reinterpret(long newSize) Assume theSDL_FRect.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_FRect.Ptrthat uses the same backing storage as thisSDL_FRect.Ptr, but with the new size.@NotNull SDL_GamepadAxisEvent.PtrSDL_GamepadAxisEvent.Ptr.reinterpret(long newSize) Assume theSDL_GamepadAxisEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadAxisEvent.Ptrthat uses the same backing storage as thisSDL_GamepadAxisEvent.Ptr, but with the new size.@NotNull SDL_GamepadBinding_Input_Axis.PtrSDL_GamepadBinding_Input_Axis.Ptr.reinterpret(long newSize) Assume theSDL_GamepadBinding_Input_Axis.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadBinding_Input_Axis.Ptrthat uses the same backing storage as thisSDL_GamepadBinding_Input_Axis.Ptr, but with the new size.@NotNull SDL_GamepadBinding_Input_Hat.PtrSDL_GamepadBinding_Input_Hat.Ptr.reinterpret(long newSize) Assume theSDL_GamepadBinding_Input_Hat.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadBinding_Input_Hat.Ptrthat uses the same backing storage as thisSDL_GamepadBinding_Input_Hat.Ptr, but with the new size.@NotNull SDL_GamepadBinding_Input.PtrSDL_GamepadBinding_Input.Ptr.reinterpret(long newSize) Assume theSDL_GamepadBinding_Input.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadBinding_Input.Ptrthat uses the same backing storage as thisSDL_GamepadBinding_Input.Ptr, but with the new size.@NotNull SDL_GamepadBinding_Output_Axis.PtrSDL_GamepadBinding_Output_Axis.Ptr.reinterpret(long newSize) Assume theSDL_GamepadBinding_Output_Axis.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadBinding_Output_Axis.Ptrthat uses the same backing storage as thisSDL_GamepadBinding_Output_Axis.Ptr, but with the new size.@NotNull SDL_GamepadBinding_Output.PtrSDL_GamepadBinding_Output.Ptr.reinterpret(long newSize) Assume theSDL_GamepadBinding_Output.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadBinding_Output.Ptrthat uses the same backing storage as thisSDL_GamepadBinding_Output.Ptr, but with the new size.@NotNull SDL_GamepadBinding.PtrSDL_GamepadBinding.Ptr.reinterpret(long newSize) Assume theSDL_GamepadBinding.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadBinding.Ptrthat uses the same backing storage as thisSDL_GamepadBinding.Ptr, but with the new size.@NotNull SDL_GamepadButtonEvent.PtrSDL_GamepadButtonEvent.Ptr.reinterpret(long newSize) Assume theSDL_GamepadButtonEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadButtonEvent.Ptrthat uses the same backing storage as thisSDL_GamepadButtonEvent.Ptr, but with the new size.@NotNull SDL_GamepadDeviceEvent.PtrSDL_GamepadDeviceEvent.Ptr.reinterpret(long newSize) Assume theSDL_GamepadDeviceEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadDeviceEvent.Ptrthat uses the same backing storage as thisSDL_GamepadDeviceEvent.Ptr, but with the new size.@NotNull SDL_GamepadSensorEvent.PtrSDL_GamepadSensorEvent.Ptr.reinterpret(long newSize) Assume theSDL_GamepadSensorEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadSensorEvent.Ptrthat uses the same backing storage as thisSDL_GamepadSensorEvent.Ptr, but with the new size.@NotNull SDL_GamepadTouchpadEvent.PtrSDL_GamepadTouchpadEvent.Ptr.reinterpret(long newSize) Assume theSDL_GamepadTouchpadEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GamepadTouchpadEvent.Ptrthat uses the same backing storage as thisSDL_GamepadTouchpadEvent.Ptr, but with the new size.@NotNull SDL_GPUBlitInfo.PtrSDL_GPUBlitInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUBlitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUBlitInfo.Ptrthat uses the same backing storage as thisSDL_GPUBlitInfo.Ptr, but with the new size.@NotNull SDL_GPUBlitRegion.PtrSDL_GPUBlitRegion.Ptr.reinterpret(long newSize) Assume theSDL_GPUBlitRegion.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUBlitRegion.Ptrthat uses the same backing storage as thisSDL_GPUBlitRegion.Ptr, but with the new size.@NotNull SDL_GPUBufferBinding.PtrSDL_GPUBufferBinding.Ptr.reinterpret(long newSize) Assume theSDL_GPUBufferBinding.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUBufferBinding.Ptrthat uses the same backing storage as thisSDL_GPUBufferBinding.Ptr, but with the new size.@NotNull SDL_GPUBufferCreateInfo.PtrSDL_GPUBufferCreateInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUBufferCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUBufferCreateInfo.Ptrthat uses the same backing storage as thisSDL_GPUBufferCreateInfo.Ptr, but with the new size.@NotNull SDL_GPUBufferLocation.PtrSDL_GPUBufferLocation.Ptr.reinterpret(long newSize) Assume theSDL_GPUBufferLocation.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUBufferLocation.Ptrthat uses the same backing storage as thisSDL_GPUBufferLocation.Ptr, but with the new size.@NotNull SDL_GPUBufferRegion.PtrSDL_GPUBufferRegion.Ptr.reinterpret(long newSize) Assume theSDL_GPUBufferRegion.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUBufferRegion.Ptrthat uses the same backing storage as thisSDL_GPUBufferRegion.Ptr, but with the new size.@NotNull SDL_GPUColorTargetBlendState.PtrSDL_GPUColorTargetBlendState.Ptr.reinterpret(long newSize) Assume theSDL_GPUColorTargetBlendState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUColorTargetBlendState.Ptrthat uses the same backing storage as thisSDL_GPUColorTargetBlendState.Ptr, but with the new size.@NotNull SDL_GPUColorTargetDescription.PtrSDL_GPUColorTargetDescription.Ptr.reinterpret(long newSize) Assume theSDL_GPUColorTargetDescription.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUColorTargetDescription.Ptrthat uses the same backing storage as thisSDL_GPUColorTargetDescription.Ptr, but with the new size.@NotNull SDL_GPUColorTargetInfo.PtrSDL_GPUColorTargetInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUColorTargetInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUColorTargetInfo.Ptrthat uses the same backing storage as thisSDL_GPUColorTargetInfo.Ptr, but with the new size.@NotNull SDL_GPUComputePipelineCreateInfo.PtrSDL_GPUComputePipelineCreateInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUComputePipelineCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUComputePipelineCreateInfo.Ptrthat uses the same backing storage as thisSDL_GPUComputePipelineCreateInfo.Ptr, but with the new size.@NotNull SDL_GPUDepthStencilState.PtrSDL_GPUDepthStencilState.Ptr.reinterpret(long newSize) Assume theSDL_GPUDepthStencilState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUDepthStencilState.Ptrthat uses the same backing storage as thisSDL_GPUDepthStencilState.Ptr, but with the new size.@NotNull SDL_GPUDepthStencilTargetInfo.PtrSDL_GPUDepthStencilTargetInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUDepthStencilTargetInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUDepthStencilTargetInfo.Ptrthat uses the same backing storage as thisSDL_GPUDepthStencilTargetInfo.Ptr, but with the new size.SDL_GPUGraphicsPipelineCreateInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUGraphicsPipelineCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUGraphicsPipelineCreateInfo.Ptrthat uses the same backing storage as thisSDL_GPUGraphicsPipelineCreateInfo.Ptr, but with the new size.SDL_GPUGraphicsPipelineTargetInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUGraphicsPipelineTargetInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUGraphicsPipelineTargetInfo.Ptrthat uses the same backing storage as thisSDL_GPUGraphicsPipelineTargetInfo.Ptr, but with the new size.SDL_GPUIndexedIndirectDrawCommand.Ptr.reinterpret(long newSize) Assume theSDL_GPUIndexedIndirectDrawCommand.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUIndexedIndirectDrawCommand.Ptrthat uses the same backing storage as thisSDL_GPUIndexedIndirectDrawCommand.Ptr, but with the new size.@NotNull SDL_GPUIndirectDispatchCommand.PtrSDL_GPUIndirectDispatchCommand.Ptr.reinterpret(long newSize) Assume theSDL_GPUIndirectDispatchCommand.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUIndirectDispatchCommand.Ptrthat uses the same backing storage as thisSDL_GPUIndirectDispatchCommand.Ptr, but with the new size.@NotNull SDL_GPUIndirectDrawCommand.PtrSDL_GPUIndirectDrawCommand.Ptr.reinterpret(long newSize) Assume theSDL_GPUIndirectDrawCommand.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUIndirectDrawCommand.Ptrthat uses the same backing storage as thisSDL_GPUIndirectDrawCommand.Ptr, but with the new size.@NotNull SDL_GPUMultisampleState.PtrSDL_GPUMultisampleState.Ptr.reinterpret(long newSize) Assume theSDL_GPUMultisampleState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUMultisampleState.Ptrthat uses the same backing storage as thisSDL_GPUMultisampleState.Ptr, but with the new size.@NotNull SDL_GPURasterizerState.PtrSDL_GPURasterizerState.Ptr.reinterpret(long newSize) Assume theSDL_GPURasterizerState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPURasterizerState.Ptrthat uses the same backing storage as thisSDL_GPURasterizerState.Ptr, but with the new size.@NotNull SDL_GPUSamplerCreateInfo.PtrSDL_GPUSamplerCreateInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUSamplerCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUSamplerCreateInfo.Ptrthat uses the same backing storage as thisSDL_GPUSamplerCreateInfo.Ptr, but with the new size.@NotNull SDL_GPUShaderCreateInfo.PtrSDL_GPUShaderCreateInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUShaderCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUShaderCreateInfo.Ptrthat uses the same backing storage as thisSDL_GPUShaderCreateInfo.Ptr, but with the new size.@NotNull SDL_GPUStencilOpState.PtrSDL_GPUStencilOpState.Ptr.reinterpret(long newSize) Assume theSDL_GPUStencilOpState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUStencilOpState.Ptrthat uses the same backing storage as thisSDL_GPUStencilOpState.Ptr, but with the new size.SDL_GPUStorageBufferReadWriteBinding.Ptr.reinterpret(long newSize) Assume theSDL_GPUStorageBufferReadWriteBinding.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUStorageBufferReadWriteBinding.Ptrthat uses the same backing storage as thisSDL_GPUStorageBufferReadWriteBinding.Ptr, but with the new size.SDL_GPUStorageTextureReadWriteBinding.Ptr.reinterpret(long newSize) Assume theSDL_GPUStorageTextureReadWriteBinding.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUStorageTextureReadWriteBinding.Ptrthat uses the same backing storage as thisSDL_GPUStorageTextureReadWriteBinding.Ptr, but with the new size.@NotNull SDL_GPUTextureCreateInfo.PtrSDL_GPUTextureCreateInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUTextureCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUTextureCreateInfo.Ptrthat uses the same backing storage as thisSDL_GPUTextureCreateInfo.Ptr, but with the new size.@NotNull SDL_GPUTextureLocation.PtrSDL_GPUTextureLocation.Ptr.reinterpret(long newSize) Assume theSDL_GPUTextureLocation.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUTextureLocation.Ptrthat uses the same backing storage as thisSDL_GPUTextureLocation.Ptr, but with the new size.@NotNull SDL_GPUTextureRegion.PtrSDL_GPUTextureRegion.Ptr.reinterpret(long newSize) Assume theSDL_GPUTextureRegion.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUTextureRegion.Ptrthat uses the same backing storage as thisSDL_GPUTextureRegion.Ptr, but with the new size.@NotNull SDL_GPUTextureSamplerBinding.PtrSDL_GPUTextureSamplerBinding.Ptr.reinterpret(long newSize) Assume theSDL_GPUTextureSamplerBinding.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUTextureSamplerBinding.Ptrthat uses the same backing storage as thisSDL_GPUTextureSamplerBinding.Ptr, but with the new size.@NotNull SDL_GPUTextureTransferInfo.PtrSDL_GPUTextureTransferInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUTextureTransferInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUTextureTransferInfo.Ptrthat uses the same backing storage as thisSDL_GPUTextureTransferInfo.Ptr, but with the new size.@NotNull SDL_GPUTransferBufferCreateInfo.PtrSDL_GPUTransferBufferCreateInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUTransferBufferCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUTransferBufferCreateInfo.Ptrthat uses the same backing storage as thisSDL_GPUTransferBufferCreateInfo.Ptr, but with the new size.@NotNull SDL_GPUTransferBufferLocation.PtrSDL_GPUTransferBufferLocation.Ptr.reinterpret(long newSize) Assume theSDL_GPUTransferBufferLocation.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUTransferBufferLocation.Ptrthat uses the same backing storage as thisSDL_GPUTransferBufferLocation.Ptr, but with the new size.@NotNull SDL_GPUVertexAttribute.PtrSDL_GPUVertexAttribute.Ptr.reinterpret(long newSize) Assume theSDL_GPUVertexAttribute.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUVertexAttribute.Ptrthat uses the same backing storage as thisSDL_GPUVertexAttribute.Ptr, but with the new size.@NotNull SDL_GPUVertexBufferDescription.PtrSDL_GPUVertexBufferDescription.Ptr.reinterpret(long newSize) Assume theSDL_GPUVertexBufferDescription.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUVertexBufferDescription.Ptrthat uses the same backing storage as thisSDL_GPUVertexBufferDescription.Ptr, but with the new size.@NotNull SDL_GPUVertexInputState.PtrSDL_GPUVertexInputState.Ptr.reinterpret(long newSize) Assume theSDL_GPUVertexInputState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUVertexInputState.Ptrthat uses the same backing storage as thisSDL_GPUVertexInputState.Ptr, but with the new size.@NotNull SDL_GPUViewport.PtrSDL_GPUViewport.Ptr.reinterpret(long newSize) Assume theSDL_GPUViewport.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUViewport.Ptrthat uses the same backing storage as thisSDL_GPUViewport.Ptr, but with the new size.@NotNull SDL_GUID.PtrSDL_GUID.Ptr.reinterpret(long newSize) Assume theSDL_GUID.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GUID.Ptrthat uses the same backing storage as thisSDL_GUID.Ptr, but with the new size.@NotNull SDL_HapticCondition.PtrSDL_HapticCondition.Ptr.reinterpret(long newSize) Assume theSDL_HapticCondition.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticCondition.Ptrthat uses the same backing storage as thisSDL_HapticCondition.Ptr, but with the new size.@NotNull SDL_HapticConstant.PtrSDL_HapticConstant.Ptr.reinterpret(long newSize) Assume theSDL_HapticConstant.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticConstant.Ptrthat uses the same backing storage as thisSDL_HapticConstant.Ptr, but with the new size.@NotNull SDL_HapticCustom.PtrSDL_HapticCustom.Ptr.reinterpret(long newSize) Assume theSDL_HapticCustom.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticCustom.Ptrthat uses the same backing storage as thisSDL_HapticCustom.Ptr, but with the new size.@NotNull SDL_HapticDirection.PtrSDL_HapticDirection.Ptr.reinterpret(long newSize) Assume theSDL_HapticDirection.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticDirection.Ptrthat uses the same backing storage as thisSDL_HapticDirection.Ptr, but with the new size.@NotNull SDL_HapticEffect.PtrSDL_HapticEffect.Ptr.reinterpret(long newSize) Assume theSDL_HapticEffect.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticEffect.Ptrthat uses the same backing storage as thisSDL_HapticEffect.Ptr, but with the new size.@NotNull SDL_HapticLeftRight.PtrSDL_HapticLeftRight.Ptr.reinterpret(long newSize) Assume theSDL_HapticLeftRight.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticLeftRight.Ptrthat uses the same backing storage as thisSDL_HapticLeftRight.Ptr, but with the new size.@NotNull SDL_HapticPeriodic.PtrSDL_HapticPeriodic.Ptr.reinterpret(long newSize) Assume theSDL_HapticPeriodic.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticPeriodic.Ptrthat uses the same backing storage as thisSDL_HapticPeriodic.Ptr, but with the new size.@NotNull SDL_HapticRamp.PtrSDL_HapticRamp.Ptr.reinterpret(long newSize) Assume theSDL_HapticRamp.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticRamp.Ptrthat uses the same backing storage as thisSDL_HapticRamp.Ptr, but with the new size.@NotNull SDL_hid_device_info.PtrSDL_hid_device_info.Ptr.reinterpret(long newSize) Assume theSDL_hid_device_info.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_hid_device_info.Ptrthat uses the same backing storage as thisSDL_hid_device_info.Ptr, but with the new size.@NotNull SDL_InitState.PtrSDL_InitState.Ptr.reinterpret(long newSize) Assume theSDL_InitState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_InitState.Ptrthat uses the same backing storage as thisSDL_InitState.Ptr, but with the new size.@NotNull SDL_IOStreamInterface.PtrSDL_IOStreamInterface.Ptr.reinterpret(long newSize) Assume theSDL_IOStreamInterface.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_IOStreamInterface.Ptrthat uses the same backing storage as thisSDL_IOStreamInterface.Ptr, but with the new size.@NotNull SDL_JoyAxisEvent.PtrSDL_JoyAxisEvent.Ptr.reinterpret(long newSize) Assume theSDL_JoyAxisEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_JoyAxisEvent.Ptrthat uses the same backing storage as thisSDL_JoyAxisEvent.Ptr, but with the new size.@NotNull SDL_JoyBallEvent.PtrSDL_JoyBallEvent.Ptr.reinterpret(long newSize) Assume theSDL_JoyBallEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_JoyBallEvent.Ptrthat uses the same backing storage as thisSDL_JoyBallEvent.Ptr, but with the new size.@NotNull SDL_JoyBatteryEvent.PtrSDL_JoyBatteryEvent.Ptr.reinterpret(long newSize) Assume theSDL_JoyBatteryEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_JoyBatteryEvent.Ptrthat uses the same backing storage as thisSDL_JoyBatteryEvent.Ptr, but with the new size.@NotNull SDL_JoyButtonEvent.PtrSDL_JoyButtonEvent.Ptr.reinterpret(long newSize) Assume theSDL_JoyButtonEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_JoyButtonEvent.Ptrthat uses the same backing storage as thisSDL_JoyButtonEvent.Ptr, but with the new size.@NotNull SDL_JoyDeviceEvent.PtrSDL_JoyDeviceEvent.Ptr.reinterpret(long newSize) Assume theSDL_JoyDeviceEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_JoyDeviceEvent.Ptrthat uses the same backing storage as thisSDL_JoyDeviceEvent.Ptr, but with the new size.@NotNull SDL_JoyHatEvent.PtrSDL_JoyHatEvent.Ptr.reinterpret(long newSize) Assume theSDL_JoyHatEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_JoyHatEvent.Ptrthat uses the same backing storage as thisSDL_JoyHatEvent.Ptr, but with the new size.@NotNull SDL_KeyboardDeviceEvent.PtrSDL_KeyboardDeviceEvent.Ptr.reinterpret(long newSize) Assume theSDL_KeyboardDeviceEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_KeyboardDeviceEvent.Ptrthat uses the same backing storage as thisSDL_KeyboardDeviceEvent.Ptr, but with the new size.@NotNull SDL_KeyboardEvent.PtrSDL_KeyboardEvent.Ptr.reinterpret(long newSize) Assume theSDL_KeyboardEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_KeyboardEvent.Ptrthat uses the same backing storage as thisSDL_KeyboardEvent.Ptr, but with the new size.@NotNull SDL_Locale.PtrSDL_Locale.Ptr.reinterpret(long newSize) Assume theSDL_Locale.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_Locale.Ptrthat uses the same backing storage as thisSDL_Locale.Ptr, but with the new size.@NotNull SDL_MessageBoxButtonData.PtrSDL_MessageBoxButtonData.Ptr.reinterpret(long newSize) Assume theSDL_MessageBoxButtonData.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_MessageBoxButtonData.Ptrthat uses the same backing storage as thisSDL_MessageBoxButtonData.Ptr, but with the new size.@NotNull SDL_MessageBoxColor.PtrSDL_MessageBoxColor.Ptr.reinterpret(long newSize) Assume theSDL_MessageBoxColor.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_MessageBoxColor.Ptrthat uses the same backing storage as thisSDL_MessageBoxColor.Ptr, but with the new size.@NotNull SDL_MessageBoxColorScheme.PtrSDL_MessageBoxColorScheme.Ptr.reinterpret(long newSize) Assume theSDL_MessageBoxColorScheme.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_MessageBoxColorScheme.Ptrthat uses the same backing storage as thisSDL_MessageBoxColorScheme.Ptr, but with the new size.@NotNull SDL_MessageBoxData.PtrSDL_MessageBoxData.Ptr.reinterpret(long newSize) Assume theSDL_MessageBoxData.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_MessageBoxData.Ptrthat uses the same backing storage as thisSDL_MessageBoxData.Ptr, but with the new size.@NotNull SDL_MouseButtonEvent.PtrSDL_MouseButtonEvent.Ptr.reinterpret(long newSize) Assume theSDL_MouseButtonEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_MouseButtonEvent.Ptrthat uses the same backing storage as thisSDL_MouseButtonEvent.Ptr, but with the new size.@NotNull SDL_MouseDeviceEvent.PtrSDL_MouseDeviceEvent.Ptr.reinterpret(long newSize) Assume theSDL_MouseDeviceEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_MouseDeviceEvent.Ptrthat uses the same backing storage as thisSDL_MouseDeviceEvent.Ptr, but with the new size.@NotNull SDL_MouseMotionEvent.PtrSDL_MouseMotionEvent.Ptr.reinterpret(long newSize) Assume theSDL_MouseMotionEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_MouseMotionEvent.Ptrthat uses the same backing storage as thisSDL_MouseMotionEvent.Ptr, but with the new size.@NotNull SDL_MouseWheelEvent.PtrSDL_MouseWheelEvent.Ptr.reinterpret(long newSize) Assume theSDL_MouseWheelEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_MouseWheelEvent.Ptrthat uses the same backing storage as thisSDL_MouseWheelEvent.Ptr, but with the new size.@NotNull SDL_Palette.PtrSDL_Palette.Ptr.reinterpret(long newSize) Assume theSDL_Palette.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_Palette.Ptrthat uses the same backing storage as thisSDL_Palette.Ptr, but with the new size.@NotNull SDL_PathInfo.PtrSDL_PathInfo.Ptr.reinterpret(long newSize) Assume theSDL_PathInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_PathInfo.Ptrthat uses the same backing storage as thisSDL_PathInfo.Ptr, but with the new size.@NotNull SDL_PenAxisEvent.PtrSDL_PenAxisEvent.Ptr.reinterpret(long newSize) Assume theSDL_PenAxisEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_PenAxisEvent.Ptrthat uses the same backing storage as thisSDL_PenAxisEvent.Ptr, but with the new size.@NotNull SDL_PenButtonEvent.PtrSDL_PenButtonEvent.Ptr.reinterpret(long newSize) Assume theSDL_PenButtonEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_PenButtonEvent.Ptrthat uses the same backing storage as thisSDL_PenButtonEvent.Ptr, but with the new size.@NotNull SDL_PenMotionEvent.PtrSDL_PenMotionEvent.Ptr.reinterpret(long newSize) Assume theSDL_PenMotionEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_PenMotionEvent.Ptrthat uses the same backing storage as thisSDL_PenMotionEvent.Ptr, but with the new size.@NotNull SDL_PenProximityEvent.PtrSDL_PenProximityEvent.Ptr.reinterpret(long newSize) Assume theSDL_PenProximityEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_PenProximityEvent.Ptrthat uses the same backing storage as thisSDL_PenProximityEvent.Ptr, but with the new size.@NotNull SDL_PenTouchEvent.PtrSDL_PenTouchEvent.Ptr.reinterpret(long newSize) Assume theSDL_PenTouchEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_PenTouchEvent.Ptrthat uses the same backing storage as thisSDL_PenTouchEvent.Ptr, but with the new size.@NotNull SDL_PixelFormatDetails.PtrSDL_PixelFormatDetails.Ptr.reinterpret(long newSize) Assume theSDL_PixelFormatDetails.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_PixelFormatDetails.Ptrthat uses the same backing storage as thisSDL_PixelFormatDetails.Ptr, but with the new size.@NotNull SDL_Point.PtrSDL_Point.Ptr.reinterpret(long newSize) Assume theSDL_Point.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_Point.Ptrthat uses the same backing storage as thisSDL_Point.Ptr, but with the new size.@NotNull SDL_QuitEvent.PtrSDL_QuitEvent.Ptr.reinterpret(long newSize) Assume theSDL_QuitEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_QuitEvent.Ptrthat uses the same backing storage as thisSDL_QuitEvent.Ptr, but with the new size.@NotNull SDL_Rect.PtrSDL_Rect.Ptr.reinterpret(long newSize) Assume theSDL_Rect.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_Rect.Ptrthat uses the same backing storage as thisSDL_Rect.Ptr, but with the new size.@NotNull SDL_RenderEvent.PtrSDL_RenderEvent.Ptr.reinterpret(long newSize) Assume theSDL_RenderEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_RenderEvent.Ptrthat uses the same backing storage as thisSDL_RenderEvent.Ptr, but with the new size.@NotNull SDL_SensorEvent.PtrSDL_SensorEvent.Ptr.reinterpret(long newSize) Assume theSDL_SensorEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_SensorEvent.Ptrthat uses the same backing storage as thisSDL_SensorEvent.Ptr, but with the new size.@NotNull SDL_StorageInterface.PtrSDL_StorageInterface.Ptr.reinterpret(long newSize) Assume theSDL_StorageInterface.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_StorageInterface.Ptrthat uses the same backing storage as thisSDL_StorageInterface.Ptr, but with the new size.@NotNull SDL_TextEditingCandidatesEvent.PtrSDL_TextEditingCandidatesEvent.Ptr.reinterpret(long newSize) Assume theSDL_TextEditingCandidatesEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_TextEditingCandidatesEvent.Ptrthat uses the same backing storage as thisSDL_TextEditingCandidatesEvent.Ptr, but with the new size.@NotNull SDL_TextEditingEvent.PtrSDL_TextEditingEvent.Ptr.reinterpret(long newSize) Assume theSDL_TextEditingEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_TextEditingEvent.Ptrthat uses the same backing storage as thisSDL_TextEditingEvent.Ptr, but with the new size.@NotNull SDL_TextInputEvent.PtrSDL_TextInputEvent.Ptr.reinterpret(long newSize) Assume theSDL_TextInputEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_TextInputEvent.Ptrthat uses the same backing storage as thisSDL_TextInputEvent.Ptr, but with the new size.@NotNull SDL_TouchFingerEvent.PtrSDL_TouchFingerEvent.Ptr.reinterpret(long newSize) Assume theSDL_TouchFingerEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_TouchFingerEvent.Ptrthat uses the same backing storage as thisSDL_TouchFingerEvent.Ptr, but with the new size.@NotNull SDL_UserEvent.PtrSDL_UserEvent.Ptr.reinterpret(long newSize) Assume theSDL_UserEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_UserEvent.Ptrthat uses the same backing storage as thisSDL_UserEvent.Ptr, but with the new size.@NotNull SDL_Vertex.PtrSDL_Vertex.Ptr.reinterpret(long newSize) Assume theSDL_Vertex.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_Vertex.Ptrthat uses the same backing storage as thisSDL_Vertex.Ptr, but with the new size.@NotNull SDL_VirtualJoystickDesc.PtrSDL_VirtualJoystickDesc.Ptr.reinterpret(long newSize) Assume theSDL_VirtualJoystickDesc.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_VirtualJoystickDesc.Ptrthat uses the same backing storage as thisSDL_VirtualJoystickDesc.Ptr, but with the new size.@NotNull SDL_VirtualJoystickSensorDesc.PtrSDL_VirtualJoystickSensorDesc.Ptr.reinterpret(long newSize) Assume theSDL_VirtualJoystickSensorDesc.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_VirtualJoystickSensorDesc.Ptrthat uses the same backing storage as thisSDL_VirtualJoystickSensorDesc.Ptr, but with the new size.@NotNull SDL_VirtualJoystickTouchpadDesc.PtrSDL_VirtualJoystickTouchpadDesc.Ptr.reinterpret(long newSize) Assume theSDL_VirtualJoystickTouchpadDesc.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_VirtualJoystickTouchpadDesc.Ptrthat uses the same backing storage as thisSDL_VirtualJoystickTouchpadDesc.Ptr, but with the new size.@NotNull SDL_WindowEvent.PtrSDL_WindowEvent.Ptr.reinterpret(long newSize) Assume theSDL_WindowEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_WindowEvent.Ptrthat uses the same backing storage as thisSDL_WindowEvent.Ptr, but with the new size.SDL_VirtualJoystickDesc.sensors(int assumedCount) SDL_VirtualJoystickDesc.touchpads(int assumedCount) SDL_GPUVertexInputState.vertex_attributes(int assumedCount) SDL_GPUVertexInputState.vertex_buffer_descriptions(int assumedCount) -
Uses of Unsafe in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle with annotations of type UnsafeModifier and TypeMethodDescriptionMSG.Ptr.reinterpret(long newSize) SDL_AsyncIO.Ptr.reinterpret(long newSize) Assume theSDL_AsyncIO.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_AsyncIO.Ptrthat uses the same backing storage as thisSDL_AsyncIO.Ptr, but with the new size.SDL_AsyncIOQueue.Ptr.reinterpret(long newSize) Assume theSDL_AsyncIOQueue.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_AsyncIOQueue.Ptrthat uses the same backing storage as thisSDL_AsyncIOQueue.Ptr, but with the new size.SDL_AudioStream.Ptr.reinterpret(long newSize) Assume theSDL_AudioStream.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_AudioStream.Ptrthat uses the same backing storage as thisSDL_AudioStream.Ptr, but with the new size.SDL_Camera.Ptr.reinterpret(long newSize) Assume theSDL_Camera.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Camera.Ptrthat uses the same backing storage as thisSDL_Camera.Ptr, but with the new size.SDL_Condition.Ptr.reinterpret(long newSize) Assume theSDL_Condition.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Condition.Ptrthat uses the same backing storage as thisSDL_Condition.Ptr, but with the new size.SDL_Cursor.Ptr.reinterpret(long newSize) Assume theSDL_Cursor.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Cursor.Ptrthat uses the same backing storage as thisSDL_Cursor.Ptr, but with the new size.SDL_DisplayModeData.Ptr.reinterpret(long newSize) Assume theSDL_DisplayModeData.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_DisplayModeData.Ptrthat uses the same backing storage as thisSDL_DisplayModeData.Ptr, but with the new size.SDL_Environment.Ptr.reinterpret(long newSize) Assume theSDL_Environment.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Environment.Ptrthat uses the same backing storage as thisSDL_Environment.Ptr, but with the new size.SDL_Gamepad.Ptr.reinterpret(long newSize) Assume theSDL_Gamepad.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Gamepad.Ptrthat uses the same backing storage as thisSDL_Gamepad.Ptr, but with the new size.SDL_GLContext.Ptr.reinterpret(long newSize) Assume theSDL_GLContext.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GLContext.Ptrthat uses the same backing storage as thisSDL_GLContext.Ptr, but with the new size.SDL_GPUBuffer.Ptr.reinterpret(long newSize) Assume theSDL_GPUBuffer.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUBuffer.Ptrthat uses the same backing storage as thisSDL_GPUBuffer.Ptr, but with the new size.SDL_GPUCommandBuffer.Ptr.reinterpret(long newSize) Assume theSDL_GPUCommandBuffer.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUCommandBuffer.Ptrthat uses the same backing storage as thisSDL_GPUCommandBuffer.Ptr, but with the new size.SDL_GPUComputePass.Ptr.reinterpret(long newSize) Assume theSDL_GPUComputePass.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUComputePass.Ptrthat uses the same backing storage as thisSDL_GPUComputePass.Ptr, but with the new size.SDL_GPUComputePipeline.Ptr.reinterpret(long newSize) Assume theSDL_GPUComputePipeline.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUComputePipeline.Ptrthat uses the same backing storage as thisSDL_GPUComputePipeline.Ptr, but with the new size.SDL_GPUCopyPass.Ptr.reinterpret(long newSize) Assume theSDL_GPUCopyPass.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUCopyPass.Ptrthat uses the same backing storage as thisSDL_GPUCopyPass.Ptr, but with the new size.SDL_GPUDevice.Ptr.reinterpret(long newSize) Assume theSDL_GPUDevice.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUDevice.Ptrthat uses the same backing storage as thisSDL_GPUDevice.Ptr, but with the new size.SDL_GPUFence.Ptr.reinterpret(long newSize) Assume theSDL_GPUFence.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUFence.Ptrthat uses the same backing storage as thisSDL_GPUFence.Ptr, but with the new size.SDL_GPUGraphicsPipeline.Ptr.reinterpret(long newSize) Assume theSDL_GPUGraphicsPipeline.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUGraphicsPipeline.Ptrthat uses the same backing storage as thisSDL_GPUGraphicsPipeline.Ptr, but with the new size.SDL_GPURenderPass.Ptr.reinterpret(long newSize) Assume theSDL_GPURenderPass.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPURenderPass.Ptrthat uses the same backing storage as thisSDL_GPURenderPass.Ptr, but with the new size.SDL_GPUSampler.Ptr.reinterpret(long newSize) Assume theSDL_GPUSampler.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUSampler.Ptrthat uses the same backing storage as thisSDL_GPUSampler.Ptr, but with the new size.SDL_GPUShader.Ptr.reinterpret(long newSize) Assume theSDL_GPUShader.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUShader.Ptrthat uses the same backing storage as thisSDL_GPUShader.Ptr, but with the new size.SDL_GPUTexture.Ptr.reinterpret(long newSize) Assume theSDL_GPUTexture.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUTexture.Ptrthat uses the same backing storage as thisSDL_GPUTexture.Ptr, but with the new size.SDL_GPUTransferBuffer.Ptr.reinterpret(long newSize) Assume theSDL_GPUTransferBuffer.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUTransferBuffer.Ptrthat uses the same backing storage as thisSDL_GPUTransferBuffer.Ptr, but with the new size.SDL_Haptic.Ptr.reinterpret(long newSize) Assume theSDL_Haptic.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Haptic.Ptrthat uses the same backing storage as thisSDL_Haptic.Ptr, but with the new size.SDL_hid_device.Ptr.reinterpret(long newSize) Assume theSDL_hid_device.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_hid_device.Ptrthat uses the same backing storage as thisSDL_hid_device.Ptr, but with the new size.SDL_iconv_t.Ptr.reinterpret(long newSize) Assume theSDL_iconv_t.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_iconv_t.Ptrthat uses the same backing storage as thisSDL_iconv_t.Ptr, but with the new size.SDL_IOStream.Ptr.reinterpret(long newSize) Assume theSDL_IOStream.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_IOStream.Ptrthat uses the same backing storage as thisSDL_IOStream.Ptr, but with the new size.SDL_Joystick.Ptr.reinterpret(long newSize) Assume theSDL_Joystick.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Joystick.Ptrthat uses the same backing storage as thisSDL_Joystick.Ptr, but with the new size.SDL_Mutex.Ptr.reinterpret(long newSize) Assume theSDL_Mutex.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Mutex.Ptrthat uses the same backing storage as thisSDL_Mutex.Ptr, but with the new size.SDL_Process.Ptr.reinterpret(long newSize) Assume theSDL_Process.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Process.Ptrthat uses the same backing storage as thisSDL_Process.Ptr, but with the new size.SDL_Renderer.Ptr.reinterpret(long newSize) Assume theSDL_Renderer.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Renderer.Ptrthat uses the same backing storage as thisSDL_Renderer.Ptr, but with the new size.SDL_RWLock.Ptr.reinterpret(long newSize) Assume theSDL_RWLock.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_RWLock.Ptrthat uses the same backing storage as thisSDL_RWLock.Ptr, but with the new size.SDL_Semaphore.Ptr.reinterpret(long newSize) Assume theSDL_Semaphore.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Semaphore.Ptrthat uses the same backing storage as thisSDL_Semaphore.Ptr, but with the new size.SDL_Sensor.Ptr.reinterpret(long newSize) Assume theSDL_Sensor.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Sensor.Ptrthat uses the same backing storage as thisSDL_Sensor.Ptr, but with the new size.SDL_SharedObject.Ptr.reinterpret(long newSize) Assume theSDL_SharedObject.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_SharedObject.Ptrthat uses the same backing storage as thisSDL_SharedObject.Ptr, but with the new size.SDL_Storage.Ptr.reinterpret(long newSize) Assume theSDL_Storage.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Storage.Ptrthat uses the same backing storage as thisSDL_Storage.Ptr, but with the new size.SDL_Surface.Ptr.reinterpret(long newSize) Assume theSDL_Surface.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Surface.Ptrthat uses the same backing storage as thisSDL_Surface.Ptr, but with the new size.SDL_Texture.Ptr.reinterpret(long newSize) Assume theSDL_Texture.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Texture.Ptrthat uses the same backing storage as thisSDL_Texture.Ptr, but with the new size.SDL_Thread.Ptr.reinterpret(long newSize) Assume theSDL_Thread.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Thread.Ptrthat uses the same backing storage as thisSDL_Thread.Ptr, but with the new size.SDL_Tray.Ptr.reinterpret(long newSize) Assume theSDL_Tray.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Tray.Ptrthat uses the same backing storage as thisSDL_Tray.Ptr, but with the new size.SDL_TrayEntry.Ptr.reinterpret(long newSize) Assume theSDL_TrayEntry.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_TrayEntry.Ptrthat uses the same backing storage as thisSDL_TrayEntry.Ptr, but with the new size.SDL_TrayMenu.Ptr.reinterpret(long newSize) Assume theSDL_TrayMenu.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_TrayMenu.Ptrthat uses the same backing storage as thisSDL_TrayMenu.Ptr, but with the new size.SDL_Window.Ptr.reinterpret(long newSize) Assume theSDL_Window.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Window.Ptrthat uses the same backing storage as thisSDL_Window.Ptr, but with the new size.XTaskQueueHandle.Ptr.reinterpret(long newSize) Assume theXTaskQueueHandle.Ptris capable of holding at leastnewSizehandles, create a new viewXTaskQueueHandle.Ptrthat uses the same backing storage as thisXTaskQueueHandle.Ptr, but with the new size.XUserHandle.Ptr.reinterpret(long newSize) Assume theXUserHandle.Ptris capable of holding at leastnewSizehandles, create a new viewXUserHandle.Ptrthat uses the same backing storage as thisXUserHandle.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.shaderc.datatype
Methods in club.doki7.shaderc.datatype with annotations of type UnsafeModifier and TypeMethodDescription@NotNull ShadercIncludeResult.PtrShadercIncludeResult.Ptr.reinterpret(long newSize) Assume theShadercIncludeResult.Ptris capable of holding at leastnewSizestructures, create a new viewShadercIncludeResult.Ptrthat uses the same backing storage as thisShadercIncludeResult.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.shaderc.handle
Methods in club.doki7.shaderc.handle with annotations of type UnsafeModifier and TypeMethodDescriptionShadercCompilationResult.Ptr.reinterpret(long newSize) Assume theShadercCompilationResult.Ptris capable of holding at leastnewSizehandles, create a new viewShadercCompilationResult.Ptrthat uses the same backing storage as thisShadercCompilationResult.Ptr, but with the new size.ShadercCompileOptions.Ptr.reinterpret(long newSize) Assume theShadercCompileOptions.Ptris capable of holding at leastnewSizehandles, create a new viewShadercCompileOptions.Ptrthat uses the same backing storage as thisShadercCompileOptions.Ptr, but with the new size.ShadercCompiler.Ptr.reinterpret(long newSize) Assume theShadercCompiler.Ptris capable of holding at leastnewSizehandles, create a new viewShadercCompiler.Ptrthat uses the same backing storage as thisShadercCompiler.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.stb.image.datatype
Methods in club.doki7.stb.image.datatype with annotations of type UnsafeModifier and TypeMethodDescription@NotNull STBI_IoCallbacks.PtrSTBI_IoCallbacks.Ptr.reinterpret(long newSize) Assume theSTBI_IoCallbacks.Ptris capable of holding at leastnewSizestructures, create a new viewSTBI_IoCallbacks.Ptrthat uses the same backing storage as thisSTBI_IoCallbacks.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.stb.imageresize.datatype
Methods in club.doki7.stb.imageresize.datatype with annotations of type UnsafeModifier and TypeMethodDescription@NotNull STBIR_PROFILEINFO.PtrSTBIR_PROFILEINFO.Ptr.reinterpret(long newSize) Assume theSTBIR_PROFILEINFO.Ptris capable of holding at leastnewSizestructures, create a new viewSTBIR_PROFILEINFO.Ptrthat uses the same backing storage as thisSTBIR_PROFILEINFO.Ptr, but with the new size.@NotNull STBIR_RESIZE.PtrSTBIR_RESIZE.Ptr.reinterpret(long newSize) Assume theSTBIR_RESIZE.Ptris capable of holding at leastnewSizestructures, create a new viewSTBIR_RESIZE.Ptrthat uses the same backing storage as thisSTBIR_RESIZE.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.stb.imageresize.handle
Methods in club.doki7.stb.imageresize.handle with annotations of type UnsafeModifier and TypeMethodDescriptionSTBIR_Info.Ptr.reinterpret(long newSize) Assume theSTBIR_Info.Ptris capable of holding at leastnewSizehandles, create a new viewSTBIR_Info.Ptrthat uses the same backing storage as thisSTBIR_Info.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.stb.truetype.datatype
Methods in club.doki7.stb.truetype.datatype with annotations of type UnsafeModifier and TypeMethodDescriptionSTBTT_PackRange.chardataForRange(int assumedCount) @NotNull STBTT_AlignedQuad.PtrSTBTT_AlignedQuad.Ptr.reinterpret(long newSize) Assume theSTBTT_AlignedQuad.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_AlignedQuad.Ptrthat uses the same backing storage as thisSTBTT_AlignedQuad.Ptr, but with the new size.@NotNull STBTT_Bakedchar.PtrSTBTT_Bakedchar.Ptr.reinterpret(long newSize) Assume theSTBTT_Bakedchar.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_Bakedchar.Ptrthat uses the same backing storage as thisSTBTT_Bakedchar.Ptr, but with the new size.@NotNull STBTT_Bitmap.PtrSTBTT_Bitmap.Ptr.reinterpret(long newSize) Assume theSTBTT_Bitmap.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_Bitmap.Ptrthat uses the same backing storage as thisSTBTT_Bitmap.Ptr, but with the new size.@NotNull STBTT_Buf.PtrSTBTT_Buf.Ptr.reinterpret(long newSize) Assume theSTBTT_Buf.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_Buf.Ptrthat uses the same backing storage as thisSTBTT_Buf.Ptr, but with the new size.@NotNull STBTT_Fontinfo.PtrSTBTT_Fontinfo.Ptr.reinterpret(long newSize) Assume theSTBTT_Fontinfo.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_Fontinfo.Ptrthat uses the same backing storage as thisSTBTT_Fontinfo.Ptr, but with the new size.@NotNull STBTT_Kerningentry.PtrSTBTT_Kerningentry.Ptr.reinterpret(long newSize) Assume theSTBTT_Kerningentry.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_Kerningentry.Ptrthat uses the same backing storage as thisSTBTT_Kerningentry.Ptr, but with the new size.@NotNull STBTT_PackContext.PtrSTBTT_PackContext.Ptr.reinterpret(long newSize) Assume theSTBTT_PackContext.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_PackContext.Ptrthat uses the same backing storage as thisSTBTT_PackContext.Ptr, but with the new size.@NotNull STBTT_Packedchar.PtrSTBTT_Packedchar.Ptr.reinterpret(long newSize) Assume theSTBTT_Packedchar.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_Packedchar.Ptrthat uses the same backing storage as thisSTBTT_Packedchar.Ptr, but with the new size.@NotNull STBTT_PackRange.PtrSTBTT_PackRange.Ptr.reinterpret(long newSize) Assume theSTBTT_PackRange.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_PackRange.Ptrthat uses the same backing storage as thisSTBTT_PackRange.Ptr, but with the new size.@NotNull STBTT_Vertex.PtrSTBTT_Vertex.Ptr.reinterpret(long newSize) Assume theSTBTT_Vertex.Ptris capable of holding at leastnewSizestructures, create a new viewSTBTT_Vertex.Ptrthat uses the same backing storage as thisSTBTT_Vertex.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.stb.vorbis.datatype
Methods in club.doki7.stb.vorbis.datatype with annotations of type UnsafeModifier and TypeMethodDescription@NotNull STB_VorbisAlloc.PtrSTB_VorbisAlloc.Ptr.reinterpret(long newSize) Assume theSTB_VorbisAlloc.Ptris capable of holding at leastnewSizestructures, create a new viewSTB_VorbisAlloc.Ptrthat uses the same backing storage as thisSTB_VorbisAlloc.Ptr, but with the new size.@NotNull STB_VorbisComment.PtrSTB_VorbisComment.Ptr.reinterpret(long newSize) Assume theSTB_VorbisComment.Ptris capable of holding at leastnewSizestructures, create a new viewSTB_VorbisComment.Ptrthat uses the same backing storage as thisSTB_VorbisComment.Ptr, but with the new size.@NotNull STB_VorbisInfo.PtrSTB_VorbisInfo.Ptr.reinterpret(long newSize) Assume theSTB_VorbisInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSTB_VorbisInfo.Ptrthat uses the same backing storage as thisSTB_VorbisInfo.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.stb.vorbis.handle
Methods in club.doki7.stb.vorbis.handle with annotations of type UnsafeModifier and TypeMethodDescriptionSTB_Vorbis.Ptr.reinterpret(long newSize) Assume theSTB_Vorbis.Ptris capable of holding at leastnewSizehandles, create a new viewSTB_Vorbis.Ptrthat uses the same backing storage as thisSTB_Vorbis.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype with annotations of type UnsafeModifier and TypeMethodDescriptionVmaAllocatorCreateInfo.pAllocationCallbacks(int assumedCount) VmaVirtualBlockCreateInfo.pAllocationCallbacks(int assumedCount) VmaAllocatorCreateInfo.pDeviceMemoryCallbacks(int assumedCount) VmaDefragmentationPassMoveInfo.pMoves(int assumedCount) VmaAllocatorCreateInfo.pVulkanFunctions(int assumedCount) @NotNull VmaAllocationCreateInfo.PtrVmaAllocationCreateInfo.Ptr.reinterpret(long newSize) Assume theVmaAllocationCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaAllocationCreateInfo.Ptrthat uses the same backing storage as thisVmaAllocationCreateInfo.Ptr, but with the new size.@NotNull VmaAllocationInfo.PtrVmaAllocationInfo.Ptr.reinterpret(long newSize) Assume theVmaAllocationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaAllocationInfo.Ptrthat uses the same backing storage as thisVmaAllocationInfo.Ptr, but with the new size.@NotNull VmaAllocationInfo2.PtrVmaAllocationInfo2.Ptr.reinterpret(long newSize) Assume theVmaAllocationInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVmaAllocationInfo2.Ptrthat uses the same backing storage as thisVmaAllocationInfo2.Ptr, but with the new size.@NotNull VmaAllocatorCreateInfo.PtrVmaAllocatorCreateInfo.Ptr.reinterpret(long newSize) Assume theVmaAllocatorCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaAllocatorCreateInfo.Ptrthat uses the same backing storage as thisVmaAllocatorCreateInfo.Ptr, but with the new size.@NotNull VmaAllocatorInfo.PtrVmaAllocatorInfo.Ptr.reinterpret(long newSize) Assume theVmaAllocatorInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaAllocatorInfo.Ptrthat uses the same backing storage as thisVmaAllocatorInfo.Ptr, but with the new size.@NotNull VmaBudget.PtrVmaBudget.Ptr.reinterpret(long newSize) Assume theVmaBudget.Ptris capable of holding at leastnewSizestructures, create a new viewVmaBudget.Ptrthat uses the same backing storage as thisVmaBudget.Ptr, but with the new size.@NotNull VmaDefragmentationInfo.PtrVmaDefragmentationInfo.Ptr.reinterpret(long newSize) Assume theVmaDefragmentationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDefragmentationInfo.Ptrthat uses the same backing storage as thisVmaDefragmentationInfo.Ptr, but with the new size.@NotNull VmaDefragmentationMove.PtrVmaDefragmentationMove.Ptr.reinterpret(long newSize) Assume theVmaDefragmentationMove.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDefragmentationMove.Ptrthat uses the same backing storage as thisVmaDefragmentationMove.Ptr, but with the new size.@NotNull VmaDefragmentationPassMoveInfo.PtrVmaDefragmentationPassMoveInfo.Ptr.reinterpret(long newSize) Assume theVmaDefragmentationPassMoveInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDefragmentationPassMoveInfo.Ptrthat uses the same backing storage as thisVmaDefragmentationPassMoveInfo.Ptr, but with the new size.@NotNull VmaDefragmentationStats.PtrVmaDefragmentationStats.Ptr.reinterpret(long newSize) Assume theVmaDefragmentationStats.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDefragmentationStats.Ptrthat uses the same backing storage as thisVmaDefragmentationStats.Ptr, but with the new size.@NotNull VmaDetailedStatistics.PtrVmaDetailedStatistics.Ptr.reinterpret(long newSize) Assume theVmaDetailedStatistics.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDetailedStatistics.Ptrthat uses the same backing storage as thisVmaDetailedStatistics.Ptr, but with the new size.@NotNull VmaDeviceMemoryCallbacks.PtrVmaDeviceMemoryCallbacks.Ptr.reinterpret(long newSize) Assume theVmaDeviceMemoryCallbacks.Ptris capable of holding at leastnewSizestructures, create a new viewVmaDeviceMemoryCallbacks.Ptrthat uses the same backing storage as thisVmaDeviceMemoryCallbacks.Ptr, but with the new size.@NotNull VmaPoolCreateInfo.PtrVmaPoolCreateInfo.Ptr.reinterpret(long newSize) Assume theVmaPoolCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaPoolCreateInfo.Ptrthat uses the same backing storage as thisVmaPoolCreateInfo.Ptr, but with the new size.@NotNull VmaStatistics.PtrVmaStatistics.Ptr.reinterpret(long newSize) Assume theVmaStatistics.Ptris capable of holding at leastnewSizestructures, create a new viewVmaStatistics.Ptrthat uses the same backing storage as thisVmaStatistics.Ptr, but with the new size.@NotNull VmaTotalStatistics.PtrVmaTotalStatistics.Ptr.reinterpret(long newSize) Assume theVmaTotalStatistics.Ptris capable of holding at leastnewSizestructures, create a new viewVmaTotalStatistics.Ptrthat uses the same backing storage as thisVmaTotalStatistics.Ptr, but with the new size.@NotNull VmaVirtualAllocationCreateInfo.PtrVmaVirtualAllocationCreateInfo.Ptr.reinterpret(long newSize) Assume theVmaVirtualAllocationCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaVirtualAllocationCreateInfo.Ptrthat uses the same backing storage as thisVmaVirtualAllocationCreateInfo.Ptr, but with the new size.@NotNull VmaVirtualAllocationInfo.PtrVmaVirtualAllocationInfo.Ptr.reinterpret(long newSize) Assume theVmaVirtualAllocationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaVirtualAllocationInfo.Ptrthat uses the same backing storage as thisVmaVirtualAllocationInfo.Ptr, but with the new size.@NotNull VmaVirtualBlockCreateInfo.PtrVmaVirtualBlockCreateInfo.Ptr.reinterpret(long newSize) Assume theVmaVirtualBlockCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVmaVirtualBlockCreateInfo.Ptrthat uses the same backing storage as thisVmaVirtualBlockCreateInfo.Ptr, but with the new size.@NotNull VmaVulkanFunctions.PtrVmaVulkanFunctions.Ptr.reinterpret(long newSize) Assume theVmaVulkanFunctions.Ptris capable of holding at leastnewSizestructures, create a new viewVmaVulkanFunctions.Ptrthat uses the same backing storage as thisVmaVulkanFunctions.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.vma.handle
Methods in club.doki7.vma.handle with annotations of type UnsafeModifier and TypeMethodDescriptionVmaAllocation.Ptr.reinterpret(long newSize) Assume theVmaAllocation.Ptris capable of holding at leastnewSizehandles, create a new viewVmaAllocation.Ptrthat uses the same backing storage as thisVmaAllocation.Ptr, but with the new size.VmaAllocator.Ptr.reinterpret(long newSize) Assume theVmaAllocator.Ptris capable of holding at leastnewSizehandles, create a new viewVmaAllocator.Ptrthat uses the same backing storage as thisVmaAllocator.Ptr, but with the new size.VmaDefragmentationContext.Ptr.reinterpret(long newSize) Assume theVmaDefragmentationContext.Ptris capable of holding at leastnewSizehandles, create a new viewVmaDefragmentationContext.Ptrthat uses the same backing storage as thisVmaDefragmentationContext.Ptr, but with the new size.VmaPool.Ptr.reinterpret(long newSize) Assume theVmaPool.Ptris capable of holding at leastnewSizehandles, create a new viewVmaPool.Ptrthat uses the same backing storage as thisVmaPool.Ptr, but with the new size.VmaVirtualAllocation.Ptr.reinterpret(long newSize) Assume theVmaVirtualAllocation.Ptris capable of holding at leastnewSizehandles, create a new viewVmaVirtualAllocation.Ptrthat uses the same backing storage as thisVmaVirtualAllocation.Ptr, but with the new size.VmaVirtualBlock.Ptr.reinterpret(long newSize) Assume theVmaVirtualBlock.Ptris capable of holding at leastnewSizehandles, create a new viewVmaVirtualBlock.Ptrthat uses the same backing storage as thisVmaVirtualBlock.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype with annotations of type UnsafeModifier and TypeMethodDescriptionVkDeviceFaultInfoEXT.pAddressInfos(int assumedCount) VkInstanceCreateInfo.pApplicationInfo(int assumedCount) VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferences(int assumedCount) VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfos(int assumedCount) VkRenderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations(int assumedCount) VkPipelineColorBlendStateCreateInfo.pAttachments(int assumedCount) VkRenderPassCreateInfo.pAttachments(int assumedCount) VkRenderPassCreateInfo2.pAttachments(int assumedCount) VkDescriptorSetLayoutCreateInfo.pBindings(int assumedCount) VkSparseBufferMemoryBindInfo.pBinds(int assumedCount) VkSparseImageMemoryBindInfo.pBinds(int assumedCount) VkSparseImageOpaqueMemoryBindInfo.pBinds(int assumedCount) VkBindSparseInfo.pBufferBinds(int assumedCount) VkWriteDescriptorSet.pBufferInfo(int assumedCount) VkDependencyInfo.pBufferMemoryBarriers(int assumedCount) StdVideoDecodeAV1PictureInfo.pCDEF(int assumedCount) StdVideoEncodeAV1PictureInfo.pCDEF(int assumedCount) VkRenderPassBeginInfo.pClearValues(int assumedCount) VkClusterAccelerationStructureOpInputNV.pClustersBottomLevel(int assumedCount) VkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels(int assumedCount) VkRenderingInfo.pColorAttachments(int assumedCount) VkSubpassDescription.pColorAttachments(int assumedCount) VkSubpassDescription2.pColorAttachments(int assumedCount) VkGraphicsPipelineCreateInfo.pColorBlendState(int assumedCount) StdVideoAV1SequenceHeader.pColorConfig(int assumedCount) VkImageFormatConstraintsInfoFUCHSIA.pColorSpaces(int assumedCount) VkDescriptorDataEXT.pCombinedImageSampler(int assumedCount) VkSubmitInfo2.pCommandBufferInfos(int assumedCount) VkDeviceBufferMemoryRequirements.pCreateInfo(int assumedCount) VkDeviceImageMemoryRequirements.pCreateInfo(int assumedCount) VkDeviceImageSubresourceInfo.pCreateInfo(int assumedCount) VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrders(int assumedCount) StdVideoH265SequenceParameterSet.pDecPicBufMgr(int assumedCount) StdVideoH265VideoParameterSet.pDecPicBufMgr(int assumedCount) VkRenderPassCreateInfo.pDependencies(int assumedCount) VkRenderPassCreateInfo2.pDependencies(int assumedCount) VkRenderingInfo.pDepthAttachment(int assumedCount) VkPipelineViewportDepthClampControlCreateInfoEXT.pDepthClampRange(int assumedCount) VkSubpassDescription.pDepthStencilAttachment(int assumedCount) VkSubpassDescription2.pDepthStencilAttachment(int assumedCount) VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment(int assumedCount) VkGraphicsPipelineCreateInfo.pDepthStencilState(int assumedCount) VkDescriptorUpdateTemplateCreateInfo.pDescriptorUpdateEntries(int assumedCount) VkPushDescriptorSetInfo.pDescriptorWrites(int assumedCount) VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas(int assumedCount) VkPipelineDiscardRectangleStateCreateInfoEXT.pDiscardRectangles(int assumedCount) VkDirectDriverLoadingListLUNARG.pDrivers(int assumedCount) VkDrmFormatModifierPropertiesList2EXT.pDrmFormatModifierProperties(int assumedCount) VkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierProperties(int assumedCount) VkGraphicsPipelineCreateInfo.pDynamicState(int assumedCount) VkRayTracingPipelineCreateInfoKHR.pDynamicState(int assumedCount) VkDeviceCreateInfo.pEnabledFeatures(int assumedCount) VkPipelineViewportExclusiveScissorStateCreateInfoNV.pExclusiveScissors(int assumedCount) VkIndirectCommandsTokenDataEXT.pExecutionSet(int assumedCount) StdVideoEncodeAV1PictureInfo.pExtensionHeader(int assumedCount) StdVideoEncodeAV1ReferenceInfo.pExtensionHeader(int assumedCount) VkSemaphoreSciSyncCreateInfoNV.pFence(int assumedCount) StdVideoDecodeAV1PictureInfo.pFilmGrain(int assumedCount) VkImageConstraintsInfoFUCHSIA.pFormatConstraints(int assumedCount) VkRenderPassFragmentDensityMapOffsetEndInfoEXT.pFragmentDensityOffsets(int assumedCount) VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachment(int assumedCount) VkAccelerationStructureBuildGeometryInfoKHR.pGeometries(int assumedCount) VkAccelerationStructureInfoNV.pGeometries(int assumedCount) StdVideoDecodeAV1PictureInfo.pGlobalMotion(int assumedCount) StdVideoEncodeAV1PictureInfo.pGlobalMotion(int assumedCount) VkGraphicsPipelineShaderGroupsCreateInfoNV.pGroups(int assumedCount) VkRayTracingPipelineCreateInfoKHR.pGroups(int assumedCount) VkRayTracingPipelineCreateInfoNV.pGroups(int assumedCount) StdVideoH264SequenceParameterSetVui.pHrdParameters(int assumedCount) StdVideoH265SequenceParameterSetVui.pHrdParameters(int assumedCount) StdVideoH265VideoParameterSet.pHrdParameters(int assumedCount) VkBindSparseInfo.pImageBinds(int assumedCount) VkWriteDescriptorSet.pImageInfo(int assumedCount) VkDependencyInfo.pImageMemoryBarriers(int assumedCount) VkBindSparseInfo.pImageOpaqueBinds(int assumedCount) VkIndirectCommandsTokenDataEXT.pIndexBuffer(int assumedCount) VkCommandBufferBeginInfo.pInheritanceInfo(int assumedCount) VkGraphicsPipelineCreateInfo.pInputAssemblyState(int assumedCount) VkDescriptorDataEXT.pInputAttachmentImage(int assumedCount) VkSubpassDescription.pInputAttachments(int assumedCount) VkSubpassDescription2.pInputAttachments(int assumedCount) VkPipelineBinaryCreateInfoKHR.pKeysAndDataInfo(int assumedCount) VkPhysicalDeviceLayeredApiPropertiesListKHR.pLayeredApis(int assumedCount) VkVideoEncodeRateControlInfoKHR.pLayers(int assumedCount) VkExecutionGraphPipelineCreateInfoAMDX.pLibraryInfo(int assumedCount) VkRayTracingPipelineCreateInfoKHR.pLibraryInfo(int assumedCount) VkRayTracingPipelineCreateInfoKHR.pLibraryInterface(int assumedCount) StdVideoEncodeH265PictureInfo.pLongTermRefPics(int assumedCount) StdVideoH265SequenceParameterSet.pLongTermRefPicsSps(int assumedCount) StdVideoDecodeAV1PictureInfo.pLoopFilter(int assumedCount) StdVideoEncodeAV1PictureInfo.pLoopFilter(int assumedCount) StdVideoDecodeAV1PictureInfo.pLoopRestoration(int assumedCount) StdVideoEncodeAV1PictureInfo.pLoopRestoration(int assumedCount) VkSpecializationInfo.pMapEntries(int assumedCount) VkDependencyInfo.pMemoryBarriers(int assumedCount) VkClusterAccelerationStructureOpInputNV.pMoveObjects(int assumedCount) VkGraphicsPipelineCreateInfo.pMultisampleState(int assumedCount) VkMutableDescriptorTypeCreateInfoEXT.pMutableDescriptorTypeLists(int assumedCount) VkVideoEncodeH264PictureInfoKHR.pNaluSliceEntries(int assumedCount) VkVideoEncodeH265PictureInfoKHR.pNaluSliceSegmentEntries(int assumedCount) VkBaseInStructure.pNext(int assumedCount) VkBaseOutStructure.pNext(int assumedCount) VkDebugUtilsMessengerCallbackDataEXT.pObjects(int assumedCount) VkRefreshObjectListKHR.pObjects(int assumedCount) VkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfo(int assumedCount) VkVideoDecodeH265SessionParametersCreateInfoKHR.pParametersAddInfo(int assumedCount) VkVideoEncodeH264SessionParametersCreateInfoKHR.pParametersAddInfo(int assumedCount) VkVideoEncodeH265SessionParametersCreateInfoKHR.pParametersAddInfo(int assumedCount) VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.pPerViewRenderAreas(int assumedCount) VkVideoReferenceSlotInfoKHR.pPictureResource(int assumedCount) VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryData(int assumedCount) VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeys(int assumedCount) VkPipelineBinaryCreateInfoKHR.pPipelineCreateInfo(int assumedCount) VkPipelineCreationFeedbackCreateInfo.pPipelineCreationFeedback(int assumedCount) VkIndirectExecutionSetInfoEXT.pPipelineInfo(int assumedCount) VkPipelineCreationFeedbackCreateInfo.pPipelineStageCreationFeedbacks(int assumedCount) VkImageDrmFormatModifierExplicitCreateInfoEXT.pPlaneLayouts(int assumedCount) VkDescriptorPoolCreateInfo.pPoolSizes(int assumedCount) VkRenderPassSampleLocationsBeginInfoEXT.pPostSubpassSampleLocations(int assumedCount) StdVideoH265PictureParameterSet.pPredictorPaletteEntries(int assumedCount) StdVideoH265SequenceParameterSet.pPredictorPaletteEntries(int assumedCount) VkAntiLagDataAMD.pPresentationInfo(int assumedCount) VkVideoProfileListInfoKHR.pProfiles(int assumedCount) StdVideoH265SequenceParameterSet.pProfileTierLevel(int assumedCount) StdVideoH265VideoParameterSet.pProfileTierLevel(int assumedCount) VkIndirectCommandsTokenDataEXT.pPushConstant(int assumedCount) VkIndirectExecutionSetShaderInfoEXT.pPushConstantRanges(int assumedCount) VkPipelineLayoutCreateInfo.pPushConstantRanges(int assumedCount) VkShaderCreateInfoEXT.pPushConstantRanges(int assumedCount) StdVideoDecodeAV1PictureInfo.pQuantization(int assumedCount) StdVideoEncodeAV1PictureInfo.pQuantization(int assumedCount) VkDeviceCreateInfo.pQueueCreateInfos(int assumedCount) VkDebugUtilsMessengerCallbackDataEXT.pQueueLabels(int assumedCount) VkGraphicsPipelineCreateInfo.pRasterizationState(int assumedCount) VkPresentRegionKHR.pRectangles(int assumedCount) VkVideoBeginCodingInfoKHR.pReferenceSlots(int assumedCount) VkVideoDecodeInfoKHR.pReferenceSlots(int assumedCount) VkVideoEncodeInfoKHR.pReferenceSlots(int assumedCount) StdVideoEncodeH264ReferenceListsInfo.pRefList0ModOperations(int assumedCount) StdVideoEncodeH264ReferenceListsInfo.pRefList1ModOperations(int assumedCount) StdVideoEncodeH264PictureInfo.pRefLists(int assumedCount) StdVideoEncodeH265PictureInfo.pRefLists(int assumedCount) StdVideoEncodeH264ReferenceListsInfo.pRefPicMarkingOperations(int assumedCount) VkBlitImageInfo2.pRegions(int assumedCount) VkCopyBufferInfo2.pRegions(int assumedCount) VkCopyBufferToImageInfo2.pRegions(int assumedCount) VkCopyImageInfo2.pRegions(int assumedCount) VkCopyImageToBufferInfo2.pRegions(int assumedCount) VkCopyImageToImageInfo.pRegions(int assumedCount) VkCopyImageToMemoryInfo.pRegions(int assumedCount) VkCopyMemoryToImageInfo.pRegions(int assumedCount) VkOpticalFlowExecuteInfoNV.pRegions(int assumedCount) VkPresentRegionsKHR.pRegions(int assumedCount) VkResolveImageInfo2.pRegions(int assumedCount) VkRenderPassCreationFeedbackCreateInfoEXT.pRenderPassFeedback(int assumedCount) VkSubpassDescription.pResolveAttachments(int assumedCount) VkSubpassDescription2.pResolveAttachments(int assumedCount) VkDescriptorDataEXT.pSampledImage(int assumedCount) VkCoarseSampleOrderCustomNV.pSampleLocations(int assumedCount) VkSampleLocationsInfoEXT.pSampleLocations(int assumedCount) StdVideoH264PictureParameterSet.pScalingLists(int assumedCount) StdVideoH264SequenceParameterSet.pScalingLists(int assumedCount) StdVideoH265PictureParameterSet.pScalingLists(int assumedCount) StdVideoH265SequenceParameterSet.pScalingLists(int assumedCount) VkPipelineViewportStateCreateInfo.pScissors(int assumedCount) StdVideoDecodeAV1PictureInfo.pSegmentation(int assumedCount) StdVideoEncodeAV1PictureInfo.pSegmentation(int assumedCount) StdVideoH264SequenceParameterSet.pSequenceParameterSetVui(int assumedCount) StdVideoH265SequenceParameterSet.pSequenceParameterSetVui(int assumedCount) VkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfos(int assumedCount) VkLayerSettingsCreateInfoEXT.pSettings(int assumedCount) VkVideoDecodeInfoKHR.pSetupReferenceSlot(int assumedCount) VkVideoEncodeInfoKHR.pSetupReferenceSlot(int assumedCount) VkIndirectExecutionSetInfoEXT.pShaderInfo(int assumedCount) VkPipelineViewportShadingRateImageStateCreateInfoNV.pShadingRatePalettes(int assumedCount) StdVideoEncodeH265PictureInfo.pShortTermRefPicSet(int assumedCount) StdVideoH265SequenceParameterSet.pShortTermRefPicSet(int assumedCount) VkSubmitInfo2.pSignalSemaphoreInfos(int assumedCount) VkPipelineShaderStageCreateInfo.pSpecializationInfo(int assumedCount) VkShaderCreateInfoEXT.pSpecializationInfo(int assumedCount) VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions(int assumedCount) VkExecutionGraphPipelineCreateInfoAMDX.pStages(int assumedCount) VkGraphicsPipelineCreateInfo.pStages(int assumedCount) VkGraphicsShaderGroupCreateInfoNV.pStages(int assumedCount) VkRayTracingPipelineCreateInfoKHR.pStages(int assumedCount) VkRayTracingPipelineCreateInfoNV.pStages(int assumedCount) VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdDecoderModelInfo(int assumedCount) VkVideoSessionCreateInfoKHR.pStdHeaderVersion(int assumedCount) VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdOperatingPoints(int assumedCount) VkVideoDecodeAV1PictureInfoKHR.pStdPictureInfo(int assumedCount) VkVideoDecodeH264PictureInfoKHR.pStdPictureInfo(int assumedCount) VkVideoDecodeH265PictureInfoKHR.pStdPictureInfo(int assumedCount) VkVideoEncodeAV1PictureInfoKHR.pStdPictureInfo(int assumedCount) VkVideoEncodeH264PictureInfoKHR.pStdPictureInfo(int assumedCount) VkVideoEncodeH265PictureInfoKHR.pStdPictureInfo(int assumedCount) VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdPPS(int assumedCount) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdPPS(int assumedCount) VkVideoDecodeH264SessionParametersAddInfoKHR.pStdPPSs(int assumedCount) VkVideoDecodeH265SessionParametersAddInfoKHR.pStdPPSs(int assumedCount) VkVideoEncodeH264SessionParametersAddInfoKHR.pStdPPSs(int assumedCount) VkVideoEncodeH265SessionParametersAddInfoKHR.pStdPPSs(int assumedCount) VkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfo(int assumedCount) VkVideoDecodeH264DpbSlotInfoKHR.pStdReferenceInfo(int assumedCount) VkVideoDecodeH265DpbSlotInfoKHR.pStdReferenceInfo(int assumedCount) VkVideoEncodeAV1DpbSlotInfoKHR.pStdReferenceInfo(int assumedCount) VkVideoEncodeH264DpbSlotInfoKHR.pStdReferenceInfo(int assumedCount) VkVideoEncodeH265DpbSlotInfoKHR.pStdReferenceInfo(int assumedCount) VkVideoDecodeAV1InlineSessionParametersInfoKHR.pStdSequenceHeader(int assumedCount) VkVideoDecodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeader(int assumedCount) VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdSequenceHeader(int assumedCount) VkVideoEncodeH264NaluSliceInfoKHR.pStdSliceHeader(int assumedCount) VkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeader(int assumedCount) VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPS(int assumedCount) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPS(int assumedCount) VkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSs(int assumedCount) VkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSs(int assumedCount) VkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSs(int assumedCount) VkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSs(int assumedCount) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPS(int assumedCount) VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSs(int assumedCount) VkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSs(int assumedCount) VkRenderingInfo.pStencilAttachment(int assumedCount) VkDescriptorDataEXT.pStorageBuffer(int assumedCount) VkDescriptorDataEXT.pStorageImage(int assumedCount) VkDescriptorDataEXT.pStorageTexelBuffer(int assumedCount) VkGeneratedCommandsInfoNV.pStreams(int assumedCount) VkRenderPassStripeBeginInfoARM.pStripeInfos(int assumedCount) VkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfos(int assumedCount) StdVideoH265HrdParameters.pSubLayerHrdParametersNal(int assumedCount) StdVideoH265HrdParameters.pSubLayerHrdParametersVcl(int assumedCount) VkRenderPassCreateInfo.pSubpasses(int assumedCount) VkRenderPassCreateInfo2.pSubpasses(int assumedCount) VkRenderPassSubpassFeedbackCreateInfoEXT.pSubpassFeedback(int assumedCount) VkDeviceImageSubresourceInfo.pSubresource(int assumedCount) VkGraphicsPipelineCreateInfo.pTessellationState(int assumedCount) VkGraphicsShaderGroupCreateInfoNV.pTessellationState(int assumedCount) StdVideoDecodeAV1PictureInfo.pTileInfo(int assumedCount) StdVideoEncodeAV1PictureInfo.pTileInfo(int assumedCount) VkPresentTimesInfoGOOGLE.pTimes(int assumedCount) StdVideoAV1SequenceHeader.pTimingInfo(int assumedCount) VkGetLatencyMarkerInfoNV.pTimings(int assumedCount) VkIndirectCommandsLayoutCreateInfoEXT.pTokens(int assumedCount) VkIndirectCommandsLayoutCreateInfoNV.pTokens(int assumedCount) VkClusterAccelerationStructureOpInputNV.pTriangleClusters(int assumedCount) VkDescriptorDataEXT.pUniformBuffer(int assumedCount) VkDescriptorDataEXT.pUniformTexelBuffer(int assumedCount) VkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCounts(int assumedCount) VkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCounts(int assumedCount) VkMicromapBuildInfoEXT.pUsageCounts(int assumedCount) VkDeviceFaultInfoEXT.pVendorInfos(int assumedCount) VkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions(int assumedCount) VkPipelineVertexInputStateCreateInfo.pVertexBindingDescriptions(int assumedCount) VkPipelineVertexInputDivisorStateCreateInfo.pVertexBindingDivisors(int assumedCount) VkIndirectCommandsTokenDataEXT.pVertexBuffer(int assumedCount) VkGraphicsPipelineCreateInfo.pVertexInputState(int assumedCount) VkGraphicsShaderGroupCreateInfoNV.pVertexInputState(int assumedCount) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfile(int assumedCount) VkVideoSessionCreateInfoKHR.pVideoProfile(int assumedCount) VkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepths(int assumedCount) VkPipelineViewportStateCreateInfo.pViewports(int assumedCount) VkGraphicsPipelineCreateInfo.pViewportState(int assumedCount) VkPipelineViewportSwizzleStateCreateInfoNV.pViewportSwizzles(int assumedCount) VkPipelineViewportWScalingStateCreateInfoNV.pViewportWScalings(int assumedCount) VkSubmitInfo2.pWaitSemaphoreInfos(int assumedCount) StdVideoEncodeH264SliceHeader.pWeightTable(int assumedCount) StdVideoEncodeH265SliceSegmentHeader.pWeightTable(int assumedCount) @NotNull NvSciSyncFenceVKREF.PtrNvSciSyncFenceVKREF.Ptr.reinterpret(long newSize) Assume theNvSciSyncFenceVKREF.Ptris capable of holding at leastnewSizestructures, create a new viewNvSciSyncFenceVKREF.Ptrthat uses the same backing storage as thisNvSciSyncFenceVKREF.Ptr, but with the new size.@NotNull StdVideoAV1CDEF.PtrStdVideoAV1CDEF.Ptr.reinterpret(long newSize) Assume theStdVideoAV1CDEF.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1CDEF.Ptrthat uses the same backing storage as thisStdVideoAV1CDEF.Ptr, but with the new size.@NotNull StdVideoAV1ColorConfig.PtrStdVideoAV1ColorConfig.Ptr.reinterpret(long newSize) Assume theStdVideoAV1ColorConfig.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1ColorConfig.Ptrthat uses the same backing storage as thisStdVideoAV1ColorConfig.Ptr, but with the new size.@NotNull StdVideoAV1ColorConfigFlags.PtrStdVideoAV1ColorConfigFlags.Ptr.reinterpret(long newSize) Assume theStdVideoAV1ColorConfigFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1ColorConfigFlags.Ptrthat uses the same backing storage as thisStdVideoAV1ColorConfigFlags.Ptr, but with the new size.@NotNull StdVideoAV1FilmGrain.PtrStdVideoAV1FilmGrain.Ptr.reinterpret(long newSize) Assume theStdVideoAV1FilmGrain.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1FilmGrain.Ptrthat uses the same backing storage as thisStdVideoAV1FilmGrain.Ptr, but with the new size.@NotNull StdVideoAV1FilmGrainFlags.PtrStdVideoAV1FilmGrainFlags.Ptr.reinterpret(long newSize) Assume theStdVideoAV1FilmGrainFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1FilmGrainFlags.Ptrthat uses the same backing storage as thisStdVideoAV1FilmGrainFlags.Ptr, but with the new size.@NotNull StdVideoAV1GlobalMotion.PtrStdVideoAV1GlobalMotion.Ptr.reinterpret(long newSize) Assume theStdVideoAV1GlobalMotion.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1GlobalMotion.Ptrthat uses the same backing storage as thisStdVideoAV1GlobalMotion.Ptr, but with the new size.@NotNull StdVideoAV1LoopFilter.PtrStdVideoAV1LoopFilter.Ptr.reinterpret(long newSize) Assume theStdVideoAV1LoopFilter.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1LoopFilter.Ptrthat uses the same backing storage as thisStdVideoAV1LoopFilter.Ptr, but with the new size.@NotNull StdVideoAV1LoopFilterFlags.PtrStdVideoAV1LoopFilterFlags.Ptr.reinterpret(long newSize) Assume theStdVideoAV1LoopFilterFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1LoopFilterFlags.Ptrthat uses the same backing storage as thisStdVideoAV1LoopFilterFlags.Ptr, but with the new size.@NotNull StdVideoAV1LoopRestoration.PtrStdVideoAV1LoopRestoration.Ptr.reinterpret(long newSize) Assume theStdVideoAV1LoopRestoration.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1LoopRestoration.Ptrthat uses the same backing storage as thisStdVideoAV1LoopRestoration.Ptr, but with the new size.@NotNull StdVideoAV1Quantization.PtrStdVideoAV1Quantization.Ptr.reinterpret(long newSize) Assume theStdVideoAV1Quantization.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1Quantization.Ptrthat uses the same backing storage as thisStdVideoAV1Quantization.Ptr, but with the new size.@NotNull StdVideoAV1QuantizationFlags.PtrStdVideoAV1QuantizationFlags.Ptr.reinterpret(long newSize) Assume theStdVideoAV1QuantizationFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1QuantizationFlags.Ptrthat uses the same backing storage as thisStdVideoAV1QuantizationFlags.Ptr, but with the new size.@NotNull StdVideoAV1Segmentation.PtrStdVideoAV1Segmentation.Ptr.reinterpret(long newSize) Assume theStdVideoAV1Segmentation.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1Segmentation.Ptrthat uses the same backing storage as thisStdVideoAV1Segmentation.Ptr, but with the new size.@NotNull StdVideoAV1SequenceHeader.PtrStdVideoAV1SequenceHeader.Ptr.reinterpret(long newSize) Assume theStdVideoAV1SequenceHeader.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1SequenceHeader.Ptrthat uses the same backing storage as thisStdVideoAV1SequenceHeader.Ptr, but with the new size.@NotNull StdVideoAV1SequenceHeaderFlags.PtrStdVideoAV1SequenceHeaderFlags.Ptr.reinterpret(long newSize) Assume theStdVideoAV1SequenceHeaderFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1SequenceHeaderFlags.Ptrthat uses the same backing storage as thisStdVideoAV1SequenceHeaderFlags.Ptr, but with the new size.@NotNull StdVideoAV1TileInfo.PtrStdVideoAV1TileInfo.Ptr.reinterpret(long newSize) Assume theStdVideoAV1TileInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1TileInfo.Ptrthat uses the same backing storage as thisStdVideoAV1TileInfo.Ptr, but with the new size.@NotNull StdVideoAV1TileInfoFlags.PtrStdVideoAV1TileInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoAV1TileInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1TileInfoFlags.Ptrthat uses the same backing storage as thisStdVideoAV1TileInfoFlags.Ptr, but with the new size.@NotNull StdVideoAV1TimingInfo.PtrStdVideoAV1TimingInfo.Ptr.reinterpret(long newSize) Assume theStdVideoAV1TimingInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1TimingInfo.Ptrthat uses the same backing storage as thisStdVideoAV1TimingInfo.Ptr, but with the new size.@NotNull StdVideoAV1TimingInfoFlags.PtrStdVideoAV1TimingInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoAV1TimingInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1TimingInfoFlags.Ptrthat uses the same backing storage as thisStdVideoAV1TimingInfoFlags.Ptr, but with the new size.@NotNull StdVideoDecodeAV1PictureInfo.PtrStdVideoDecodeAV1PictureInfo.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeAV1PictureInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeAV1PictureInfo.Ptrthat uses the same backing storage as thisStdVideoDecodeAV1PictureInfo.Ptr, but with the new size.StdVideoDecodeAV1PictureInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeAV1PictureInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeAV1PictureInfoFlags.Ptrthat uses the same backing storage as thisStdVideoDecodeAV1PictureInfoFlags.Ptr, but with the new size.@NotNull StdVideoDecodeAV1ReferenceInfo.PtrStdVideoDecodeAV1ReferenceInfo.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeAV1ReferenceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeAV1ReferenceInfo.Ptrthat uses the same backing storage as thisStdVideoDecodeAV1ReferenceInfo.Ptr, but with the new size.StdVideoDecodeAV1ReferenceInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeAV1ReferenceInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeAV1ReferenceInfoFlags.Ptrthat uses the same backing storage as thisStdVideoDecodeAV1ReferenceInfoFlags.Ptr, but with the new size.@NotNull StdVideoDecodeH264PictureInfo.PtrStdVideoDecodeH264PictureInfo.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeH264PictureInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeH264PictureInfo.Ptrthat uses the same backing storage as thisStdVideoDecodeH264PictureInfo.Ptr, but with the new size.StdVideoDecodeH264PictureInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeH264PictureInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeH264PictureInfoFlags.Ptrthat uses the same backing storage as thisStdVideoDecodeH264PictureInfoFlags.Ptr, but with the new size.@NotNull StdVideoDecodeH264ReferenceInfo.PtrStdVideoDecodeH264ReferenceInfo.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeH264ReferenceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeH264ReferenceInfo.Ptrthat uses the same backing storage as thisStdVideoDecodeH264ReferenceInfo.Ptr, but with the new size.StdVideoDecodeH264ReferenceInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeH264ReferenceInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeH264ReferenceInfoFlags.Ptrthat uses the same backing storage as thisStdVideoDecodeH264ReferenceInfoFlags.Ptr, but with the new size.@NotNull StdVideoDecodeH265PictureInfo.PtrStdVideoDecodeH265PictureInfo.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeH265PictureInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeH265PictureInfo.Ptrthat uses the same backing storage as thisStdVideoDecodeH265PictureInfo.Ptr, but with the new size.StdVideoDecodeH265PictureInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeH265PictureInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeH265PictureInfoFlags.Ptrthat uses the same backing storage as thisStdVideoDecodeH265PictureInfoFlags.Ptr, but with the new size.@NotNull StdVideoDecodeH265ReferenceInfo.PtrStdVideoDecodeH265ReferenceInfo.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeH265ReferenceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeH265ReferenceInfo.Ptrthat uses the same backing storage as thisStdVideoDecodeH265ReferenceInfo.Ptr, but with the new size.StdVideoDecodeH265ReferenceInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeH265ReferenceInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeH265ReferenceInfoFlags.Ptrthat uses the same backing storage as thisStdVideoDecodeH265ReferenceInfoFlags.Ptr, but with the new size.StdVideoEncodeAV1DecoderModelInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeAV1DecoderModelInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeAV1DecoderModelInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeAV1DecoderModelInfo.Ptr, but with the new size.@NotNull StdVideoEncodeAV1ExtensionHeader.PtrStdVideoEncodeAV1ExtensionHeader.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeAV1ExtensionHeader.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeAV1ExtensionHeader.Ptrthat uses the same backing storage as thisStdVideoEncodeAV1ExtensionHeader.Ptr, but with the new size.StdVideoEncodeAV1OperatingPointInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeAV1OperatingPointInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeAV1OperatingPointInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeAV1OperatingPointInfo.Ptr, but with the new size.StdVideoEncodeAV1OperatingPointInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeAV1OperatingPointInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeAV1OperatingPointInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeAV1OperatingPointInfoFlags.Ptr, but with the new size.@NotNull StdVideoEncodeAV1PictureInfo.PtrStdVideoEncodeAV1PictureInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeAV1PictureInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeAV1PictureInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeAV1PictureInfo.Ptr, but with the new size.StdVideoEncodeAV1PictureInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeAV1PictureInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeAV1PictureInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeAV1PictureInfoFlags.Ptr, but with the new size.@NotNull StdVideoEncodeAV1ReferenceInfo.PtrStdVideoEncodeAV1ReferenceInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeAV1ReferenceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeAV1ReferenceInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeAV1ReferenceInfo.Ptr, but with the new size.StdVideoEncodeAV1ReferenceInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeAV1ReferenceInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeAV1ReferenceInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeAV1ReferenceInfoFlags.Ptr, but with the new size.@NotNull StdVideoEncodeH264PictureInfo.PtrStdVideoEncodeH264PictureInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264PictureInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264PictureInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeH264PictureInfo.Ptr, but with the new size.StdVideoEncodeH264PictureInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264PictureInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264PictureInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH264PictureInfoFlags.Ptr, but with the new size.@NotNull StdVideoEncodeH264ReferenceInfo.PtrStdVideoEncodeH264ReferenceInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264ReferenceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264ReferenceInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeH264ReferenceInfo.Ptr, but with the new size.StdVideoEncodeH264ReferenceInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264ReferenceInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264ReferenceInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH264ReferenceInfoFlags.Ptr, but with the new size.StdVideoEncodeH264ReferenceListsInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264ReferenceListsInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264ReferenceListsInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeH264ReferenceListsInfo.Ptr, but with the new size.StdVideoEncodeH264ReferenceListsInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264ReferenceListsInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264ReferenceListsInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH264ReferenceListsInfoFlags.Ptr, but with the new size.StdVideoEncodeH264RefListModEntry.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264RefListModEntry.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264RefListModEntry.Ptrthat uses the same backing storage as thisStdVideoEncodeH264RefListModEntry.Ptr, but with the new size.StdVideoEncodeH264RefPicMarkingEntry.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264RefPicMarkingEntry.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264RefPicMarkingEntry.Ptrthat uses the same backing storage as thisStdVideoEncodeH264RefPicMarkingEntry.Ptr, but with the new size.@NotNull StdVideoEncodeH264SliceHeader.PtrStdVideoEncodeH264SliceHeader.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264SliceHeader.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264SliceHeader.Ptrthat uses the same backing storage as thisStdVideoEncodeH264SliceHeader.Ptr, but with the new size.StdVideoEncodeH264SliceHeaderFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264SliceHeaderFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264SliceHeaderFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH264SliceHeaderFlags.Ptr, but with the new size.@NotNull StdVideoEncodeH264WeightTable.PtrStdVideoEncodeH264WeightTable.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264WeightTable.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264WeightTable.Ptrthat uses the same backing storage as thisStdVideoEncodeH264WeightTable.Ptr, but with the new size.StdVideoEncodeH264WeightTableFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH264WeightTableFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH264WeightTableFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH264WeightTableFlags.Ptr, but with the new size.StdVideoEncodeH265LongTermRefPics.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265LongTermRefPics.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265LongTermRefPics.Ptrthat uses the same backing storage as thisStdVideoEncodeH265LongTermRefPics.Ptr, but with the new size.@NotNull StdVideoEncodeH265PictureInfo.PtrStdVideoEncodeH265PictureInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265PictureInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265PictureInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeH265PictureInfo.Ptr, but with the new size.StdVideoEncodeH265PictureInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265PictureInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265PictureInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH265PictureInfoFlags.Ptr, but with the new size.@NotNull StdVideoEncodeH265ReferenceInfo.PtrStdVideoEncodeH265ReferenceInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265ReferenceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265ReferenceInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeH265ReferenceInfo.Ptr, but with the new size.StdVideoEncodeH265ReferenceInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265ReferenceInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265ReferenceInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH265ReferenceInfoFlags.Ptr, but with the new size.StdVideoEncodeH265ReferenceListsInfo.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265ReferenceListsInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265ReferenceListsInfo.Ptrthat uses the same backing storage as thisStdVideoEncodeH265ReferenceListsInfo.Ptr, but with the new size.StdVideoEncodeH265ReferenceListsInfoFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265ReferenceListsInfoFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265ReferenceListsInfoFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH265ReferenceListsInfoFlags.Ptr, but with the new size.StdVideoEncodeH265SliceSegmentHeader.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265SliceSegmentHeader.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265SliceSegmentHeader.Ptrthat uses the same backing storage as thisStdVideoEncodeH265SliceSegmentHeader.Ptr, but with the new size.StdVideoEncodeH265SliceSegmentHeaderFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265SliceSegmentHeaderFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265SliceSegmentHeaderFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH265SliceSegmentHeaderFlags.Ptr, but with the new size.@NotNull StdVideoEncodeH265WeightTable.PtrStdVideoEncodeH265WeightTable.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265WeightTable.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265WeightTable.Ptrthat uses the same backing storage as thisStdVideoEncodeH265WeightTable.Ptr, but with the new size.StdVideoEncodeH265WeightTableFlags.Ptr.reinterpret(long newSize) Assume theStdVideoEncodeH265WeightTableFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoEncodeH265WeightTableFlags.Ptrthat uses the same backing storage as thisStdVideoEncodeH265WeightTableFlags.Ptr, but with the new size.@NotNull StdVideoH264HrdParameters.PtrStdVideoH264HrdParameters.Ptr.reinterpret(long newSize) Assume theStdVideoH264HrdParameters.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264HrdParameters.Ptrthat uses the same backing storage as thisStdVideoH264HrdParameters.Ptr, but with the new size.@NotNull StdVideoH264PictureParameterSet.PtrStdVideoH264PictureParameterSet.Ptr.reinterpret(long newSize) Assume theStdVideoH264PictureParameterSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264PictureParameterSet.Ptrthat uses the same backing storage as thisStdVideoH264PictureParameterSet.Ptr, but with the new size.@NotNull StdVideoH264PpsFlags.PtrStdVideoH264PpsFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH264PpsFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264PpsFlags.Ptrthat uses the same backing storage as thisStdVideoH264PpsFlags.Ptr, but with the new size.@NotNull StdVideoH264ScalingLists.PtrStdVideoH264ScalingLists.Ptr.reinterpret(long newSize) Assume theStdVideoH264ScalingLists.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264ScalingLists.Ptrthat uses the same backing storage as thisStdVideoH264ScalingLists.Ptr, but with the new size.@NotNull StdVideoH264SequenceParameterSet.PtrStdVideoH264SequenceParameterSet.Ptr.reinterpret(long newSize) Assume theStdVideoH264SequenceParameterSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264SequenceParameterSet.Ptrthat uses the same backing storage as thisStdVideoH264SequenceParameterSet.Ptr, but with the new size.StdVideoH264SequenceParameterSetVui.Ptr.reinterpret(long newSize) Assume theStdVideoH264SequenceParameterSetVui.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264SequenceParameterSetVui.Ptrthat uses the same backing storage as thisStdVideoH264SequenceParameterSetVui.Ptr, but with the new size.@NotNull StdVideoH264SpsFlags.PtrStdVideoH264SpsFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH264SpsFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264SpsFlags.Ptrthat uses the same backing storage as thisStdVideoH264SpsFlags.Ptr, but with the new size.@NotNull StdVideoH264SpsVuiFlags.PtrStdVideoH264SpsVuiFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH264SpsVuiFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH264SpsVuiFlags.Ptrthat uses the same backing storage as thisStdVideoH264SpsVuiFlags.Ptr, but with the new size.@NotNull StdVideoH265DecPicBufMgr.PtrStdVideoH265DecPicBufMgr.Ptr.reinterpret(long newSize) Assume theStdVideoH265DecPicBufMgr.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265DecPicBufMgr.Ptrthat uses the same backing storage as thisStdVideoH265DecPicBufMgr.Ptr, but with the new size.@NotNull StdVideoH265HrdFlags.PtrStdVideoH265HrdFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH265HrdFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265HrdFlags.Ptrthat uses the same backing storage as thisStdVideoH265HrdFlags.Ptr, but with the new size.@NotNull StdVideoH265HrdParameters.PtrStdVideoH265HrdParameters.Ptr.reinterpret(long newSize) Assume theStdVideoH265HrdParameters.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265HrdParameters.Ptrthat uses the same backing storage as thisStdVideoH265HrdParameters.Ptr, but with the new size.@NotNull StdVideoH265LongTermRefPicsSps.PtrStdVideoH265LongTermRefPicsSps.Ptr.reinterpret(long newSize) Assume theStdVideoH265LongTermRefPicsSps.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265LongTermRefPicsSps.Ptrthat uses the same backing storage as thisStdVideoH265LongTermRefPicsSps.Ptr, but with the new size.@NotNull StdVideoH265PictureParameterSet.PtrStdVideoH265PictureParameterSet.Ptr.reinterpret(long newSize) Assume theStdVideoH265PictureParameterSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265PictureParameterSet.Ptrthat uses the same backing storage as thisStdVideoH265PictureParameterSet.Ptr, but with the new size.@NotNull StdVideoH265PpsFlags.PtrStdVideoH265PpsFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH265PpsFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265PpsFlags.Ptrthat uses the same backing storage as thisStdVideoH265PpsFlags.Ptr, but with the new size.StdVideoH265PredictorPaletteEntries.Ptr.reinterpret(long newSize) Assume theStdVideoH265PredictorPaletteEntries.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265PredictorPaletteEntries.Ptrthat uses the same backing storage as thisStdVideoH265PredictorPaletteEntries.Ptr, but with the new size.@NotNull StdVideoH265ProfileTierLevel.PtrStdVideoH265ProfileTierLevel.Ptr.reinterpret(long newSize) Assume theStdVideoH265ProfileTierLevel.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265ProfileTierLevel.Ptrthat uses the same backing storage as thisStdVideoH265ProfileTierLevel.Ptr, but with the new size.StdVideoH265ProfileTierLevelFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH265ProfileTierLevelFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265ProfileTierLevelFlags.Ptrthat uses the same backing storage as thisStdVideoH265ProfileTierLevelFlags.Ptr, but with the new size.@NotNull StdVideoH265ScalingLists.PtrStdVideoH265ScalingLists.Ptr.reinterpret(long newSize) Assume theStdVideoH265ScalingLists.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265ScalingLists.Ptrthat uses the same backing storage as thisStdVideoH265ScalingLists.Ptr, but with the new size.@NotNull StdVideoH265SequenceParameterSet.PtrStdVideoH265SequenceParameterSet.Ptr.reinterpret(long newSize) Assume theStdVideoH265SequenceParameterSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265SequenceParameterSet.Ptrthat uses the same backing storage as thisStdVideoH265SequenceParameterSet.Ptr, but with the new size.StdVideoH265SequenceParameterSetVui.Ptr.reinterpret(long newSize) Assume theStdVideoH265SequenceParameterSetVui.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265SequenceParameterSetVui.Ptrthat uses the same backing storage as thisStdVideoH265SequenceParameterSetVui.Ptr, but with the new size.@NotNull StdVideoH265ShortTermRefPicSet.PtrStdVideoH265ShortTermRefPicSet.Ptr.reinterpret(long newSize) Assume theStdVideoH265ShortTermRefPicSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265ShortTermRefPicSet.Ptrthat uses the same backing storage as thisStdVideoH265ShortTermRefPicSet.Ptr, but with the new size.StdVideoH265ShortTermRefPicSetFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH265ShortTermRefPicSetFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265ShortTermRefPicSetFlags.Ptrthat uses the same backing storage as thisStdVideoH265ShortTermRefPicSetFlags.Ptr, but with the new size.@NotNull StdVideoH265SpsFlags.PtrStdVideoH265SpsFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH265SpsFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265SpsFlags.Ptrthat uses the same backing storage as thisStdVideoH265SpsFlags.Ptr, but with the new size.@NotNull StdVideoH265SpsVuiFlags.PtrStdVideoH265SpsVuiFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH265SpsVuiFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265SpsVuiFlags.Ptrthat uses the same backing storage as thisStdVideoH265SpsVuiFlags.Ptr, but with the new size.StdVideoH265SubLayerHrdParameters.Ptr.reinterpret(long newSize) Assume theStdVideoH265SubLayerHrdParameters.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265SubLayerHrdParameters.Ptrthat uses the same backing storage as thisStdVideoH265SubLayerHrdParameters.Ptr, but with the new size.@NotNull StdVideoH265VideoParameterSet.PtrStdVideoH265VideoParameterSet.Ptr.reinterpret(long newSize) Assume theStdVideoH265VideoParameterSet.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265VideoParameterSet.Ptrthat uses the same backing storage as thisStdVideoH265VideoParameterSet.Ptr, but with the new size.@NotNull StdVideoH265VpsFlags.PtrStdVideoH265VpsFlags.Ptr.reinterpret(long newSize) Assume theStdVideoH265VpsFlags.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoH265VpsFlags.Ptrthat uses the same backing storage as thisStdVideoH265VpsFlags.Ptr, but with the new size.@NotNull VkAabbPositionsKHR.PtrVkAabbPositionsKHR.Ptr.reinterpret(long newSize) Assume theVkAabbPositionsKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAabbPositionsKHR.Ptrthat uses the same backing storage as thisVkAabbPositionsKHR.Ptr, but with the new size.VkAccelerationStructureBuildGeometryInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureBuildGeometryInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureBuildGeometryInfoKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureBuildGeometryInfoKHR.Ptr, but with the new size.VkAccelerationStructureBuildRangeInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureBuildRangeInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureBuildRangeInfoKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureBuildRangeInfoKHR.Ptr, but with the new size.VkAccelerationStructureBuildSizesInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureBuildSizesInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureBuildSizesInfoKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureBuildSizesInfoKHR.Ptr, but with the new size.VkAccelerationStructureCaptureDescriptorDataInfoEXT.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureCaptureDescriptorDataInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureCaptureDescriptorDataInfoEXT.Ptrthat uses the same backing storage as thisVkAccelerationStructureCaptureDescriptorDataInfoEXT.Ptr, but with the new size.VkAccelerationStructureCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureCreateInfoKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureCreateInfoKHR.Ptr, but with the new size.VkAccelerationStructureCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureCreateInfoNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureCreateInfoNV.Ptr, but with the new size.VkAccelerationStructureDeviceAddressInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureDeviceAddressInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureDeviceAddressInfoKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureDeviceAddressInfoKHR.Ptr, but with the new size.VkAccelerationStructureGeometryAabbsDataKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureGeometryAabbsDataKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureGeometryAabbsDataKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureGeometryAabbsDataKHR.Ptr, but with the new size.VkAccelerationStructureGeometryDataKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureGeometryDataKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureGeometryDataKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureGeometryDataKHR.Ptr, but with the new size.VkAccelerationStructureGeometryInstancesDataKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureGeometryInstancesDataKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureGeometryInstancesDataKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureGeometryInstancesDataKHR.Ptr, but with the new size.VkAccelerationStructureGeometryKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureGeometryKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureGeometryKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureGeometryKHR.Ptr, but with the new size.VkAccelerationStructureGeometryLinearSweptSpheresDataNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureGeometryLinearSweptSpheresDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureGeometryLinearSweptSpheresDataNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureGeometryLinearSweptSpheresDataNV.Ptr, but with the new size.VkAccelerationStructureGeometryMotionTrianglesDataNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureGeometryMotionTrianglesDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureGeometryMotionTrianglesDataNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureGeometryMotionTrianglesDataNV.Ptr, but with the new size.VkAccelerationStructureGeometrySpheresDataNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureGeometrySpheresDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureGeometrySpheresDataNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureGeometrySpheresDataNV.Ptr, but with the new size.VkAccelerationStructureGeometryTrianglesDataKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureGeometryTrianglesDataKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureGeometryTrianglesDataKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureGeometryTrianglesDataKHR.Ptr, but with the new size.@NotNull VkAccelerationStructureInfoNV.PtrVkAccelerationStructureInfoNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureInfoNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureInfoNV.Ptr, but with the new size.VkAccelerationStructureInstanceKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureInstanceKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureInstanceKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureInstanceKHR.Ptr, but with the new size.VkAccelerationStructureMatrixMotionInstanceNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureMatrixMotionInstanceNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureMatrixMotionInstanceNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureMatrixMotionInstanceNV.Ptr, but with the new size.VkAccelerationStructureMemoryRequirementsInfoNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureMemoryRequirementsInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureMemoryRequirementsInfoNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureMemoryRequirementsInfoNV.Ptr, but with the new size.VkAccelerationStructureMotionInfoNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureMotionInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureMotionInfoNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureMotionInfoNV.Ptr, but with the new size.VkAccelerationStructureMotionInstanceDataNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureMotionInstanceDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureMotionInstanceDataNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureMotionInstanceDataNV.Ptr, but with the new size.VkAccelerationStructureMotionInstanceNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureMotionInstanceNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureMotionInstanceNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureMotionInstanceNV.Ptr, but with the new size.VkAccelerationStructureSRTMotionInstanceNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureSRTMotionInstanceNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureSRTMotionInstanceNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureSRTMotionInstanceNV.Ptr, but with the new size.VkAccelerationStructureTrianglesDisplacementMicromapNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureTrianglesDisplacementMicromapNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureTrianglesDisplacementMicromapNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureTrianglesDisplacementMicromapNV.Ptr, but with the new size.VkAccelerationStructureTrianglesOpacityMicromapEXT.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureTrianglesOpacityMicromapEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureTrianglesOpacityMicromapEXT.Ptrthat uses the same backing storage as thisVkAccelerationStructureTrianglesOpacityMicromapEXT.Ptr, but with the new size.VkAccelerationStructureVersionInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureVersionInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAccelerationStructureVersionInfoKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureVersionInfoKHR.Ptr, but with the new size.@NotNull VkAcquireNextImageInfoKHR.PtrVkAcquireNextImageInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAcquireNextImageInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAcquireNextImageInfoKHR.Ptrthat uses the same backing storage as thisVkAcquireNextImageInfoKHR.Ptr, but with the new size.@NotNull VkAcquireProfilingLockInfoKHR.PtrVkAcquireProfilingLockInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAcquireProfilingLockInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAcquireProfilingLockInfoKHR.Ptrthat uses the same backing storage as thisVkAcquireProfilingLockInfoKHR.Ptr, but with the new size.@NotNull VkAllocationCallbacks.PtrVkAllocationCallbacks.Ptr.reinterpret(long newSize) Assume theVkAllocationCallbacks.Ptris capable of holding at leastnewSizestructures, create a new viewVkAllocationCallbacks.Ptrthat uses the same backing storage as thisVkAllocationCallbacks.Ptr, but with the new size.@NotNull VkAmigoProfilingSubmitInfoSEC.PtrVkAmigoProfilingSubmitInfoSEC.Ptr.reinterpret(long newSize) Assume theVkAmigoProfilingSubmitInfoSEC.Ptris capable of holding at leastnewSizestructures, create a new viewVkAmigoProfilingSubmitInfoSEC.Ptrthat uses the same backing storage as thisVkAmigoProfilingSubmitInfoSEC.Ptr, but with the new size.VkAndroidHardwareBufferFormatProperties2ANDROID.Ptr.reinterpret(long newSize) Assume theVkAndroidHardwareBufferFormatProperties2ANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkAndroidHardwareBufferFormatProperties2ANDROID.Ptrthat uses the same backing storage as thisVkAndroidHardwareBufferFormatProperties2ANDROID.Ptr, but with the new size.VkAndroidHardwareBufferFormatPropertiesANDROID.Ptr.reinterpret(long newSize) Assume theVkAndroidHardwareBufferFormatPropertiesANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkAndroidHardwareBufferFormatPropertiesANDROID.Ptrthat uses the same backing storage as thisVkAndroidHardwareBufferFormatPropertiesANDROID.Ptr, but with the new size.VkAndroidHardwareBufferFormatResolvePropertiesANDROID.Ptr.reinterpret(long newSize) Assume theVkAndroidHardwareBufferFormatResolvePropertiesANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkAndroidHardwareBufferFormatResolvePropertiesANDROID.Ptrthat uses the same backing storage as thisVkAndroidHardwareBufferFormatResolvePropertiesANDROID.Ptr, but with the new size.VkAndroidHardwareBufferPropertiesANDROID.Ptr.reinterpret(long newSize) Assume theVkAndroidHardwareBufferPropertiesANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkAndroidHardwareBufferPropertiesANDROID.Ptrthat uses the same backing storage as thisVkAndroidHardwareBufferPropertiesANDROID.Ptr, but with the new size.VkAndroidHardwareBufferUsageANDROID.Ptr.reinterpret(long newSize) Assume theVkAndroidHardwareBufferUsageANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkAndroidHardwareBufferUsageANDROID.Ptrthat uses the same backing storage as thisVkAndroidHardwareBufferUsageANDROID.Ptr, but with the new size.@NotNull VkAndroidSurfaceCreateInfoKHR.PtrVkAndroidSurfaceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkAndroidSurfaceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkAndroidSurfaceCreateInfoKHR.Ptrthat uses the same backing storage as thisVkAndroidSurfaceCreateInfoKHR.Ptr, but with the new size.@NotNull VkAntiLagDataAMD.PtrVkAntiLagDataAMD.Ptr.reinterpret(long newSize) Assume theVkAntiLagDataAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkAntiLagDataAMD.Ptrthat uses the same backing storage as thisVkAntiLagDataAMD.Ptr, but with the new size.@NotNull VkAntiLagPresentationInfoAMD.PtrVkAntiLagPresentationInfoAMD.Ptr.reinterpret(long newSize) Assume theVkAntiLagPresentationInfoAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkAntiLagPresentationInfoAMD.Ptrthat uses the same backing storage as thisVkAntiLagPresentationInfoAMD.Ptr, but with the new size.@NotNull VkApplicationInfo.PtrVkApplicationInfo.Ptr.reinterpret(long newSize) Assume theVkApplicationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkApplicationInfo.Ptrthat uses the same backing storage as thisVkApplicationInfo.Ptr, but with the new size.@NotNull VkApplicationParametersEXT.PtrVkApplicationParametersEXT.Ptr.reinterpret(long newSize) Assume theVkApplicationParametersEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkApplicationParametersEXT.Ptrthat uses the same backing storage as thisVkApplicationParametersEXT.Ptr, but with the new size.@NotNull VkAttachmentDescription.PtrVkAttachmentDescription.Ptr.reinterpret(long newSize) Assume theVkAttachmentDescription.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentDescription.Ptrthat uses the same backing storage as thisVkAttachmentDescription.Ptr, but with the new size.@NotNull VkAttachmentDescription2.PtrVkAttachmentDescription2.Ptr.reinterpret(long newSize) Assume theVkAttachmentDescription2.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentDescription2.Ptrthat uses the same backing storage as thisVkAttachmentDescription2.Ptr, but with the new size.VkAttachmentDescriptionStencilLayout.Ptr.reinterpret(long newSize) Assume theVkAttachmentDescriptionStencilLayout.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentDescriptionStencilLayout.Ptrthat uses the same backing storage as thisVkAttachmentDescriptionStencilLayout.Ptr, but with the new size.@NotNull VkAttachmentReference.PtrVkAttachmentReference.Ptr.reinterpret(long newSize) Assume theVkAttachmentReference.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentReference.Ptrthat uses the same backing storage as thisVkAttachmentReference.Ptr, but with the new size.@NotNull VkAttachmentReference2.PtrVkAttachmentReference2.Ptr.reinterpret(long newSize) Assume theVkAttachmentReference2.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentReference2.Ptrthat uses the same backing storage as thisVkAttachmentReference2.Ptr, but with the new size.VkAttachmentReferenceStencilLayout.Ptr.reinterpret(long newSize) Assume theVkAttachmentReferenceStencilLayout.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentReferenceStencilLayout.Ptrthat uses the same backing storage as thisVkAttachmentReferenceStencilLayout.Ptr, but with the new size.@NotNull VkAttachmentSampleCountInfoAMD.PtrVkAttachmentSampleCountInfoAMD.Ptr.reinterpret(long newSize) Assume theVkAttachmentSampleCountInfoAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentSampleCountInfoAMD.Ptrthat uses the same backing storage as thisVkAttachmentSampleCountInfoAMD.Ptr, but with the new size.@NotNull VkAttachmentSampleLocationsEXT.PtrVkAttachmentSampleLocationsEXT.Ptr.reinterpret(long newSize) Assume theVkAttachmentSampleLocationsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentSampleLocationsEXT.Ptrthat uses the same backing storage as thisVkAttachmentSampleLocationsEXT.Ptr, but with the new size.@NotNull VkBaseInStructure.PtrVkBaseInStructure.Ptr.reinterpret(long newSize) Assume theVkBaseInStructure.Ptris capable of holding at leastnewSizestructures, create a new viewVkBaseInStructure.Ptrthat uses the same backing storage as thisVkBaseInStructure.Ptr, but with the new size.@NotNull VkBaseOutStructure.PtrVkBaseOutStructure.Ptr.reinterpret(long newSize) Assume theVkBaseOutStructure.Ptris capable of holding at leastnewSizestructures, create a new viewVkBaseOutStructure.Ptrthat uses the same backing storage as thisVkBaseOutStructure.Ptr, but with the new size.VkBindAccelerationStructureMemoryInfoNV.Ptr.reinterpret(long newSize) Assume theVkBindAccelerationStructureMemoryInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindAccelerationStructureMemoryInfoNV.Ptrthat uses the same backing storage as thisVkBindAccelerationStructureMemoryInfoNV.Ptr, but with the new size.VkBindBufferMemoryDeviceGroupInfo.Ptr.reinterpret(long newSize) Assume theVkBindBufferMemoryDeviceGroupInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindBufferMemoryDeviceGroupInfo.Ptrthat uses the same backing storage as thisVkBindBufferMemoryDeviceGroupInfo.Ptr, but with the new size.@NotNull VkBindBufferMemoryInfo.PtrVkBindBufferMemoryInfo.Ptr.reinterpret(long newSize) Assume theVkBindBufferMemoryInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindBufferMemoryInfo.Ptrthat uses the same backing storage as thisVkBindBufferMemoryInfo.Ptr, but with the new size.VkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr.reinterpret(long newSize) Assume theVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptrthat uses the same backing storage as thisVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr, but with the new size.@NotNull VkBindDescriptorSetsInfo.PtrVkBindDescriptorSetsInfo.Ptr.reinterpret(long newSize) Assume theVkBindDescriptorSetsInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindDescriptorSetsInfo.Ptrthat uses the same backing storage as thisVkBindDescriptorSetsInfo.Ptr, but with the new size.@NotNull VkBindImageMemoryDeviceGroupInfo.PtrVkBindImageMemoryDeviceGroupInfo.Ptr.reinterpret(long newSize) Assume theVkBindImageMemoryDeviceGroupInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindImageMemoryDeviceGroupInfo.Ptrthat uses the same backing storage as thisVkBindImageMemoryDeviceGroupInfo.Ptr, but with the new size.@NotNull VkBindImageMemoryInfo.PtrVkBindImageMemoryInfo.Ptr.reinterpret(long newSize) Assume theVkBindImageMemoryInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindImageMemoryInfo.Ptrthat uses the same backing storage as thisVkBindImageMemoryInfo.Ptr, but with the new size.VkBindImageMemorySwapchainInfoKHR.Ptr.reinterpret(long newSize) Assume theVkBindImageMemorySwapchainInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindImageMemorySwapchainInfoKHR.Ptrthat uses the same backing storage as thisVkBindImageMemorySwapchainInfoKHR.Ptr, but with the new size.@NotNull VkBindImagePlaneMemoryInfo.PtrVkBindImagePlaneMemoryInfo.Ptr.reinterpret(long newSize) Assume theVkBindImagePlaneMemoryInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindImagePlaneMemoryInfo.Ptrthat uses the same backing storage as thisVkBindImagePlaneMemoryInfo.Ptr, but with the new size.VkBindIndexBufferIndirectCommandEXT.Ptr.reinterpret(long newSize) Assume theVkBindIndexBufferIndirectCommandEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindIndexBufferIndirectCommandEXT.Ptrthat uses the same backing storage as thisVkBindIndexBufferIndirectCommandEXT.Ptr, but with the new size.VkBindIndexBufferIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkBindIndexBufferIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindIndexBufferIndirectCommandNV.Ptrthat uses the same backing storage as thisVkBindIndexBufferIndirectCommandNV.Ptr, but with the new size.@NotNull VkBindMemoryStatus.PtrVkBindMemoryStatus.Ptr.reinterpret(long newSize) Assume theVkBindMemoryStatus.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindMemoryStatus.Ptrthat uses the same backing storage as thisVkBindMemoryStatus.Ptr, but with the new size.@NotNull VkBindPipelineIndirectCommandNV.PtrVkBindPipelineIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkBindPipelineIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindPipelineIndirectCommandNV.Ptrthat uses the same backing storage as thisVkBindPipelineIndirectCommandNV.Ptr, but with the new size.VkBindShaderGroupIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkBindShaderGroupIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindShaderGroupIndirectCommandNV.Ptrthat uses the same backing storage as thisVkBindShaderGroupIndirectCommandNV.Ptr, but with the new size.@NotNull VkBindSparseInfo.PtrVkBindSparseInfo.Ptr.reinterpret(long newSize) Assume theVkBindSparseInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindSparseInfo.Ptrthat uses the same backing storage as thisVkBindSparseInfo.Ptr, but with the new size.VkBindVertexBufferIndirectCommandEXT.Ptr.reinterpret(long newSize) Assume theVkBindVertexBufferIndirectCommandEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindVertexBufferIndirectCommandEXT.Ptrthat uses the same backing storage as thisVkBindVertexBufferIndirectCommandEXT.Ptr, but with the new size.VkBindVertexBufferIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkBindVertexBufferIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindVertexBufferIndirectCommandNV.Ptrthat uses the same backing storage as thisVkBindVertexBufferIndirectCommandNV.Ptr, but with the new size.@NotNull VkBindVideoSessionMemoryInfoKHR.PtrVkBindVideoSessionMemoryInfoKHR.Ptr.reinterpret(long newSize) Assume theVkBindVideoSessionMemoryInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindVideoSessionMemoryInfoKHR.Ptrthat uses the same backing storage as thisVkBindVideoSessionMemoryInfoKHR.Ptr, but with the new size.@NotNull VkBlitImageCubicWeightsInfoQCOM.PtrVkBlitImageCubicWeightsInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkBlitImageCubicWeightsInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkBlitImageCubicWeightsInfoQCOM.Ptrthat uses the same backing storage as thisVkBlitImageCubicWeightsInfoQCOM.Ptr, but with the new size.@NotNull VkBlitImageInfo2.PtrVkBlitImageInfo2.Ptr.reinterpret(long newSize) Assume theVkBlitImageInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkBlitImageInfo2.Ptrthat uses the same backing storage as thisVkBlitImageInfo2.Ptr, but with the new size.VkBufferCaptureDescriptorDataInfoEXT.Ptr.reinterpret(long newSize) Assume theVkBufferCaptureDescriptorDataInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCaptureDescriptorDataInfoEXT.Ptrthat uses the same backing storage as thisVkBufferCaptureDescriptorDataInfoEXT.Ptr, but with the new size.VkBufferCollectionBufferCreateInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionBufferCreateInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCollectionBufferCreateInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr, but with the new size.VkBufferCollectionConstraintsInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionConstraintsInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCollectionConstraintsInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionConstraintsInfoFUCHSIA.Ptr, but with the new size.VkBufferCollectionCreateInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionCreateInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCollectionCreateInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionCreateInfoFUCHSIA.Ptr, but with the new size.VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionImageCreateInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCollectionImageCreateInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionImageCreateInfoFUCHSIA.Ptr, but with the new size.VkBufferCollectionPropertiesFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionPropertiesFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCollectionPropertiesFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionPropertiesFUCHSIA.Ptr, but with the new size.@NotNull VkBufferConstraintsInfoFUCHSIA.PtrVkBufferConstraintsInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferConstraintsInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferConstraintsInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferConstraintsInfoFUCHSIA.Ptr, but with the new size.@NotNull VkBufferCopy.PtrVkBufferCopy.Ptr.reinterpret(long newSize) Assume theVkBufferCopy.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCopy.Ptrthat uses the same backing storage as thisVkBufferCopy.Ptr, but with the new size.@NotNull VkBufferCopy2.PtrVkBufferCopy2.Ptr.reinterpret(long newSize) Assume theVkBufferCopy2.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCopy2.Ptrthat uses the same backing storage as thisVkBufferCopy2.Ptr, but with the new size.@NotNull VkBufferCreateInfo.PtrVkBufferCreateInfo.Ptr.reinterpret(long newSize) Assume theVkBufferCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCreateInfo.Ptrthat uses the same backing storage as thisVkBufferCreateInfo.Ptr, but with the new size.VkBufferDeviceAddressCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkBufferDeviceAddressCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferDeviceAddressCreateInfoEXT.Ptrthat uses the same backing storage as thisVkBufferDeviceAddressCreateInfoEXT.Ptr, but with the new size.@NotNull VkBufferDeviceAddressInfo.PtrVkBufferDeviceAddressInfo.Ptr.reinterpret(long newSize) Assume theVkBufferDeviceAddressInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferDeviceAddressInfo.Ptrthat uses the same backing storage as thisVkBufferDeviceAddressInfo.Ptr, but with the new size.@NotNull VkBufferImageCopy.PtrVkBufferImageCopy.Ptr.reinterpret(long newSize) Assume theVkBufferImageCopy.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferImageCopy.Ptrthat uses the same backing storage as thisVkBufferImageCopy.Ptr, but with the new size.@NotNull VkBufferImageCopy2.PtrVkBufferImageCopy2.Ptr.reinterpret(long newSize) Assume theVkBufferImageCopy2.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferImageCopy2.Ptrthat uses the same backing storage as thisVkBufferImageCopy2.Ptr, but with the new size.@NotNull VkBufferMemoryBarrier.PtrVkBufferMemoryBarrier.Ptr.reinterpret(long newSize) Assume theVkBufferMemoryBarrier.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferMemoryBarrier.Ptrthat uses the same backing storage as thisVkBufferMemoryBarrier.Ptr, but with the new size.@NotNull VkBufferMemoryBarrier2.PtrVkBufferMemoryBarrier2.Ptr.reinterpret(long newSize) Assume theVkBufferMemoryBarrier2.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferMemoryBarrier2.Ptrthat uses the same backing storage as thisVkBufferMemoryBarrier2.Ptr, but with the new size.@NotNull VkBufferMemoryRequirementsInfo2.PtrVkBufferMemoryRequirementsInfo2.Ptr.reinterpret(long newSize) Assume theVkBufferMemoryRequirementsInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferMemoryRequirementsInfo2.Ptrthat uses the same backing storage as thisVkBufferMemoryRequirementsInfo2.Ptr, but with the new size.VkBufferOpaqueCaptureAddressCreateInfo.Ptr.reinterpret(long newSize) Assume theVkBufferOpaqueCaptureAddressCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferOpaqueCaptureAddressCreateInfo.Ptrthat uses the same backing storage as thisVkBufferOpaqueCaptureAddressCreateInfo.Ptr, but with the new size.@NotNull VkBufferUsageFlags2CreateInfo.PtrVkBufferUsageFlags2CreateInfo.Ptr.reinterpret(long newSize) Assume theVkBufferUsageFlags2CreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferUsageFlags2CreateInfo.Ptrthat uses the same backing storage as thisVkBufferUsageFlags2CreateInfo.Ptr, but with the new size.@NotNull VkBufferViewCreateInfo.PtrVkBufferViewCreateInfo.Ptr.reinterpret(long newSize) Assume theVkBufferViewCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferViewCreateInfo.Ptrthat uses the same backing storage as thisVkBufferViewCreateInfo.Ptr, but with the new size.VkBuildPartitionedAccelerationStructureIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkBuildPartitionedAccelerationStructureIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBuildPartitionedAccelerationStructureIndirectCommandNV.Ptrthat uses the same backing storage as thisVkBuildPartitionedAccelerationStructureIndirectCommandNV.Ptr, but with the new size.VkBuildPartitionedAccelerationStructureInfoNV.Ptr.reinterpret(long newSize) Assume theVkBuildPartitionedAccelerationStructureInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBuildPartitionedAccelerationStructureInfoNV.Ptrthat uses the same backing storage as thisVkBuildPartitionedAccelerationStructureInfoNV.Ptr, but with the new size.@NotNull VkCalibratedTimestampInfoKHR.PtrVkCalibratedTimestampInfoKHR.Ptr.reinterpret(long newSize) Assume theVkCalibratedTimestampInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkCalibratedTimestampInfoKHR.Ptrthat uses the same backing storage as thisVkCalibratedTimestampInfoKHR.Ptr, but with the new size.@NotNull VkCheckpointData2NV.PtrVkCheckpointData2NV.Ptr.reinterpret(long newSize) Assume theVkCheckpointData2NV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCheckpointData2NV.Ptrthat uses the same backing storage as thisVkCheckpointData2NV.Ptr, but with the new size.@NotNull VkCheckpointDataNV.PtrVkCheckpointDataNV.Ptr.reinterpret(long newSize) Assume theVkCheckpointDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCheckpointDataNV.Ptrthat uses the same backing storage as thisVkCheckpointDataNV.Ptr, but with the new size.@NotNull VkClearAttachment.PtrVkClearAttachment.Ptr.reinterpret(long newSize) Assume theVkClearAttachment.Ptris capable of holding at leastnewSizestructures, create a new viewVkClearAttachment.Ptrthat uses the same backing storage as thisVkClearAttachment.Ptr, but with the new size.@NotNull VkClearColorValue.PtrVkClearColorValue.Ptr.reinterpret(long newSize) Assume theVkClearColorValue.Ptris capable of holding at leastnewSizestructures, create a new viewVkClearColorValue.Ptrthat uses the same backing storage as thisVkClearColorValue.Ptr, but with the new size.@NotNull VkClearDepthStencilValue.PtrVkClearDepthStencilValue.Ptr.reinterpret(long newSize) Assume theVkClearDepthStencilValue.Ptris capable of holding at leastnewSizestructures, create a new viewVkClearDepthStencilValue.Ptrthat uses the same backing storage as thisVkClearDepthStencilValue.Ptr, but with the new size.@NotNull VkClearRect.PtrVkClearRect.Ptr.reinterpret(long newSize) Assume theVkClearRect.Ptris capable of holding at leastnewSizestructures, create a new viewVkClearRect.Ptrthat uses the same backing storage as thisVkClearRect.Ptr, but with the new size.@NotNull VkClearValue.PtrVkClearValue.Ptr.reinterpret(long newSize) Assume theVkClearValue.Ptris capable of holding at leastnewSizestructures, create a new viewVkClearValue.Ptrthat uses the same backing storage as thisVkClearValue.Ptr, but with the new size.VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.Ptr, but with the new size.VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr, but with the new size.VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.Ptr, but with the new size.VkClusterAccelerationStructureClustersBottomLevelInputNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureClustersBottomLevelInputNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureClustersBottomLevelInputNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureClustersBottomLevelInputNV.Ptr, but with the new size.VkClusterAccelerationStructureCommandsInfoNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureCommandsInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureCommandsInfoNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureCommandsInfoNV.Ptr, but with the new size.VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr, but with the new size.VkClusterAccelerationStructureInputInfoNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureInputInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureInputInfoNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureInputInfoNV.Ptr, but with the new size.VkClusterAccelerationStructureInstantiateClusterInfoNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureInstantiateClusterInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureInstantiateClusterInfoNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureInstantiateClusterInfoNV.Ptr, but with the new size.VkClusterAccelerationStructureMoveObjectsInfoNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureMoveObjectsInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureMoveObjectsInfoNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureMoveObjectsInfoNV.Ptr, but with the new size.VkClusterAccelerationStructureMoveObjectsInputNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureMoveObjectsInputNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureMoveObjectsInputNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureMoveObjectsInputNV.Ptr, but with the new size.VkClusterAccelerationStructureOpInputNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureOpInputNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureOpInputNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureOpInputNV.Ptr, but with the new size.VkClusterAccelerationStructureTriangleClusterInputNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureTriangleClusterInputNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureTriangleClusterInputNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureTriangleClusterInputNV.Ptr, but with the new size.@NotNull VkCoarseSampleLocationNV.PtrVkCoarseSampleLocationNV.Ptr.reinterpret(long newSize) Assume theVkCoarseSampleLocationNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCoarseSampleLocationNV.Ptrthat uses the same backing storage as thisVkCoarseSampleLocationNV.Ptr, but with the new size.@NotNull VkCoarseSampleOrderCustomNV.PtrVkCoarseSampleOrderCustomNV.Ptr.reinterpret(long newSize) Assume theVkCoarseSampleOrderCustomNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCoarseSampleOrderCustomNV.Ptrthat uses the same backing storage as thisVkCoarseSampleOrderCustomNV.Ptr, but with the new size.@NotNull VkColorBlendAdvancedEXT.PtrVkColorBlendAdvancedEXT.Ptr.reinterpret(long newSize) Assume theVkColorBlendAdvancedEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkColorBlendAdvancedEXT.Ptrthat uses the same backing storage as thisVkColorBlendAdvancedEXT.Ptr, but with the new size.@NotNull VkColorBlendEquationEXT.PtrVkColorBlendEquationEXT.Ptr.reinterpret(long newSize) Assume theVkColorBlendEquationEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkColorBlendEquationEXT.Ptrthat uses the same backing storage as thisVkColorBlendEquationEXT.Ptr, but with the new size.@NotNull VkCommandBufferAllocateInfo.PtrVkCommandBufferAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkCommandBufferAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferAllocateInfo.Ptrthat uses the same backing storage as thisVkCommandBufferAllocateInfo.Ptr, but with the new size.@NotNull VkCommandBufferBeginInfo.PtrVkCommandBufferBeginInfo.Ptr.reinterpret(long newSize) Assume theVkCommandBufferBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferBeginInfo.Ptrthat uses the same backing storage as thisVkCommandBufferBeginInfo.Ptr, but with the new size.VkCommandBufferInheritanceConditionalRenderingInfoEXT.Ptr.reinterpret(long newSize) Assume theVkCommandBufferInheritanceConditionalRenderingInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferInheritanceConditionalRenderingInfoEXT.Ptrthat uses the same backing storage as thisVkCommandBufferInheritanceConditionalRenderingInfoEXT.Ptr, but with the new size.@NotNull VkCommandBufferInheritanceInfo.PtrVkCommandBufferInheritanceInfo.Ptr.reinterpret(long newSize) Assume theVkCommandBufferInheritanceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferInheritanceInfo.Ptrthat uses the same backing storage as thisVkCommandBufferInheritanceInfo.Ptr, but with the new size.VkCommandBufferInheritanceRenderingInfo.Ptr.reinterpret(long newSize) Assume theVkCommandBufferInheritanceRenderingInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferInheritanceRenderingInfo.Ptrthat uses the same backing storage as thisVkCommandBufferInheritanceRenderingInfo.Ptr, but with the new size.VkCommandBufferInheritanceRenderPassTransformInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkCommandBufferInheritanceRenderPassTransformInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferInheritanceRenderPassTransformInfoQCOM.Ptrthat uses the same backing storage as thisVkCommandBufferInheritanceRenderPassTransformInfoQCOM.Ptr, but with the new size.VkCommandBufferInheritanceViewportScissorInfoNV.Ptr.reinterpret(long newSize) Assume theVkCommandBufferInheritanceViewportScissorInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferInheritanceViewportScissorInfoNV.Ptrthat uses the same backing storage as thisVkCommandBufferInheritanceViewportScissorInfoNV.Ptr, but with the new size.@NotNull VkCommandBufferSubmitInfo.PtrVkCommandBufferSubmitInfo.Ptr.reinterpret(long newSize) Assume theVkCommandBufferSubmitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferSubmitInfo.Ptrthat uses the same backing storage as thisVkCommandBufferSubmitInfo.Ptr, but with the new size.@NotNull VkCommandPoolCreateInfo.PtrVkCommandPoolCreateInfo.Ptr.reinterpret(long newSize) Assume theVkCommandPoolCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandPoolCreateInfo.Ptrthat uses the same backing storage as thisVkCommandPoolCreateInfo.Ptr, but with the new size.@NotNull VkComponentMapping.PtrVkComponentMapping.Ptr.reinterpret(long newSize) Assume theVkComponentMapping.Ptris capable of holding at leastnewSizestructures, create a new viewVkComponentMapping.Ptrthat uses the same backing storage as thisVkComponentMapping.Ptr, but with the new size.@NotNull VkComputePipelineCreateInfo.PtrVkComputePipelineCreateInfo.Ptr.reinterpret(long newSize) Assume theVkComputePipelineCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkComputePipelineCreateInfo.Ptrthat uses the same backing storage as thisVkComputePipelineCreateInfo.Ptr, but with the new size.VkComputePipelineIndirectBufferInfoNV.Ptr.reinterpret(long newSize) Assume theVkComputePipelineIndirectBufferInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkComputePipelineIndirectBufferInfoNV.Ptrthat uses the same backing storage as thisVkComputePipelineIndirectBufferInfoNV.Ptr, but with the new size.VkConditionalRenderingBeginInfoEXT.Ptr.reinterpret(long newSize) Assume theVkConditionalRenderingBeginInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkConditionalRenderingBeginInfoEXT.Ptrthat uses the same backing storage as thisVkConditionalRenderingBeginInfoEXT.Ptr, but with the new size.@NotNull VkConformanceVersion.PtrVkConformanceVersion.Ptr.reinterpret(long newSize) Assume theVkConformanceVersion.Ptris capable of holding at leastnewSizestructures, create a new viewVkConformanceVersion.Ptrthat uses the same backing storage as thisVkConformanceVersion.Ptr, but with the new size.VkConvertCooperativeVectorMatrixInfoNV.Ptr.reinterpret(long newSize) Assume theVkConvertCooperativeVectorMatrixInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkConvertCooperativeVectorMatrixInfoNV.Ptrthat uses the same backing storage as thisVkConvertCooperativeVectorMatrixInfoNV.Ptr, but with the new size.VkCooperativeMatrixFlexibleDimensionsPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkCooperativeMatrixFlexibleDimensionsPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCooperativeMatrixFlexibleDimensionsPropertiesNV.Ptrthat uses the same backing storage as thisVkCooperativeMatrixFlexibleDimensionsPropertiesNV.Ptr, but with the new size.@NotNull VkCooperativeMatrixPropertiesKHR.PtrVkCooperativeMatrixPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkCooperativeMatrixPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkCooperativeMatrixPropertiesKHR.Ptrthat uses the same backing storage as thisVkCooperativeMatrixPropertiesKHR.Ptr, but with the new size.@NotNull VkCooperativeMatrixPropertiesNV.PtrVkCooperativeMatrixPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkCooperativeMatrixPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCooperativeMatrixPropertiesNV.Ptrthat uses the same backing storage as thisVkCooperativeMatrixPropertiesNV.Ptr, but with the new size.@NotNull VkCooperativeVectorPropertiesNV.PtrVkCooperativeVectorPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkCooperativeVectorPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCooperativeVectorPropertiesNV.Ptrthat uses the same backing storage as thisVkCooperativeVectorPropertiesNV.Ptr, but with the new size.VkCopyAccelerationStructureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkCopyAccelerationStructureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyAccelerationStructureInfoKHR.Ptrthat uses the same backing storage as thisVkCopyAccelerationStructureInfoKHR.Ptr, but with the new size.VkCopyAccelerationStructureToMemoryInfoKHR.Ptr.reinterpret(long newSize) Assume theVkCopyAccelerationStructureToMemoryInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyAccelerationStructureToMemoryInfoKHR.Ptrthat uses the same backing storage as thisVkCopyAccelerationStructureToMemoryInfoKHR.Ptr, but with the new size.@NotNull VkCopyBufferInfo2.PtrVkCopyBufferInfo2.Ptr.reinterpret(long newSize) Assume theVkCopyBufferInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyBufferInfo2.Ptrthat uses the same backing storage as thisVkCopyBufferInfo2.Ptr, but with the new size.@NotNull VkCopyBufferToImageInfo2.PtrVkCopyBufferToImageInfo2.Ptr.reinterpret(long newSize) Assume theVkCopyBufferToImageInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyBufferToImageInfo2.Ptrthat uses the same backing storage as thisVkCopyBufferToImageInfo2.Ptr, but with the new size.@NotNull VkCopyCommandTransformInfoQCOM.PtrVkCopyCommandTransformInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkCopyCommandTransformInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyCommandTransformInfoQCOM.Ptrthat uses the same backing storage as thisVkCopyCommandTransformInfoQCOM.Ptr, but with the new size.@NotNull VkCopyDescriptorSet.PtrVkCopyDescriptorSet.Ptr.reinterpret(long newSize) Assume theVkCopyDescriptorSet.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyDescriptorSet.Ptrthat uses the same backing storage as thisVkCopyDescriptorSet.Ptr, but with the new size.@NotNull VkCopyImageInfo2.PtrVkCopyImageInfo2.Ptr.reinterpret(long newSize) Assume theVkCopyImageInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyImageInfo2.Ptrthat uses the same backing storage as thisVkCopyImageInfo2.Ptr, but with the new size.@NotNull VkCopyImageToBufferInfo2.PtrVkCopyImageToBufferInfo2.Ptr.reinterpret(long newSize) Assume theVkCopyImageToBufferInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyImageToBufferInfo2.Ptrthat uses the same backing storage as thisVkCopyImageToBufferInfo2.Ptr, but with the new size.@NotNull VkCopyImageToImageInfo.PtrVkCopyImageToImageInfo.Ptr.reinterpret(long newSize) Assume theVkCopyImageToImageInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyImageToImageInfo.Ptrthat uses the same backing storage as thisVkCopyImageToImageInfo.Ptr, but with the new size.@NotNull VkCopyImageToMemoryInfo.PtrVkCopyImageToMemoryInfo.Ptr.reinterpret(long newSize) Assume theVkCopyImageToMemoryInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyImageToMemoryInfo.Ptrthat uses the same backing storage as thisVkCopyImageToMemoryInfo.Ptr, but with the new size.@NotNull VkCopyMemoryIndirectCommandNV.PtrVkCopyMemoryIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkCopyMemoryIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyMemoryIndirectCommandNV.Ptrthat uses the same backing storage as thisVkCopyMemoryIndirectCommandNV.Ptr, but with the new size.VkCopyMemoryToAccelerationStructureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkCopyMemoryToAccelerationStructureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyMemoryToAccelerationStructureInfoKHR.Ptrthat uses the same backing storage as thisVkCopyMemoryToAccelerationStructureInfoKHR.Ptr, but with the new size.VkCopyMemoryToImageIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkCopyMemoryToImageIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyMemoryToImageIndirectCommandNV.Ptrthat uses the same backing storage as thisVkCopyMemoryToImageIndirectCommandNV.Ptr, but with the new size.@NotNull VkCopyMemoryToImageInfo.PtrVkCopyMemoryToImageInfo.Ptr.reinterpret(long newSize) Assume theVkCopyMemoryToImageInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyMemoryToImageInfo.Ptrthat uses the same backing storage as thisVkCopyMemoryToImageInfo.Ptr, but with the new size.@NotNull VkCopyMemoryToMicromapInfoEXT.PtrVkCopyMemoryToMicromapInfoEXT.Ptr.reinterpret(long newSize) Assume theVkCopyMemoryToMicromapInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyMemoryToMicromapInfoEXT.Ptrthat uses the same backing storage as thisVkCopyMemoryToMicromapInfoEXT.Ptr, but with the new size.@NotNull VkCopyMicromapInfoEXT.PtrVkCopyMicromapInfoEXT.Ptr.reinterpret(long newSize) Assume theVkCopyMicromapInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyMicromapInfoEXT.Ptrthat uses the same backing storage as thisVkCopyMicromapInfoEXT.Ptr, but with the new size.@NotNull VkCopyMicromapToMemoryInfoEXT.PtrVkCopyMicromapToMemoryInfoEXT.Ptr.reinterpret(long newSize) Assume theVkCopyMicromapToMemoryInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyMicromapToMemoryInfoEXT.Ptrthat uses the same backing storage as thisVkCopyMicromapToMemoryInfoEXT.Ptr, but with the new size.@NotNull VkCudaFunctionCreateInfoNV.PtrVkCudaFunctionCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkCudaFunctionCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCudaFunctionCreateInfoNV.Ptrthat uses the same backing storage as thisVkCudaFunctionCreateInfoNV.Ptr, but with the new size.@NotNull VkCudaLaunchInfoNV.PtrVkCudaLaunchInfoNV.Ptr.reinterpret(long newSize) Assume theVkCudaLaunchInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCudaLaunchInfoNV.Ptrthat uses the same backing storage as thisVkCudaLaunchInfoNV.Ptr, but with the new size.@NotNull VkCudaModuleCreateInfoNV.PtrVkCudaModuleCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkCudaModuleCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCudaModuleCreateInfoNV.Ptrthat uses the same backing storage as thisVkCudaModuleCreateInfoNV.Ptr, but with the new size.@NotNull VkCuFunctionCreateInfoNVX.PtrVkCuFunctionCreateInfoNVX.Ptr.reinterpret(long newSize) Assume theVkCuFunctionCreateInfoNVX.Ptris capable of holding at leastnewSizestructures, create a new viewVkCuFunctionCreateInfoNVX.Ptrthat uses the same backing storage as thisVkCuFunctionCreateInfoNVX.Ptr, but with the new size.@NotNull VkCuLaunchInfoNVX.PtrVkCuLaunchInfoNVX.Ptr.reinterpret(long newSize) Assume theVkCuLaunchInfoNVX.Ptris capable of holding at leastnewSizestructures, create a new viewVkCuLaunchInfoNVX.Ptrthat uses the same backing storage as thisVkCuLaunchInfoNVX.Ptr, but with the new size.@NotNull VkCuModuleCreateInfoNVX.PtrVkCuModuleCreateInfoNVX.Ptr.reinterpret(long newSize) Assume theVkCuModuleCreateInfoNVX.Ptris capable of holding at leastnewSizestructures, create a new viewVkCuModuleCreateInfoNVX.Ptrthat uses the same backing storage as thisVkCuModuleCreateInfoNVX.Ptr, but with the new size.VkCuModuleTexturingModeCreateInfoNVX.Ptr.reinterpret(long newSize) Assume theVkCuModuleTexturingModeCreateInfoNVX.Ptris capable of holding at leastnewSizestructures, create a new viewVkCuModuleTexturingModeCreateInfoNVX.Ptrthat uses the same backing storage as thisVkCuModuleTexturingModeCreateInfoNVX.Ptr, but with the new size.@NotNull VkD3D12FenceSubmitInfoKHR.PtrVkD3D12FenceSubmitInfoKHR.Ptr.reinterpret(long newSize) Assume theVkD3D12FenceSubmitInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkD3D12FenceSubmitInfoKHR.Ptrthat uses the same backing storage as thisVkD3D12FenceSubmitInfoKHR.Ptr, but with the new size.@NotNull VkDebugMarkerMarkerInfoEXT.PtrVkDebugMarkerMarkerInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDebugMarkerMarkerInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugMarkerMarkerInfoEXT.Ptrthat uses the same backing storage as thisVkDebugMarkerMarkerInfoEXT.Ptr, but with the new size.@NotNull VkDebugMarkerObjectNameInfoEXT.PtrVkDebugMarkerObjectNameInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDebugMarkerObjectNameInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugMarkerObjectNameInfoEXT.Ptrthat uses the same backing storage as thisVkDebugMarkerObjectNameInfoEXT.Ptr, but with the new size.@NotNull VkDebugMarkerObjectTagInfoEXT.PtrVkDebugMarkerObjectTagInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDebugMarkerObjectTagInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugMarkerObjectTagInfoEXT.Ptrthat uses the same backing storage as thisVkDebugMarkerObjectTagInfoEXT.Ptr, but with the new size.VkDebugReportCallbackCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDebugReportCallbackCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugReportCallbackCreateInfoEXT.Ptrthat uses the same backing storage as thisVkDebugReportCallbackCreateInfoEXT.Ptr, but with the new size.@NotNull VkDebugUtilsLabelEXT.PtrVkDebugUtilsLabelEXT.Ptr.reinterpret(long newSize) Assume theVkDebugUtilsLabelEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugUtilsLabelEXT.Ptrthat uses the same backing storage as thisVkDebugUtilsLabelEXT.Ptr, but with the new size.VkDebugUtilsMessengerCallbackDataEXT.Ptr.reinterpret(long newSize) Assume theVkDebugUtilsMessengerCallbackDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugUtilsMessengerCallbackDataEXT.Ptrthat uses the same backing storage as thisVkDebugUtilsMessengerCallbackDataEXT.Ptr, but with the new size.VkDebugUtilsMessengerCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDebugUtilsMessengerCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugUtilsMessengerCreateInfoEXT.Ptrthat uses the same backing storage as thisVkDebugUtilsMessengerCreateInfoEXT.Ptr, but with the new size.@NotNull VkDebugUtilsObjectNameInfoEXT.PtrVkDebugUtilsObjectNameInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDebugUtilsObjectNameInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugUtilsObjectNameInfoEXT.Ptrthat uses the same backing storage as thisVkDebugUtilsObjectNameInfoEXT.Ptr, but with the new size.@NotNull VkDebugUtilsObjectTagInfoEXT.PtrVkDebugUtilsObjectTagInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDebugUtilsObjectTagInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDebugUtilsObjectTagInfoEXT.Ptrthat uses the same backing storage as thisVkDebugUtilsObjectTagInfoEXT.Ptr, but with the new size.@NotNull VkDecompressMemoryRegionNV.PtrVkDecompressMemoryRegionNV.Ptr.reinterpret(long newSize) Assume theVkDecompressMemoryRegionNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDecompressMemoryRegionNV.Ptrthat uses the same backing storage as thisVkDecompressMemoryRegionNV.Ptr, but with the new size.VkDedicatedAllocationBufferCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkDedicatedAllocationBufferCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDedicatedAllocationBufferCreateInfoNV.Ptrthat uses the same backing storage as thisVkDedicatedAllocationBufferCreateInfoNV.Ptr, but with the new size.VkDedicatedAllocationImageCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkDedicatedAllocationImageCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDedicatedAllocationImageCreateInfoNV.Ptrthat uses the same backing storage as thisVkDedicatedAllocationImageCreateInfoNV.Ptr, but with the new size.VkDedicatedAllocationMemoryAllocateInfoNV.Ptr.reinterpret(long newSize) Assume theVkDedicatedAllocationMemoryAllocateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDedicatedAllocationMemoryAllocateInfoNV.Ptrthat uses the same backing storage as thisVkDedicatedAllocationMemoryAllocateInfoNV.Ptr, but with the new size.@NotNull VkDependencyInfo.PtrVkDependencyInfo.Ptr.reinterpret(long newSize) Assume theVkDependencyInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDependencyInfo.Ptrthat uses the same backing storage as thisVkDependencyInfo.Ptr, but with the new size.@NotNull VkDepthBiasInfoEXT.PtrVkDepthBiasInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDepthBiasInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDepthBiasInfoEXT.Ptrthat uses the same backing storage as thisVkDepthBiasInfoEXT.Ptr, but with the new size.@NotNull VkDepthBiasRepresentationInfoEXT.PtrVkDepthBiasRepresentationInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDepthBiasRepresentationInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDepthBiasRepresentationInfoEXT.Ptrthat uses the same backing storage as thisVkDepthBiasRepresentationInfoEXT.Ptr, but with the new size.@NotNull VkDepthClampRangeEXT.PtrVkDepthClampRangeEXT.Ptr.reinterpret(long newSize) Assume theVkDepthClampRangeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDepthClampRangeEXT.Ptrthat uses the same backing storage as thisVkDepthClampRangeEXT.Ptr, but with the new size.@NotNull VkDescriptorAddressInfoEXT.PtrVkDescriptorAddressInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDescriptorAddressInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorAddressInfoEXT.Ptrthat uses the same backing storage as thisVkDescriptorAddressInfoEXT.Ptr, but with the new size.@NotNull VkDescriptorBufferBindingInfoEXT.PtrVkDescriptorBufferBindingInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDescriptorBufferBindingInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorBufferBindingInfoEXT.Ptrthat uses the same backing storage as thisVkDescriptorBufferBindingInfoEXT.Ptr, but with the new size.VkDescriptorBufferBindingPushDescriptorBufferHandleEXT.Ptr.reinterpret(long newSize) Assume theVkDescriptorBufferBindingPushDescriptorBufferHandleEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorBufferBindingPushDescriptorBufferHandleEXT.Ptrthat uses the same backing storage as thisVkDescriptorBufferBindingPushDescriptorBufferHandleEXT.Ptr, but with the new size.@NotNull VkDescriptorBufferInfo.PtrVkDescriptorBufferInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorBufferInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorBufferInfo.Ptrthat uses the same backing storage as thisVkDescriptorBufferInfo.Ptr, but with the new size.@NotNull VkDescriptorDataEXT.PtrVkDescriptorDataEXT.Ptr.reinterpret(long newSize) Assume theVkDescriptorDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorDataEXT.Ptrthat uses the same backing storage as thisVkDescriptorDataEXT.Ptr, but with the new size.@NotNull VkDescriptorGetInfoEXT.PtrVkDescriptorGetInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDescriptorGetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorGetInfoEXT.Ptrthat uses the same backing storage as thisVkDescriptorGetInfoEXT.Ptr, but with the new size.@NotNull VkDescriptorImageInfo.PtrVkDescriptorImageInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorImageInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorImageInfo.Ptrthat uses the same backing storage as thisVkDescriptorImageInfo.Ptr, but with the new size.@NotNull VkDescriptorPoolCreateInfo.PtrVkDescriptorPoolCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorPoolCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorPoolCreateInfo.Ptrthat uses the same backing storage as thisVkDescriptorPoolCreateInfo.Ptr, but with the new size.VkDescriptorPoolInlineUniformBlockCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorPoolInlineUniformBlockCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorPoolInlineUniformBlockCreateInfo.Ptrthat uses the same backing storage as thisVkDescriptorPoolInlineUniformBlockCreateInfo.Ptr, but with the new size.@NotNull VkDescriptorPoolSize.PtrVkDescriptorPoolSize.Ptr.reinterpret(long newSize) Assume theVkDescriptorPoolSize.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorPoolSize.Ptrthat uses the same backing storage as thisVkDescriptorPoolSize.Ptr, but with the new size.@NotNull VkDescriptorSetAllocateInfo.PtrVkDescriptorSetAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetAllocateInfo.Ptrthat uses the same backing storage as thisVkDescriptorSetAllocateInfo.Ptr, but with the new size.VkDescriptorSetBindingReferenceVALVE.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetBindingReferenceVALVE.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetBindingReferenceVALVE.Ptrthat uses the same backing storage as thisVkDescriptorSetBindingReferenceVALVE.Ptr, but with the new size.@NotNull VkDescriptorSetLayoutBinding.PtrVkDescriptorSetLayoutBinding.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetLayoutBinding.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetLayoutBinding.Ptrthat uses the same backing storage as thisVkDescriptorSetLayoutBinding.Ptr, but with the new size.VkDescriptorSetLayoutBindingFlagsCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetLayoutBindingFlagsCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetLayoutBindingFlagsCreateInfo.Ptrthat uses the same backing storage as thisVkDescriptorSetLayoutBindingFlagsCreateInfo.Ptr, but with the new size.@NotNull VkDescriptorSetLayoutCreateInfo.PtrVkDescriptorSetLayoutCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetLayoutCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetLayoutCreateInfo.Ptrthat uses the same backing storage as thisVkDescriptorSetLayoutCreateInfo.Ptr, but with the new size.VkDescriptorSetLayoutHostMappingInfoVALVE.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetLayoutHostMappingInfoVALVE.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetLayoutHostMappingInfoVALVE.Ptrthat uses the same backing storage as thisVkDescriptorSetLayoutHostMappingInfoVALVE.Ptr, but with the new size.@NotNull VkDescriptorSetLayoutSupport.PtrVkDescriptorSetLayoutSupport.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetLayoutSupport.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetLayoutSupport.Ptrthat uses the same backing storage as thisVkDescriptorSetLayoutSupport.Ptr, but with the new size.VkDescriptorSetVariableDescriptorCountAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetVariableDescriptorCountAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetVariableDescriptorCountAllocateInfo.Ptrthat uses the same backing storage as thisVkDescriptorSetVariableDescriptorCountAllocateInfo.Ptr, but with the new size.VkDescriptorSetVariableDescriptorCountLayoutSupport.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetVariableDescriptorCountLayoutSupport.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorSetVariableDescriptorCountLayoutSupport.Ptrthat uses the same backing storage as thisVkDescriptorSetVariableDescriptorCountLayoutSupport.Ptr, but with the new size.VkDescriptorUpdateTemplateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDescriptorUpdateTemplateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorUpdateTemplateCreateInfo.Ptrthat uses the same backing storage as thisVkDescriptorUpdateTemplateCreateInfo.Ptr, but with the new size.@NotNull VkDescriptorUpdateTemplateEntry.PtrVkDescriptorUpdateTemplateEntry.Ptr.reinterpret(long newSize) Assume theVkDescriptorUpdateTemplateEntry.Ptris capable of holding at leastnewSizestructures, create a new viewVkDescriptorUpdateTemplateEntry.Ptrthat uses the same backing storage as thisVkDescriptorUpdateTemplateEntry.Ptr, but with the new size.VkDeviceAddressBindingCallbackDataEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceAddressBindingCallbackDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceAddressBindingCallbackDataEXT.Ptrthat uses the same backing storage as thisVkDeviceAddressBindingCallbackDataEXT.Ptr, but with the new size.@NotNull VkDeviceBufferMemoryRequirements.PtrVkDeviceBufferMemoryRequirements.Ptr.reinterpret(long newSize) Assume theVkDeviceBufferMemoryRequirements.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceBufferMemoryRequirements.Ptrthat uses the same backing storage as thisVkDeviceBufferMemoryRequirements.Ptr, but with the new size.@NotNull VkDeviceCreateInfo.PtrVkDeviceCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceCreateInfo.Ptrthat uses the same backing storage as thisVkDeviceCreateInfo.Ptr, but with the new size.VkDeviceDeviceMemoryReportCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceDeviceMemoryReportCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceDeviceMemoryReportCreateInfoEXT.Ptrthat uses the same backing storage as thisVkDeviceDeviceMemoryReportCreateInfoEXT.Ptr, but with the new size.VkDeviceDiagnosticsConfigCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkDeviceDiagnosticsConfigCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceDiagnosticsConfigCreateInfoNV.Ptrthat uses the same backing storage as thisVkDeviceDiagnosticsConfigCreateInfoNV.Ptr, but with the new size.@NotNull VkDeviceEventInfoEXT.PtrVkDeviceEventInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceEventInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceEventInfoEXT.Ptrthat uses the same backing storage as thisVkDeviceEventInfoEXT.Ptr, but with the new size.@NotNull VkDeviceFaultAddressInfoEXT.PtrVkDeviceFaultAddressInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceFaultAddressInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceFaultAddressInfoEXT.Ptrthat uses the same backing storage as thisVkDeviceFaultAddressInfoEXT.Ptr, but with the new size.@NotNull VkDeviceFaultCountsEXT.PtrVkDeviceFaultCountsEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceFaultCountsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceFaultCountsEXT.Ptrthat uses the same backing storage as thisVkDeviceFaultCountsEXT.Ptr, but with the new size.@NotNull VkDeviceFaultInfoEXT.PtrVkDeviceFaultInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceFaultInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceFaultInfoEXT.Ptrthat uses the same backing storage as thisVkDeviceFaultInfoEXT.Ptr, but with the new size.VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptrthat uses the same backing storage as thisVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptr, but with the new size.@NotNull VkDeviceFaultVendorInfoEXT.PtrVkDeviceFaultVendorInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceFaultVendorInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceFaultVendorInfoEXT.Ptrthat uses the same backing storage as thisVkDeviceFaultVendorInfoEXT.Ptr, but with the new size.@NotNull VkDeviceGroupBindSparseInfo.PtrVkDeviceGroupBindSparseInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupBindSparseInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupBindSparseInfo.Ptrthat uses the same backing storage as thisVkDeviceGroupBindSparseInfo.Ptr, but with the new size.VkDeviceGroupCommandBufferBeginInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupCommandBufferBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupCommandBufferBeginInfo.Ptrthat uses the same backing storage as thisVkDeviceGroupCommandBufferBeginInfo.Ptr, but with the new size.@NotNull VkDeviceGroupDeviceCreateInfo.PtrVkDeviceGroupDeviceCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupDeviceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupDeviceCreateInfo.Ptrthat uses the same backing storage as thisVkDeviceGroupDeviceCreateInfo.Ptr, but with the new size.VkDeviceGroupPresentCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupPresentCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupPresentCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkDeviceGroupPresentCapabilitiesKHR.Ptr, but with the new size.@NotNull VkDeviceGroupPresentInfoKHR.PtrVkDeviceGroupPresentInfoKHR.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupPresentInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupPresentInfoKHR.Ptrthat uses the same backing storage as thisVkDeviceGroupPresentInfoKHR.Ptr, but with the new size.@NotNull VkDeviceGroupRenderPassBeginInfo.PtrVkDeviceGroupRenderPassBeginInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupRenderPassBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupRenderPassBeginInfo.Ptrthat uses the same backing storage as thisVkDeviceGroupRenderPassBeginInfo.Ptr, but with the new size.@NotNull VkDeviceGroupSubmitInfo.PtrVkDeviceGroupSubmitInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupSubmitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupSubmitInfo.Ptrthat uses the same backing storage as thisVkDeviceGroupSubmitInfo.Ptr, but with the new size.VkDeviceGroupSwapchainCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupSwapchainCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupSwapchainCreateInfoKHR.Ptrthat uses the same backing storage as thisVkDeviceGroupSwapchainCreateInfoKHR.Ptr, but with the new size.@NotNull VkDeviceImageMemoryRequirements.PtrVkDeviceImageMemoryRequirements.Ptr.reinterpret(long newSize) Assume theVkDeviceImageMemoryRequirements.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceImageMemoryRequirements.Ptrthat uses the same backing storage as thisVkDeviceImageMemoryRequirements.Ptr, but with the new size.@NotNull VkDeviceImageSubresourceInfo.PtrVkDeviceImageSubresourceInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceImageSubresourceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceImageSubresourceInfo.Ptrthat uses the same backing storage as thisVkDeviceImageSubresourceInfo.Ptr, but with the new size.VkDeviceMemoryOpaqueCaptureAddressInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceMemoryOpaqueCaptureAddressInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceMemoryOpaqueCaptureAddressInfo.Ptrthat uses the same backing storage as thisVkDeviceMemoryOpaqueCaptureAddressInfo.Ptr, but with the new size.VkDeviceMemoryOverallocationCreateInfoAMD.Ptr.reinterpret(long newSize) Assume theVkDeviceMemoryOverallocationCreateInfoAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceMemoryOverallocationCreateInfoAMD.Ptrthat uses the same backing storage as thisVkDeviceMemoryOverallocationCreateInfoAMD.Ptr, but with the new size.VkDeviceMemoryReportCallbackDataEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceMemoryReportCallbackDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceMemoryReportCallbackDataEXT.Ptrthat uses the same backing storage as thisVkDeviceMemoryReportCallbackDataEXT.Ptr, but with the new size.@NotNull VkDeviceOrHostAddressConstAMDX.PtrVkDeviceOrHostAddressConstAMDX.Ptr.reinterpret(long newSize) Assume theVkDeviceOrHostAddressConstAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceOrHostAddressConstAMDX.Ptrthat uses the same backing storage as thisVkDeviceOrHostAddressConstAMDX.Ptr, but with the new size.@NotNull VkDeviceOrHostAddressConstKHR.PtrVkDeviceOrHostAddressConstKHR.Ptr.reinterpret(long newSize) Assume theVkDeviceOrHostAddressConstKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceOrHostAddressConstKHR.Ptrthat uses the same backing storage as thisVkDeviceOrHostAddressConstKHR.Ptr, but with the new size.@NotNull VkDeviceOrHostAddressKHR.PtrVkDeviceOrHostAddressKHR.Ptr.reinterpret(long newSize) Assume theVkDeviceOrHostAddressKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceOrHostAddressKHR.Ptrthat uses the same backing storage as thisVkDeviceOrHostAddressKHR.Ptr, but with the new size.VkDevicePipelineBinaryInternalCacheControlKHR.Ptr.reinterpret(long newSize) Assume theVkDevicePipelineBinaryInternalCacheControlKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDevicePipelineBinaryInternalCacheControlKHR.Ptrthat uses the same backing storage as thisVkDevicePipelineBinaryInternalCacheControlKHR.Ptr, but with the new size.@NotNull VkDevicePrivateDataCreateInfo.PtrVkDevicePrivateDataCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDevicePrivateDataCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDevicePrivateDataCreateInfo.Ptrthat uses the same backing storage as thisVkDevicePrivateDataCreateInfo.Ptr, but with the new size.@NotNull VkDeviceQueueCreateInfo.PtrVkDeviceQueueCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceQueueCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceQueueCreateInfo.Ptrthat uses the same backing storage as thisVkDeviceQueueCreateInfo.Ptr, but with the new size.VkDeviceQueueGlobalPriorityCreateInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceQueueGlobalPriorityCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceQueueGlobalPriorityCreateInfo.Ptrthat uses the same backing storage as thisVkDeviceQueueGlobalPriorityCreateInfo.Ptr, but with the new size.@NotNull VkDeviceQueueInfo2.PtrVkDeviceQueueInfo2.Ptr.reinterpret(long newSize) Assume theVkDeviceQueueInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceQueueInfo2.Ptrthat uses the same backing storage as thisVkDeviceQueueInfo2.Ptr, but with the new size.VkDeviceQueueShaderCoreControlCreateInfoARM.Ptr.reinterpret(long newSize) Assume theVkDeviceQueueShaderCoreControlCreateInfoARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceQueueShaderCoreControlCreateInfoARM.Ptrthat uses the same backing storage as thisVkDeviceQueueShaderCoreControlCreateInfoARM.Ptr, but with the new size.VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.Ptrthat uses the same backing storage as thisVkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.Ptr, but with the new size.@NotNull VkDirectDriverLoadingInfoLUNARG.PtrVkDirectDriverLoadingInfoLUNARG.Ptr.reinterpret(long newSize) Assume theVkDirectDriverLoadingInfoLUNARG.Ptris capable of holding at leastnewSizestructures, create a new viewVkDirectDriverLoadingInfoLUNARG.Ptrthat uses the same backing storage as thisVkDirectDriverLoadingInfoLUNARG.Ptr, but with the new size.@NotNull VkDirectDriverLoadingListLUNARG.PtrVkDirectDriverLoadingListLUNARG.Ptr.reinterpret(long newSize) Assume theVkDirectDriverLoadingListLUNARG.Ptris capable of holding at leastnewSizestructures, create a new viewVkDirectDriverLoadingListLUNARG.Ptrthat uses the same backing storage as thisVkDirectDriverLoadingListLUNARG.Ptr, but with the new size.@NotNull VkDirectFBSurfaceCreateInfoEXT.PtrVkDirectFBSurfaceCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDirectFBSurfaceCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDirectFBSurfaceCreateInfoEXT.Ptrthat uses the same backing storage as thisVkDirectFBSurfaceCreateInfoEXT.Ptr, but with the new size.@NotNull VkDispatchGraphCountInfoAMDX.PtrVkDispatchGraphCountInfoAMDX.Ptr.reinterpret(long newSize) Assume theVkDispatchGraphCountInfoAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkDispatchGraphCountInfoAMDX.Ptrthat uses the same backing storage as thisVkDispatchGraphCountInfoAMDX.Ptr, but with the new size.@NotNull VkDispatchGraphInfoAMDX.PtrVkDispatchGraphInfoAMDX.Ptr.reinterpret(long newSize) Assume theVkDispatchGraphInfoAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkDispatchGraphInfoAMDX.Ptrthat uses the same backing storage as thisVkDispatchGraphInfoAMDX.Ptr, but with the new size.@NotNull VkDispatchIndirectCommand.PtrVkDispatchIndirectCommand.Ptr.reinterpret(long newSize) Assume theVkDispatchIndirectCommand.Ptris capable of holding at leastnewSizestructures, create a new viewVkDispatchIndirectCommand.Ptrthat uses the same backing storage as thisVkDispatchIndirectCommand.Ptr, but with the new size.@NotNull VkDispatchTileInfoQCOM.PtrVkDispatchTileInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkDispatchTileInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkDispatchTileInfoQCOM.Ptrthat uses the same backing storage as thisVkDispatchTileInfoQCOM.Ptr, but with the new size.@NotNull VkDisplayEventInfoEXT.PtrVkDisplayEventInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDisplayEventInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayEventInfoEXT.Ptrthat uses the same backing storage as thisVkDisplayEventInfoEXT.Ptr, but with the new size.@NotNull VkDisplayModeCreateInfoKHR.PtrVkDisplayModeCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayModeCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayModeCreateInfoKHR.Ptrthat uses the same backing storage as thisVkDisplayModeCreateInfoKHR.Ptr, but with the new size.@NotNull VkDisplayModeParametersKHR.PtrVkDisplayModeParametersKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayModeParametersKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayModeParametersKHR.Ptrthat uses the same backing storage as thisVkDisplayModeParametersKHR.Ptr, but with the new size.@NotNull VkDisplayModeProperties2KHR.PtrVkDisplayModeProperties2KHR.Ptr.reinterpret(long newSize) Assume theVkDisplayModeProperties2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayModeProperties2KHR.Ptrthat uses the same backing storage as thisVkDisplayModeProperties2KHR.Ptr, but with the new size.@NotNull VkDisplayModePropertiesKHR.PtrVkDisplayModePropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayModePropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayModePropertiesKHR.Ptrthat uses the same backing storage as thisVkDisplayModePropertiesKHR.Ptr, but with the new size.@NotNull VkDisplayModeStereoPropertiesNV.PtrVkDisplayModeStereoPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkDisplayModeStereoPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayModeStereoPropertiesNV.Ptrthat uses the same backing storage as thisVkDisplayModeStereoPropertiesNV.Ptr, but with the new size.VkDisplayNativeHdrSurfaceCapabilitiesAMD.Ptr.reinterpret(long newSize) Assume theVkDisplayNativeHdrSurfaceCapabilitiesAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayNativeHdrSurfaceCapabilitiesAMD.Ptrthat uses the same backing storage as thisVkDisplayNativeHdrSurfaceCapabilitiesAMD.Ptr, but with the new size.@NotNull VkDisplayPlaneCapabilities2KHR.PtrVkDisplayPlaneCapabilities2KHR.Ptr.reinterpret(long newSize) Assume theVkDisplayPlaneCapabilities2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPlaneCapabilities2KHR.Ptrthat uses the same backing storage as thisVkDisplayPlaneCapabilities2KHR.Ptr, but with the new size.@NotNull VkDisplayPlaneCapabilitiesKHR.PtrVkDisplayPlaneCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayPlaneCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPlaneCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkDisplayPlaneCapabilitiesKHR.Ptr, but with the new size.@NotNull VkDisplayPlaneInfo2KHR.PtrVkDisplayPlaneInfo2KHR.Ptr.reinterpret(long newSize) Assume theVkDisplayPlaneInfo2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPlaneInfo2KHR.Ptrthat uses the same backing storage as thisVkDisplayPlaneInfo2KHR.Ptr, but with the new size.@NotNull VkDisplayPlaneProperties2KHR.PtrVkDisplayPlaneProperties2KHR.Ptr.reinterpret(long newSize) Assume theVkDisplayPlaneProperties2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPlaneProperties2KHR.Ptrthat uses the same backing storage as thisVkDisplayPlaneProperties2KHR.Ptr, but with the new size.@NotNull VkDisplayPlanePropertiesKHR.PtrVkDisplayPlanePropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayPlanePropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPlanePropertiesKHR.Ptrthat uses the same backing storage as thisVkDisplayPlanePropertiesKHR.Ptr, but with the new size.@NotNull VkDisplayPowerInfoEXT.PtrVkDisplayPowerInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDisplayPowerInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPowerInfoEXT.Ptrthat uses the same backing storage as thisVkDisplayPowerInfoEXT.Ptr, but with the new size.@NotNull VkDisplayPresentInfoKHR.PtrVkDisplayPresentInfoKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayPresentInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPresentInfoKHR.Ptrthat uses the same backing storage as thisVkDisplayPresentInfoKHR.Ptr, but with the new size.@NotNull VkDisplayProperties2KHR.PtrVkDisplayProperties2KHR.Ptr.reinterpret(long newSize) Assume theVkDisplayProperties2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayProperties2KHR.Ptrthat uses the same backing storage as thisVkDisplayProperties2KHR.Ptr, but with the new size.@NotNull VkDisplayPropertiesKHR.PtrVkDisplayPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPropertiesKHR.Ptrthat uses the same backing storage as thisVkDisplayPropertiesKHR.Ptr, but with the new size.@NotNull VkDisplaySurfaceCreateInfoKHR.PtrVkDisplaySurfaceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkDisplaySurfaceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplaySurfaceCreateInfoKHR.Ptrthat uses the same backing storage as thisVkDisplaySurfaceCreateInfoKHR.Ptr, but with the new size.VkDisplaySurfaceStereoCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkDisplaySurfaceStereoCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplaySurfaceStereoCreateInfoNV.Ptrthat uses the same backing storage as thisVkDisplaySurfaceStereoCreateInfoNV.Ptr, but with the new size.@NotNull VkDrawIndexedIndirectCommand.PtrVkDrawIndexedIndirectCommand.Ptr.reinterpret(long newSize) Assume theVkDrawIndexedIndirectCommand.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrawIndexedIndirectCommand.Ptrthat uses the same backing storage as thisVkDrawIndexedIndirectCommand.Ptr, but with the new size.@NotNull VkDrawIndirectCommand.PtrVkDrawIndirectCommand.Ptr.reinterpret(long newSize) Assume theVkDrawIndirectCommand.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrawIndirectCommand.Ptrthat uses the same backing storage as thisVkDrawIndirectCommand.Ptr, but with the new size.VkDrawIndirectCountIndirectCommandEXT.Ptr.reinterpret(long newSize) Assume theVkDrawIndirectCountIndirectCommandEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrawIndirectCountIndirectCommandEXT.Ptrthat uses the same backing storage as thisVkDrawIndirectCountIndirectCommandEXT.Ptr, but with the new size.VkDrawMeshTasksIndirectCommandEXT.Ptr.reinterpret(long newSize) Assume theVkDrawMeshTasksIndirectCommandEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrawMeshTasksIndirectCommandEXT.Ptrthat uses the same backing storage as thisVkDrawMeshTasksIndirectCommandEXT.Ptr, but with the new size.@NotNull VkDrawMeshTasksIndirectCommandNV.PtrVkDrawMeshTasksIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkDrawMeshTasksIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrawMeshTasksIndirectCommandNV.Ptrthat uses the same backing storage as thisVkDrawMeshTasksIndirectCommandNV.Ptr, but with the new size.VkDrmFormatModifierProperties2EXT.Ptr.reinterpret(long newSize) Assume theVkDrmFormatModifierProperties2EXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrmFormatModifierProperties2EXT.Ptrthat uses the same backing storage as thisVkDrmFormatModifierProperties2EXT.Ptr, but with the new size.@NotNull VkDrmFormatModifierPropertiesEXT.PtrVkDrmFormatModifierPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkDrmFormatModifierPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrmFormatModifierPropertiesEXT.Ptrthat uses the same backing storage as thisVkDrmFormatModifierPropertiesEXT.Ptr, but with the new size.VkDrmFormatModifierPropertiesList2EXT.Ptr.reinterpret(long newSize) Assume theVkDrmFormatModifierPropertiesList2EXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrmFormatModifierPropertiesList2EXT.Ptrthat uses the same backing storage as thisVkDrmFormatModifierPropertiesList2EXT.Ptr, but with the new size.VkDrmFormatModifierPropertiesListEXT.Ptr.reinterpret(long newSize) Assume theVkDrmFormatModifierPropertiesListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrmFormatModifierPropertiesListEXT.Ptrthat uses the same backing storage as thisVkDrmFormatModifierPropertiesListEXT.Ptr, but with the new size.@NotNull VkEventCreateInfo.PtrVkEventCreateInfo.Ptr.reinterpret(long newSize) Assume theVkEventCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkEventCreateInfo.Ptrthat uses the same backing storage as thisVkEventCreateInfo.Ptr, but with the new size.VkExecutionGraphPipelineCreateInfoAMDX.Ptr.reinterpret(long newSize) Assume theVkExecutionGraphPipelineCreateInfoAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkExecutionGraphPipelineCreateInfoAMDX.Ptrthat uses the same backing storage as thisVkExecutionGraphPipelineCreateInfoAMDX.Ptr, but with the new size.VkExecutionGraphPipelineScratchSizeAMDX.Ptr.reinterpret(long newSize) Assume theVkExecutionGraphPipelineScratchSizeAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkExecutionGraphPipelineScratchSizeAMDX.Ptrthat uses the same backing storage as thisVkExecutionGraphPipelineScratchSizeAMDX.Ptr, but with the new size.@NotNull VkExportFenceCreateInfo.PtrVkExportFenceCreateInfo.Ptr.reinterpret(long newSize) Assume theVkExportFenceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportFenceCreateInfo.Ptrthat uses the same backing storage as thisVkExportFenceCreateInfo.Ptr, but with the new size.@NotNull VkExportFenceSciSyncInfoNV.PtrVkExportFenceSciSyncInfoNV.Ptr.reinterpret(long newSize) Assume theVkExportFenceSciSyncInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportFenceSciSyncInfoNV.Ptrthat uses the same backing storage as thisVkExportFenceSciSyncInfoNV.Ptr, but with the new size.@NotNull VkExportFenceWin32HandleInfoKHR.PtrVkExportFenceWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkExportFenceWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportFenceWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkExportFenceWin32HandleInfoKHR.Ptr, but with the new size.@NotNull VkExportMemoryAllocateInfo.PtrVkExportMemoryAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkExportMemoryAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMemoryAllocateInfo.Ptrthat uses the same backing storage as thisVkExportMemoryAllocateInfo.Ptr, but with the new size.@NotNull VkExportMemoryAllocateInfoNV.PtrVkExportMemoryAllocateInfoNV.Ptr.reinterpret(long newSize) Assume theVkExportMemoryAllocateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMemoryAllocateInfoNV.Ptrthat uses the same backing storage as thisVkExportMemoryAllocateInfoNV.Ptr, but with the new size.@NotNull VkExportMemorySciBufInfoNV.PtrVkExportMemorySciBufInfoNV.Ptr.reinterpret(long newSize) Assume theVkExportMemorySciBufInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMemorySciBufInfoNV.Ptrthat uses the same backing storage as thisVkExportMemorySciBufInfoNV.Ptr, but with the new size.@NotNull VkExportMemoryWin32HandleInfoKHR.PtrVkExportMemoryWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkExportMemoryWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMemoryWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkExportMemoryWin32HandleInfoKHR.Ptr, but with the new size.@NotNull VkExportMemoryWin32HandleInfoNV.PtrVkExportMemoryWin32HandleInfoNV.Ptr.reinterpret(long newSize) Assume theVkExportMemoryWin32HandleInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMemoryWin32HandleInfoNV.Ptrthat uses the same backing storage as thisVkExportMemoryWin32HandleInfoNV.Ptr, but with the new size.@NotNull VkExportMetalBufferInfoEXT.PtrVkExportMetalBufferInfoEXT.Ptr.reinterpret(long newSize) Assume theVkExportMetalBufferInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMetalBufferInfoEXT.Ptrthat uses the same backing storage as thisVkExportMetalBufferInfoEXT.Ptr, but with the new size.@NotNull VkExportMetalCommandQueueInfoEXT.PtrVkExportMetalCommandQueueInfoEXT.Ptr.reinterpret(long newSize) Assume theVkExportMetalCommandQueueInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMetalCommandQueueInfoEXT.Ptrthat uses the same backing storage as thisVkExportMetalCommandQueueInfoEXT.Ptr, but with the new size.@NotNull VkExportMetalDeviceInfoEXT.PtrVkExportMetalDeviceInfoEXT.Ptr.reinterpret(long newSize) Assume theVkExportMetalDeviceInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMetalDeviceInfoEXT.Ptrthat uses the same backing storage as thisVkExportMetalDeviceInfoEXT.Ptr, but with the new size.@NotNull VkExportMetalIOSurfaceInfoEXT.PtrVkExportMetalIOSurfaceInfoEXT.Ptr.reinterpret(long newSize) Assume theVkExportMetalIOSurfaceInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMetalIOSurfaceInfoEXT.Ptrthat uses the same backing storage as thisVkExportMetalIOSurfaceInfoEXT.Ptr, but with the new size.@NotNull VkExportMetalObjectCreateInfoEXT.PtrVkExportMetalObjectCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkExportMetalObjectCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMetalObjectCreateInfoEXT.Ptrthat uses the same backing storage as thisVkExportMetalObjectCreateInfoEXT.Ptr, but with the new size.@NotNull VkExportMetalObjectsInfoEXT.PtrVkExportMetalObjectsInfoEXT.Ptr.reinterpret(long newSize) Assume theVkExportMetalObjectsInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMetalObjectsInfoEXT.Ptrthat uses the same backing storage as thisVkExportMetalObjectsInfoEXT.Ptr, but with the new size.@NotNull VkExportMetalSharedEventInfoEXT.PtrVkExportMetalSharedEventInfoEXT.Ptr.reinterpret(long newSize) Assume theVkExportMetalSharedEventInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMetalSharedEventInfoEXT.Ptrthat uses the same backing storage as thisVkExportMetalSharedEventInfoEXT.Ptr, but with the new size.@NotNull VkExportMetalTextureInfoEXT.PtrVkExportMetalTextureInfoEXT.Ptr.reinterpret(long newSize) Assume theVkExportMetalTextureInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportMetalTextureInfoEXT.Ptrthat uses the same backing storage as thisVkExportMetalTextureInfoEXT.Ptr, but with the new size.@NotNull VkExportSemaphoreCreateInfo.PtrVkExportSemaphoreCreateInfo.Ptr.reinterpret(long newSize) Assume theVkExportSemaphoreCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportSemaphoreCreateInfo.Ptrthat uses the same backing storage as thisVkExportSemaphoreCreateInfo.Ptr, but with the new size.@NotNull VkExportSemaphoreSciSyncInfoNV.PtrVkExportSemaphoreSciSyncInfoNV.Ptr.reinterpret(long newSize) Assume theVkExportSemaphoreSciSyncInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportSemaphoreSciSyncInfoNV.Ptrthat uses the same backing storage as thisVkExportSemaphoreSciSyncInfoNV.Ptr, but with the new size.VkExportSemaphoreWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkExportSemaphoreWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkExportSemaphoreWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkExportSemaphoreWin32HandleInfoKHR.Ptr, but with the new size.@NotNull VkExtensionProperties.PtrVkExtensionProperties.Ptr.reinterpret(long newSize) Assume theVkExtensionProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkExtensionProperties.Ptrthat uses the same backing storage as thisVkExtensionProperties.Ptr, but with the new size.@NotNull VkExtent2D.PtrVkExtent2D.Ptr.reinterpret(long newSize) Assume theVkExtent2D.Ptris capable of holding at leastnewSizestructures, create a new viewVkExtent2D.Ptrthat uses the same backing storage as thisVkExtent2D.Ptr, but with the new size.@NotNull VkExtent3D.PtrVkExtent3D.Ptr.reinterpret(long newSize) Assume theVkExtent3D.Ptris capable of holding at leastnewSizestructures, create a new viewVkExtent3D.Ptrthat uses the same backing storage as thisVkExtent3D.Ptr, but with the new size.@NotNull VkExternalBufferProperties.PtrVkExternalBufferProperties.Ptr.reinterpret(long newSize) Assume theVkExternalBufferProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalBufferProperties.Ptrthat uses the same backing storage as thisVkExternalBufferProperties.Ptr, but with the new size.VkExternalComputeQueueCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkExternalComputeQueueCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalComputeQueueCreateInfoNV.Ptrthat uses the same backing storage as thisVkExternalComputeQueueCreateInfoNV.Ptr, but with the new size.VkExternalComputeQueueDataParamsNV.Ptr.reinterpret(long newSize) Assume theVkExternalComputeQueueDataParamsNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalComputeQueueDataParamsNV.Ptrthat uses the same backing storage as thisVkExternalComputeQueueDataParamsNV.Ptr, but with the new size.VkExternalComputeQueueDeviceCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkExternalComputeQueueDeviceCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalComputeQueueDeviceCreateInfoNV.Ptrthat uses the same backing storage as thisVkExternalComputeQueueDeviceCreateInfoNV.Ptr, but with the new size.@NotNull VkExternalFenceProperties.PtrVkExternalFenceProperties.Ptr.reinterpret(long newSize) Assume theVkExternalFenceProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalFenceProperties.Ptrthat uses the same backing storage as thisVkExternalFenceProperties.Ptr, but with the new size.@NotNull VkExternalFormatANDROID.PtrVkExternalFormatANDROID.Ptr.reinterpret(long newSize) Assume theVkExternalFormatANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalFormatANDROID.Ptrthat uses the same backing storage as thisVkExternalFormatANDROID.Ptr, but with the new size.@NotNull VkExternalFormatQNX.PtrVkExternalFormatQNX.Ptr.reinterpret(long newSize) Assume theVkExternalFormatQNX.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalFormatQNX.Ptrthat uses the same backing storage as thisVkExternalFormatQNX.Ptr, but with the new size.@NotNull VkExternalImageFormatProperties.PtrVkExternalImageFormatProperties.Ptr.reinterpret(long newSize) Assume theVkExternalImageFormatProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalImageFormatProperties.Ptrthat uses the same backing storage as thisVkExternalImageFormatProperties.Ptr, but with the new size.VkExternalImageFormatPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkExternalImageFormatPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalImageFormatPropertiesNV.Ptrthat uses the same backing storage as thisVkExternalImageFormatPropertiesNV.Ptr, but with the new size.VkExternalMemoryAcquireUnmodifiedEXT.Ptr.reinterpret(long newSize) Assume theVkExternalMemoryAcquireUnmodifiedEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalMemoryAcquireUnmodifiedEXT.Ptrthat uses the same backing storage as thisVkExternalMemoryAcquireUnmodifiedEXT.Ptr, but with the new size.@NotNull VkExternalMemoryBufferCreateInfo.PtrVkExternalMemoryBufferCreateInfo.Ptr.reinterpret(long newSize) Assume theVkExternalMemoryBufferCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalMemoryBufferCreateInfo.Ptrthat uses the same backing storage as thisVkExternalMemoryBufferCreateInfo.Ptr, but with the new size.@NotNull VkExternalMemoryImageCreateInfo.PtrVkExternalMemoryImageCreateInfo.Ptr.reinterpret(long newSize) Assume theVkExternalMemoryImageCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalMemoryImageCreateInfo.Ptrthat uses the same backing storage as thisVkExternalMemoryImageCreateInfo.Ptr, but with the new size.VkExternalMemoryImageCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkExternalMemoryImageCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalMemoryImageCreateInfoNV.Ptrthat uses the same backing storage as thisVkExternalMemoryImageCreateInfoNV.Ptr, but with the new size.@NotNull VkExternalMemoryProperties.PtrVkExternalMemoryProperties.Ptr.reinterpret(long newSize) Assume theVkExternalMemoryProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalMemoryProperties.Ptrthat uses the same backing storage as thisVkExternalMemoryProperties.Ptr, but with the new size.@NotNull VkExternalSemaphoreProperties.PtrVkExternalSemaphoreProperties.Ptr.reinterpret(long newSize) Assume theVkExternalSemaphoreProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkExternalSemaphoreProperties.Ptrthat uses the same backing storage as thisVkExternalSemaphoreProperties.Ptr, but with the new size.@NotNull VkFenceCreateInfo.PtrVkFenceCreateInfo.Ptr.reinterpret(long newSize) Assume theVkFenceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkFenceCreateInfo.Ptrthat uses the same backing storage as thisVkFenceCreateInfo.Ptr, but with the new size.@NotNull VkFenceGetFdInfoKHR.PtrVkFenceGetFdInfoKHR.Ptr.reinterpret(long newSize) Assume theVkFenceGetFdInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkFenceGetFdInfoKHR.Ptrthat uses the same backing storage as thisVkFenceGetFdInfoKHR.Ptr, but with the new size.@NotNull VkFenceGetSciSyncInfoNV.PtrVkFenceGetSciSyncInfoNV.Ptr.reinterpret(long newSize) Assume theVkFenceGetSciSyncInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkFenceGetSciSyncInfoNV.Ptrthat uses the same backing storage as thisVkFenceGetSciSyncInfoNV.Ptr, but with the new size.@NotNull VkFenceGetWin32HandleInfoKHR.PtrVkFenceGetWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkFenceGetWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkFenceGetWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkFenceGetWin32HandleInfoKHR.Ptr, but with the new size.VkFilterCubicImageViewImageFormatPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkFilterCubicImageViewImageFormatPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkFilterCubicImageViewImageFormatPropertiesEXT.Ptrthat uses the same backing storage as thisVkFilterCubicImageViewImageFormatPropertiesEXT.Ptr, but with the new size.@NotNull VkFormatProperties.PtrVkFormatProperties.Ptr.reinterpret(long newSize) Assume theVkFormatProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkFormatProperties.Ptrthat uses the same backing storage as thisVkFormatProperties.Ptr, but with the new size.@NotNull VkFormatProperties2.PtrVkFormatProperties2.Ptr.reinterpret(long newSize) Assume theVkFormatProperties2.Ptris capable of holding at leastnewSizestructures, create a new viewVkFormatProperties2.Ptrthat uses the same backing storage as thisVkFormatProperties2.Ptr, but with the new size.@NotNull VkFormatProperties3.PtrVkFormatProperties3.Ptr.reinterpret(long newSize) Assume theVkFormatProperties3.Ptris capable of holding at leastnewSizestructures, create a new viewVkFormatProperties3.Ptrthat uses the same backing storage as thisVkFormatProperties3.Ptr, but with the new size.VkFragmentShadingRateAttachmentInfoKHR.Ptr.reinterpret(long newSize) Assume theVkFragmentShadingRateAttachmentInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkFragmentShadingRateAttachmentInfoKHR.Ptrthat uses the same backing storage as thisVkFragmentShadingRateAttachmentInfoKHR.Ptr, but with the new size.@NotNull VkFrameBoundaryEXT.PtrVkFrameBoundaryEXT.Ptr.reinterpret(long newSize) Assume theVkFrameBoundaryEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkFrameBoundaryEXT.Ptrthat uses the same backing storage as thisVkFrameBoundaryEXT.Ptr, but with the new size.@NotNull VkFramebufferAttachmentImageInfo.PtrVkFramebufferAttachmentImageInfo.Ptr.reinterpret(long newSize) Assume theVkFramebufferAttachmentImageInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkFramebufferAttachmentImageInfo.Ptrthat uses the same backing storage as thisVkFramebufferAttachmentImageInfo.Ptr, but with the new size.VkFramebufferAttachmentsCreateInfo.Ptr.reinterpret(long newSize) Assume theVkFramebufferAttachmentsCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkFramebufferAttachmentsCreateInfo.Ptrthat uses the same backing storage as thisVkFramebufferAttachmentsCreateInfo.Ptr, but with the new size.@NotNull VkFramebufferCreateInfo.PtrVkFramebufferCreateInfo.Ptr.reinterpret(long newSize) Assume theVkFramebufferCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkFramebufferCreateInfo.Ptrthat uses the same backing storage as thisVkFramebufferCreateInfo.Ptr, but with the new size.VkFramebufferMixedSamplesCombinationNV.Ptr.reinterpret(long newSize) Assume theVkFramebufferMixedSamplesCombinationNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkFramebufferMixedSamplesCombinationNV.Ptrthat uses the same backing storage as thisVkFramebufferMixedSamplesCombinationNV.Ptr, but with the new size.@NotNull VkGeneratedCommandsInfoEXT.PtrVkGeneratedCommandsInfoEXT.Ptr.reinterpret(long newSize) Assume theVkGeneratedCommandsInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeneratedCommandsInfoEXT.Ptrthat uses the same backing storage as thisVkGeneratedCommandsInfoEXT.Ptr, but with the new size.@NotNull VkGeneratedCommandsInfoNV.PtrVkGeneratedCommandsInfoNV.Ptr.reinterpret(long newSize) Assume theVkGeneratedCommandsInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeneratedCommandsInfoNV.Ptrthat uses the same backing storage as thisVkGeneratedCommandsInfoNV.Ptr, but with the new size.VkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr.reinterpret(long newSize) Assume theVkGeneratedCommandsMemoryRequirementsInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeneratedCommandsMemoryRequirementsInfoEXT.Ptrthat uses the same backing storage as thisVkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr, but with the new size.VkGeneratedCommandsMemoryRequirementsInfoNV.Ptr.reinterpret(long newSize) Assume theVkGeneratedCommandsMemoryRequirementsInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeneratedCommandsMemoryRequirementsInfoNV.Ptrthat uses the same backing storage as thisVkGeneratedCommandsMemoryRequirementsInfoNV.Ptr, but with the new size.VkGeneratedCommandsPipelineInfoEXT.Ptr.reinterpret(long newSize) Assume theVkGeneratedCommandsPipelineInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeneratedCommandsPipelineInfoEXT.Ptrthat uses the same backing storage as thisVkGeneratedCommandsPipelineInfoEXT.Ptr, but with the new size.@NotNull VkGeneratedCommandsShaderInfoEXT.PtrVkGeneratedCommandsShaderInfoEXT.Ptr.reinterpret(long newSize) Assume theVkGeneratedCommandsShaderInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeneratedCommandsShaderInfoEXT.Ptrthat uses the same backing storage as thisVkGeneratedCommandsShaderInfoEXT.Ptr, but with the new size.@NotNull VkGeometryAABBNV.PtrVkGeometryAABBNV.Ptr.reinterpret(long newSize) Assume theVkGeometryAABBNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeometryAABBNV.Ptrthat uses the same backing storage as thisVkGeometryAABBNV.Ptr, but with the new size.@NotNull VkGeometryDataNV.PtrVkGeometryDataNV.Ptr.reinterpret(long newSize) Assume theVkGeometryDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeometryDataNV.Ptrthat uses the same backing storage as thisVkGeometryDataNV.Ptr, but with the new size.@NotNull VkGeometryNV.PtrVkGeometryNV.Ptr.reinterpret(long newSize) Assume theVkGeometryNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeometryNV.Ptrthat uses the same backing storage as thisVkGeometryNV.Ptr, but with the new size.@NotNull VkGeometryTrianglesNV.PtrVkGeometryTrianglesNV.Ptr.reinterpret(long newSize) Assume theVkGeometryTrianglesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGeometryTrianglesNV.Ptrthat uses the same backing storage as thisVkGeometryTrianglesNV.Ptr, but with the new size.@NotNull VkGetLatencyMarkerInfoNV.PtrVkGetLatencyMarkerInfoNV.Ptr.reinterpret(long newSize) Assume theVkGetLatencyMarkerInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGetLatencyMarkerInfoNV.Ptrthat uses the same backing storage as thisVkGetLatencyMarkerInfoNV.Ptr, but with the new size.@NotNull VkGraphicsPipelineCreateInfo.PtrVkGraphicsPipelineCreateInfo.Ptr.reinterpret(long newSize) Assume theVkGraphicsPipelineCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkGraphicsPipelineCreateInfo.Ptrthat uses the same backing storage as thisVkGraphicsPipelineCreateInfo.Ptr, but with the new size.VkGraphicsPipelineLibraryCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkGraphicsPipelineLibraryCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkGraphicsPipelineLibraryCreateInfoEXT.Ptrthat uses the same backing storage as thisVkGraphicsPipelineLibraryCreateInfoEXT.Ptr, but with the new size.VkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptrthat uses the same backing storage as thisVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr, but with the new size.VkGraphicsShaderGroupCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkGraphicsShaderGroupCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkGraphicsShaderGroupCreateInfoNV.Ptrthat uses the same backing storage as thisVkGraphicsShaderGroupCreateInfoNV.Ptr, but with the new size.@NotNull VkHdrMetadataEXT.PtrVkHdrMetadataEXT.Ptr.reinterpret(long newSize) Assume theVkHdrMetadataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkHdrMetadataEXT.Ptrthat uses the same backing storage as thisVkHdrMetadataEXT.Ptr, but with the new size.@NotNull VkHdrVividDynamicMetadataHUAWEI.PtrVkHdrVividDynamicMetadataHUAWEI.Ptr.reinterpret(long newSize) Assume theVkHdrVividDynamicMetadataHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkHdrVividDynamicMetadataHUAWEI.Ptrthat uses the same backing storage as thisVkHdrVividDynamicMetadataHUAWEI.Ptr, but with the new size.@NotNull VkHeadlessSurfaceCreateInfoEXT.PtrVkHeadlessSurfaceCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkHeadlessSurfaceCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkHeadlessSurfaceCreateInfoEXT.Ptrthat uses the same backing storage as thisVkHeadlessSurfaceCreateInfoEXT.Ptr, but with the new size.VkHostImageCopyDevicePerformanceQuery.Ptr.reinterpret(long newSize) Assume theVkHostImageCopyDevicePerformanceQuery.Ptris capable of holding at leastnewSizestructures, create a new viewVkHostImageCopyDevicePerformanceQuery.Ptrthat uses the same backing storage as thisVkHostImageCopyDevicePerformanceQuery.Ptr, but with the new size.@NotNull VkHostImageLayoutTransitionInfo.PtrVkHostImageLayoutTransitionInfo.Ptr.reinterpret(long newSize) Assume theVkHostImageLayoutTransitionInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkHostImageLayoutTransitionInfo.Ptrthat uses the same backing storage as thisVkHostImageLayoutTransitionInfo.Ptr, but with the new size.VkImageAlignmentControlCreateInfoMESA.Ptr.reinterpret(long newSize) Assume theVkImageAlignmentControlCreateInfoMESA.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageAlignmentControlCreateInfoMESA.Ptrthat uses the same backing storage as thisVkImageAlignmentControlCreateInfoMESA.Ptr, but with the new size.@NotNull VkImageBlit.PtrVkImageBlit.Ptr.reinterpret(long newSize) Assume theVkImageBlit.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageBlit.Ptrthat uses the same backing storage as thisVkImageBlit.Ptr, but with the new size.@NotNull VkImageBlit2.PtrVkImageBlit2.Ptr.reinterpret(long newSize) Assume theVkImageBlit2.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageBlit2.Ptrthat uses the same backing storage as thisVkImageBlit2.Ptr, but with the new size.VkImageCaptureDescriptorDataInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImageCaptureDescriptorDataInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageCaptureDescriptorDataInfoEXT.Ptrthat uses the same backing storage as thisVkImageCaptureDescriptorDataInfoEXT.Ptr, but with the new size.@NotNull VkImageCompressionControlEXT.PtrVkImageCompressionControlEXT.Ptr.reinterpret(long newSize) Assume theVkImageCompressionControlEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageCompressionControlEXT.Ptrthat uses the same backing storage as thisVkImageCompressionControlEXT.Ptr, but with the new size.@NotNull VkImageCompressionPropertiesEXT.PtrVkImageCompressionPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkImageCompressionPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageCompressionPropertiesEXT.Ptrthat uses the same backing storage as thisVkImageCompressionPropertiesEXT.Ptr, but with the new size.@NotNull VkImageConstraintsInfoFUCHSIA.PtrVkImageConstraintsInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkImageConstraintsInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageConstraintsInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkImageConstraintsInfoFUCHSIA.Ptr, but with the new size.@NotNull VkImageCopy.PtrVkImageCopy.Ptr.reinterpret(long newSize) Assume theVkImageCopy.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageCopy.Ptrthat uses the same backing storage as thisVkImageCopy.Ptr, but with the new size.@NotNull VkImageCopy2.PtrVkImageCopy2.Ptr.reinterpret(long newSize) Assume theVkImageCopy2.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageCopy2.Ptrthat uses the same backing storage as thisVkImageCopy2.Ptr, but with the new size.@NotNull VkImageCreateInfo.PtrVkImageCreateInfo.Ptr.reinterpret(long newSize) Assume theVkImageCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageCreateInfo.Ptrthat uses the same backing storage as thisVkImageCreateInfo.Ptr, but with the new size.VkImageDrmFormatModifierExplicitCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImageDrmFormatModifierExplicitCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageDrmFormatModifierExplicitCreateInfoEXT.Ptrthat uses the same backing storage as thisVkImageDrmFormatModifierExplicitCreateInfoEXT.Ptr, but with the new size.VkImageDrmFormatModifierListCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImageDrmFormatModifierListCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageDrmFormatModifierListCreateInfoEXT.Ptrthat uses the same backing storage as thisVkImageDrmFormatModifierListCreateInfoEXT.Ptr, but with the new size.VkImageDrmFormatModifierPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkImageDrmFormatModifierPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageDrmFormatModifierPropertiesEXT.Ptrthat uses the same backing storage as thisVkImageDrmFormatModifierPropertiesEXT.Ptr, but with the new size.VkImageFormatConstraintsInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkImageFormatConstraintsInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageFormatConstraintsInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkImageFormatConstraintsInfoFUCHSIA.Ptr, but with the new size.@NotNull VkImageFormatListCreateInfo.PtrVkImageFormatListCreateInfo.Ptr.reinterpret(long newSize) Assume theVkImageFormatListCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageFormatListCreateInfo.Ptrthat uses the same backing storage as thisVkImageFormatListCreateInfo.Ptr, but with the new size.@NotNull VkImageFormatProperties.PtrVkImageFormatProperties.Ptr.reinterpret(long newSize) Assume theVkImageFormatProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageFormatProperties.Ptrthat uses the same backing storage as thisVkImageFormatProperties.Ptr, but with the new size.@NotNull VkImageFormatProperties2.PtrVkImageFormatProperties2.Ptr.reinterpret(long newSize) Assume theVkImageFormatProperties2.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageFormatProperties2.Ptrthat uses the same backing storage as thisVkImageFormatProperties2.Ptr, but with the new size.@NotNull VkImageMemoryBarrier.PtrVkImageMemoryBarrier.Ptr.reinterpret(long newSize) Assume theVkImageMemoryBarrier.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageMemoryBarrier.Ptrthat uses the same backing storage as thisVkImageMemoryBarrier.Ptr, but with the new size.@NotNull VkImageMemoryBarrier2.PtrVkImageMemoryBarrier2.Ptr.reinterpret(long newSize) Assume theVkImageMemoryBarrier2.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageMemoryBarrier2.Ptrthat uses the same backing storage as thisVkImageMemoryBarrier2.Ptr, but with the new size.@NotNull VkImageMemoryRequirementsInfo2.PtrVkImageMemoryRequirementsInfo2.Ptr.reinterpret(long newSize) Assume theVkImageMemoryRequirementsInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageMemoryRequirementsInfo2.Ptrthat uses the same backing storage as thisVkImageMemoryRequirementsInfo2.Ptr, but with the new size.VkImagePipeSurfaceCreateInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkImagePipeSurfaceCreateInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkImagePipeSurfaceCreateInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkImagePipeSurfaceCreateInfoFUCHSIA.Ptr, but with the new size.VkImagePlaneMemoryRequirementsInfo.Ptr.reinterpret(long newSize) Assume theVkImagePlaneMemoryRequirementsInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkImagePlaneMemoryRequirementsInfo.Ptrthat uses the same backing storage as thisVkImagePlaneMemoryRequirementsInfo.Ptr, but with the new size.@NotNull VkImageResolve.PtrVkImageResolve.Ptr.reinterpret(long newSize) Assume theVkImageResolve.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageResolve.Ptrthat uses the same backing storage as thisVkImageResolve.Ptr, but with the new size.@NotNull VkImageResolve2.PtrVkImageResolve2.Ptr.reinterpret(long newSize) Assume theVkImageResolve2.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageResolve2.Ptrthat uses the same backing storage as thisVkImageResolve2.Ptr, but with the new size.VkImageSparseMemoryRequirementsInfo2.Ptr.reinterpret(long newSize) Assume theVkImageSparseMemoryRequirementsInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageSparseMemoryRequirementsInfo2.Ptrthat uses the same backing storage as thisVkImageSparseMemoryRequirementsInfo2.Ptr, but with the new size.@NotNull VkImageStencilUsageCreateInfo.PtrVkImageStencilUsageCreateInfo.Ptr.reinterpret(long newSize) Assume theVkImageStencilUsageCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageStencilUsageCreateInfo.Ptrthat uses the same backing storage as thisVkImageStencilUsageCreateInfo.Ptr, but with the new size.@NotNull VkImageSubresource.PtrVkImageSubresource.Ptr.reinterpret(long newSize) Assume theVkImageSubresource.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageSubresource.Ptrthat uses the same backing storage as thisVkImageSubresource.Ptr, but with the new size.@NotNull VkImageSubresource2.PtrVkImageSubresource2.Ptr.reinterpret(long newSize) Assume theVkImageSubresource2.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageSubresource2.Ptrthat uses the same backing storage as thisVkImageSubresource2.Ptr, but with the new size.@NotNull VkImageSubresourceLayers.PtrVkImageSubresourceLayers.Ptr.reinterpret(long newSize) Assume theVkImageSubresourceLayers.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageSubresourceLayers.Ptrthat uses the same backing storage as thisVkImageSubresourceLayers.Ptr, but with the new size.@NotNull VkImageSubresourceRange.PtrVkImageSubresourceRange.Ptr.reinterpret(long newSize) Assume theVkImageSubresourceRange.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageSubresourceRange.Ptrthat uses the same backing storage as thisVkImageSubresourceRange.Ptr, but with the new size.@NotNull VkImageSwapchainCreateInfoKHR.PtrVkImageSwapchainCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkImageSwapchainCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageSwapchainCreateInfoKHR.Ptrthat uses the same backing storage as thisVkImageSwapchainCreateInfoKHR.Ptr, but with the new size.@NotNull VkImageToMemoryCopy.PtrVkImageToMemoryCopy.Ptr.reinterpret(long newSize) Assume theVkImageToMemoryCopy.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageToMemoryCopy.Ptrthat uses the same backing storage as thisVkImageToMemoryCopy.Ptr, but with the new size.@NotNull VkImageViewAddressPropertiesNVX.PtrVkImageViewAddressPropertiesNVX.Ptr.reinterpret(long newSize) Assume theVkImageViewAddressPropertiesNVX.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewAddressPropertiesNVX.Ptrthat uses the same backing storage as thisVkImageViewAddressPropertiesNVX.Ptr, but with the new size.@NotNull VkImageViewASTCDecodeModeEXT.PtrVkImageViewASTCDecodeModeEXT.Ptr.reinterpret(long newSize) Assume theVkImageViewASTCDecodeModeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewASTCDecodeModeEXT.Ptrthat uses the same backing storage as thisVkImageViewASTCDecodeModeEXT.Ptr, but with the new size.VkImageViewCaptureDescriptorDataInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImageViewCaptureDescriptorDataInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewCaptureDescriptorDataInfoEXT.Ptrthat uses the same backing storage as thisVkImageViewCaptureDescriptorDataInfoEXT.Ptr, but with the new size.@NotNull VkImageViewCreateInfo.PtrVkImageViewCreateInfo.Ptr.reinterpret(long newSize) Assume theVkImageViewCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewCreateInfo.Ptrthat uses the same backing storage as thisVkImageViewCreateInfo.Ptr, but with the new size.@NotNull VkImageViewHandleInfoNVX.PtrVkImageViewHandleInfoNVX.Ptr.reinterpret(long newSize) Assume theVkImageViewHandleInfoNVX.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewHandleInfoNVX.Ptrthat uses the same backing storage as thisVkImageViewHandleInfoNVX.Ptr, but with the new size.@NotNull VkImageViewMinLodCreateInfoEXT.PtrVkImageViewMinLodCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImageViewMinLodCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewMinLodCreateInfoEXT.Ptrthat uses the same backing storage as thisVkImageViewMinLodCreateInfoEXT.Ptr, but with the new size.VkImageViewSampleWeightCreateInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkImageViewSampleWeightCreateInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewSampleWeightCreateInfoQCOM.Ptrthat uses the same backing storage as thisVkImageViewSampleWeightCreateInfoQCOM.Ptr, but with the new size.@NotNull VkImageViewSlicedCreateInfoEXT.PtrVkImageViewSlicedCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImageViewSlicedCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewSlicedCreateInfoEXT.Ptrthat uses the same backing storage as thisVkImageViewSlicedCreateInfoEXT.Ptr, but with the new size.@NotNull VkImageViewUsageCreateInfo.PtrVkImageViewUsageCreateInfo.Ptr.reinterpret(long newSize) Assume theVkImageViewUsageCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageViewUsageCreateInfo.Ptrthat uses the same backing storage as thisVkImageViewUsageCreateInfo.Ptr, but with the new size.VkImportAndroidHardwareBufferInfoANDROID.Ptr.reinterpret(long newSize) Assume theVkImportAndroidHardwareBufferInfoANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportAndroidHardwareBufferInfoANDROID.Ptrthat uses the same backing storage as thisVkImportAndroidHardwareBufferInfoANDROID.Ptr, but with the new size.@NotNull VkImportFenceFdInfoKHR.PtrVkImportFenceFdInfoKHR.Ptr.reinterpret(long newSize) Assume theVkImportFenceFdInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportFenceFdInfoKHR.Ptrthat uses the same backing storage as thisVkImportFenceFdInfoKHR.Ptr, but with the new size.@NotNull VkImportFenceSciSyncInfoNV.PtrVkImportFenceSciSyncInfoNV.Ptr.reinterpret(long newSize) Assume theVkImportFenceSciSyncInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportFenceSciSyncInfoNV.Ptrthat uses the same backing storage as thisVkImportFenceSciSyncInfoNV.Ptr, but with the new size.@NotNull VkImportFenceWin32HandleInfoKHR.PtrVkImportFenceWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkImportFenceWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportFenceWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkImportFenceWin32HandleInfoKHR.Ptr, but with the new size.VkImportMemoryBufferCollectionFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkImportMemoryBufferCollectionFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMemoryBufferCollectionFUCHSIA.Ptrthat uses the same backing storage as thisVkImportMemoryBufferCollectionFUCHSIA.Ptr, but with the new size.@NotNull VkImportMemoryFdInfoKHR.PtrVkImportMemoryFdInfoKHR.Ptr.reinterpret(long newSize) Assume theVkImportMemoryFdInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMemoryFdInfoKHR.Ptrthat uses the same backing storage as thisVkImportMemoryFdInfoKHR.Ptr, but with the new size.@NotNull VkImportMemoryHostPointerInfoEXT.PtrVkImportMemoryHostPointerInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImportMemoryHostPointerInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMemoryHostPointerInfoEXT.Ptrthat uses the same backing storage as thisVkImportMemoryHostPointerInfoEXT.Ptr, but with the new size.@NotNull VkImportMemoryMetalHandleInfoEXT.PtrVkImportMemoryMetalHandleInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImportMemoryMetalHandleInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMemoryMetalHandleInfoEXT.Ptrthat uses the same backing storage as thisVkImportMemoryMetalHandleInfoEXT.Ptr, but with the new size.@NotNull VkImportMemorySciBufInfoNV.PtrVkImportMemorySciBufInfoNV.Ptr.reinterpret(long newSize) Assume theVkImportMemorySciBufInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMemorySciBufInfoNV.Ptrthat uses the same backing storage as thisVkImportMemorySciBufInfoNV.Ptr, but with the new size.@NotNull VkImportMemoryWin32HandleInfoKHR.PtrVkImportMemoryWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkImportMemoryWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMemoryWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkImportMemoryWin32HandleInfoKHR.Ptr, but with the new size.@NotNull VkImportMemoryWin32HandleInfoNV.PtrVkImportMemoryWin32HandleInfoNV.Ptr.reinterpret(long newSize) Assume theVkImportMemoryWin32HandleInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMemoryWin32HandleInfoNV.Ptrthat uses the same backing storage as thisVkImportMemoryWin32HandleInfoNV.Ptr, but with the new size.VkImportMemoryZirconHandleInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkImportMemoryZirconHandleInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMemoryZirconHandleInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkImportMemoryZirconHandleInfoFUCHSIA.Ptr, but with the new size.@NotNull VkImportMetalBufferInfoEXT.PtrVkImportMetalBufferInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImportMetalBufferInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMetalBufferInfoEXT.Ptrthat uses the same backing storage as thisVkImportMetalBufferInfoEXT.Ptr, but with the new size.@NotNull VkImportMetalIOSurfaceInfoEXT.PtrVkImportMetalIOSurfaceInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImportMetalIOSurfaceInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMetalIOSurfaceInfoEXT.Ptrthat uses the same backing storage as thisVkImportMetalIOSurfaceInfoEXT.Ptr, but with the new size.@NotNull VkImportMetalSharedEventInfoEXT.PtrVkImportMetalSharedEventInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImportMetalSharedEventInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMetalSharedEventInfoEXT.Ptrthat uses the same backing storage as thisVkImportMetalSharedEventInfoEXT.Ptr, but with the new size.@NotNull VkImportMetalTextureInfoEXT.PtrVkImportMetalTextureInfoEXT.Ptr.reinterpret(long newSize) Assume theVkImportMetalTextureInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportMetalTextureInfoEXT.Ptrthat uses the same backing storage as thisVkImportMetalTextureInfoEXT.Ptr, but with the new size.@NotNull VkImportScreenBufferInfoQNX.PtrVkImportScreenBufferInfoQNX.Ptr.reinterpret(long newSize) Assume theVkImportScreenBufferInfoQNX.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportScreenBufferInfoQNX.Ptrthat uses the same backing storage as thisVkImportScreenBufferInfoQNX.Ptr, but with the new size.@NotNull VkImportSemaphoreFdInfoKHR.PtrVkImportSemaphoreFdInfoKHR.Ptr.reinterpret(long newSize) Assume theVkImportSemaphoreFdInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportSemaphoreFdInfoKHR.Ptrthat uses the same backing storage as thisVkImportSemaphoreFdInfoKHR.Ptr, but with the new size.@NotNull VkImportSemaphoreSciSyncInfoNV.PtrVkImportSemaphoreSciSyncInfoNV.Ptr.reinterpret(long newSize) Assume theVkImportSemaphoreSciSyncInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportSemaphoreSciSyncInfoNV.Ptrthat uses the same backing storage as thisVkImportSemaphoreSciSyncInfoNV.Ptr, but with the new size.VkImportSemaphoreWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkImportSemaphoreWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportSemaphoreWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkImportSemaphoreWin32HandleInfoKHR.Ptr, but with the new size.VkImportSemaphoreZirconHandleInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkImportSemaphoreZirconHandleInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkImportSemaphoreZirconHandleInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkImportSemaphoreZirconHandleInfoFUCHSIA.Ptr, but with the new size.VkIndirectCommandsExecutionSetTokenEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsExecutionSetTokenEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsExecutionSetTokenEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsExecutionSetTokenEXT.Ptr, but with the new size.VkIndirectCommandsIndexBufferTokenEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsIndexBufferTokenEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsIndexBufferTokenEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsIndexBufferTokenEXT.Ptr, but with the new size.VkIndirectCommandsLayoutCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsLayoutCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsLayoutCreateInfoEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsLayoutCreateInfoEXT.Ptr, but with the new size.VkIndirectCommandsLayoutCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsLayoutCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsLayoutCreateInfoNV.Ptrthat uses the same backing storage as thisVkIndirectCommandsLayoutCreateInfoNV.Ptr, but with the new size.@NotNull VkIndirectCommandsLayoutTokenEXT.PtrVkIndirectCommandsLayoutTokenEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsLayoutTokenEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsLayoutTokenEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsLayoutTokenEXT.Ptr, but with the new size.@NotNull VkIndirectCommandsLayoutTokenNV.PtrVkIndirectCommandsLayoutTokenNV.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsLayoutTokenNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsLayoutTokenNV.Ptrthat uses the same backing storage as thisVkIndirectCommandsLayoutTokenNV.Ptr, but with the new size.VkIndirectCommandsPushConstantTokenEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsPushConstantTokenEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsPushConstantTokenEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsPushConstantTokenEXT.Ptr, but with the new size.@NotNull VkIndirectCommandsStreamNV.PtrVkIndirectCommandsStreamNV.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsStreamNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsStreamNV.Ptrthat uses the same backing storage as thisVkIndirectCommandsStreamNV.Ptr, but with the new size.@NotNull VkIndirectCommandsTokenDataEXT.PtrVkIndirectCommandsTokenDataEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsTokenDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsTokenDataEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsTokenDataEXT.Ptr, but with the new size.VkIndirectCommandsVertexBufferTokenEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsVertexBufferTokenEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsVertexBufferTokenEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsVertexBufferTokenEXT.Ptr, but with the new size.VkIndirectExecutionSetCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectExecutionSetCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectExecutionSetCreateInfoEXT.Ptrthat uses the same backing storage as thisVkIndirectExecutionSetCreateInfoEXT.Ptr, but with the new size.@NotNull VkIndirectExecutionSetInfoEXT.PtrVkIndirectExecutionSetInfoEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectExecutionSetInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectExecutionSetInfoEXT.Ptrthat uses the same backing storage as thisVkIndirectExecutionSetInfoEXT.Ptr, but with the new size.VkIndirectExecutionSetPipelineInfoEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectExecutionSetPipelineInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectExecutionSetPipelineInfoEXT.Ptrthat uses the same backing storage as thisVkIndirectExecutionSetPipelineInfoEXT.Ptr, but with the new size.VkIndirectExecutionSetShaderInfoEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectExecutionSetShaderInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectExecutionSetShaderInfoEXT.Ptrthat uses the same backing storage as thisVkIndirectExecutionSetShaderInfoEXT.Ptr, but with the new size.VkIndirectExecutionSetShaderLayoutInfoEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectExecutionSetShaderLayoutInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectExecutionSetShaderLayoutInfoEXT.Ptrthat uses the same backing storage as thisVkIndirectExecutionSetShaderLayoutInfoEXT.Ptr, but with the new size.VkInitializePerformanceApiInfoINTEL.Ptr.reinterpret(long newSize) Assume theVkInitializePerformanceApiInfoINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkInitializePerformanceApiInfoINTEL.Ptrthat uses the same backing storage as thisVkInitializePerformanceApiInfoINTEL.Ptr, but with the new size.@NotNull VkInputAttachmentAspectReference.PtrVkInputAttachmentAspectReference.Ptr.reinterpret(long newSize) Assume theVkInputAttachmentAspectReference.Ptris capable of holding at leastnewSizestructures, create a new viewVkInputAttachmentAspectReference.Ptrthat uses the same backing storage as thisVkInputAttachmentAspectReference.Ptr, but with the new size.@NotNull VkInstanceCreateInfo.PtrVkInstanceCreateInfo.Ptr.reinterpret(long newSize) Assume theVkInstanceCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkInstanceCreateInfo.Ptrthat uses the same backing storage as thisVkInstanceCreateInfo.Ptr, but with the new size.@NotNull VkIOSSurfaceCreateInfoMVK.PtrVkIOSSurfaceCreateInfoMVK.Ptr.reinterpret(long newSize) Assume theVkIOSSurfaceCreateInfoMVK.Ptris capable of holding at leastnewSizestructures, create a new viewVkIOSSurfaceCreateInfoMVK.Ptrthat uses the same backing storage as thisVkIOSSurfaceCreateInfoMVK.Ptr, but with the new size.@NotNull VkLatencySleepInfoNV.PtrVkLatencySleepInfoNV.Ptr.reinterpret(long newSize) Assume theVkLatencySleepInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkLatencySleepInfoNV.Ptrthat uses the same backing storage as thisVkLatencySleepInfoNV.Ptr, but with the new size.@NotNull VkLatencySleepModeInfoNV.PtrVkLatencySleepModeInfoNV.Ptr.reinterpret(long newSize) Assume theVkLatencySleepModeInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkLatencySleepModeInfoNV.Ptrthat uses the same backing storage as thisVkLatencySleepModeInfoNV.Ptr, but with the new size.@NotNull VkLatencySubmissionPresentIdNV.PtrVkLatencySubmissionPresentIdNV.Ptr.reinterpret(long newSize) Assume theVkLatencySubmissionPresentIdNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkLatencySubmissionPresentIdNV.Ptrthat uses the same backing storage as thisVkLatencySubmissionPresentIdNV.Ptr, but with the new size.@NotNull VkLatencySurfaceCapabilitiesNV.PtrVkLatencySurfaceCapabilitiesNV.Ptr.reinterpret(long newSize) Assume theVkLatencySurfaceCapabilitiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkLatencySurfaceCapabilitiesNV.Ptrthat uses the same backing storage as thisVkLatencySurfaceCapabilitiesNV.Ptr, but with the new size.@NotNull VkLatencyTimingsFrameReportNV.PtrVkLatencyTimingsFrameReportNV.Ptr.reinterpret(long newSize) Assume theVkLatencyTimingsFrameReportNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkLatencyTimingsFrameReportNV.Ptrthat uses the same backing storage as thisVkLatencyTimingsFrameReportNV.Ptr, but with the new size.@NotNull VkLayerProperties.PtrVkLayerProperties.Ptr.reinterpret(long newSize) Assume theVkLayerProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkLayerProperties.Ptrthat uses the same backing storage as thisVkLayerProperties.Ptr, but with the new size.@NotNull VkLayerSettingEXT.PtrVkLayerSettingEXT.Ptr.reinterpret(long newSize) Assume theVkLayerSettingEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkLayerSettingEXT.Ptrthat uses the same backing storage as thisVkLayerSettingEXT.Ptr, but with the new size.@NotNull VkLayerSettingsCreateInfoEXT.PtrVkLayerSettingsCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkLayerSettingsCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkLayerSettingsCreateInfoEXT.Ptrthat uses the same backing storage as thisVkLayerSettingsCreateInfoEXT.Ptr, but with the new size.@NotNull VkMacOSSurfaceCreateInfoMVK.PtrVkMacOSSurfaceCreateInfoMVK.Ptr.reinterpret(long newSize) Assume theVkMacOSSurfaceCreateInfoMVK.Ptris capable of holding at leastnewSizestructures, create a new viewVkMacOSSurfaceCreateInfoMVK.Ptrthat uses the same backing storage as thisVkMacOSSurfaceCreateInfoMVK.Ptr, but with the new size.@NotNull VkMappedMemoryRange.PtrVkMappedMemoryRange.Ptr.reinterpret(long newSize) Assume theVkMappedMemoryRange.Ptris capable of holding at leastnewSizestructures, create a new viewVkMappedMemoryRange.Ptrthat uses the same backing storage as thisVkMappedMemoryRange.Ptr, but with the new size.@NotNull VkMemoryAllocateFlagsInfo.PtrVkMemoryAllocateFlagsInfo.Ptr.reinterpret(long newSize) Assume theVkMemoryAllocateFlagsInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryAllocateFlagsInfo.Ptrthat uses the same backing storage as thisVkMemoryAllocateFlagsInfo.Ptr, but with the new size.@NotNull VkMemoryAllocateInfo.PtrVkMemoryAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkMemoryAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryAllocateInfo.Ptrthat uses the same backing storage as thisVkMemoryAllocateInfo.Ptr, but with the new size.@NotNull VkMemoryBarrier.PtrVkMemoryBarrier.Ptr.reinterpret(long newSize) Assume theVkMemoryBarrier.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryBarrier.Ptrthat uses the same backing storage as thisVkMemoryBarrier.Ptr, but with the new size.@NotNull VkMemoryBarrier2.PtrVkMemoryBarrier2.Ptr.reinterpret(long newSize) Assume theVkMemoryBarrier2.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryBarrier2.Ptrthat uses the same backing storage as thisVkMemoryBarrier2.Ptr, but with the new size.@NotNull VkMemoryBarrierAccessFlags3KHR.PtrVkMemoryBarrierAccessFlags3KHR.Ptr.reinterpret(long newSize) Assume theVkMemoryBarrierAccessFlags3KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryBarrierAccessFlags3KHR.Ptrthat uses the same backing storage as thisVkMemoryBarrierAccessFlags3KHR.Ptr, but with the new size.@NotNull VkMemoryDedicatedAllocateInfo.PtrVkMemoryDedicatedAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkMemoryDedicatedAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryDedicatedAllocateInfo.Ptrthat uses the same backing storage as thisVkMemoryDedicatedAllocateInfo.Ptr, but with the new size.@NotNull VkMemoryDedicatedRequirements.PtrVkMemoryDedicatedRequirements.Ptr.reinterpret(long newSize) Assume theVkMemoryDedicatedRequirements.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryDedicatedRequirements.Ptrthat uses the same backing storage as thisVkMemoryDedicatedRequirements.Ptr, but with the new size.@NotNull VkMemoryFdPropertiesKHR.PtrVkMemoryFdPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkMemoryFdPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryFdPropertiesKHR.Ptrthat uses the same backing storage as thisVkMemoryFdPropertiesKHR.Ptr, but with the new size.VkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr.reinterpret(long newSize) Assume theVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptrthat uses the same backing storage as thisVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr, but with the new size.@NotNull VkMemoryGetFdInfoKHR.PtrVkMemoryGetFdInfoKHR.Ptr.reinterpret(long newSize) Assume theVkMemoryGetFdInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryGetFdInfoKHR.Ptrthat uses the same backing storage as thisVkMemoryGetFdInfoKHR.Ptr, but with the new size.@NotNull VkMemoryGetMetalHandleInfoEXT.PtrVkMemoryGetMetalHandleInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMemoryGetMetalHandleInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryGetMetalHandleInfoEXT.Ptrthat uses the same backing storage as thisVkMemoryGetMetalHandleInfoEXT.Ptr, but with the new size.@NotNull VkMemoryGetRemoteAddressInfoNV.PtrVkMemoryGetRemoteAddressInfoNV.Ptr.reinterpret(long newSize) Assume theVkMemoryGetRemoteAddressInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryGetRemoteAddressInfoNV.Ptrthat uses the same backing storage as thisVkMemoryGetRemoteAddressInfoNV.Ptr, but with the new size.@NotNull VkMemoryGetSciBufInfoNV.PtrVkMemoryGetSciBufInfoNV.Ptr.reinterpret(long newSize) Assume theVkMemoryGetSciBufInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryGetSciBufInfoNV.Ptrthat uses the same backing storage as thisVkMemoryGetSciBufInfoNV.Ptr, but with the new size.@NotNull VkMemoryGetWin32HandleInfoKHR.PtrVkMemoryGetWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkMemoryGetWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryGetWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkMemoryGetWin32HandleInfoKHR.Ptr, but with the new size.VkMemoryGetZirconHandleInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkMemoryGetZirconHandleInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryGetZirconHandleInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkMemoryGetZirconHandleInfoFUCHSIA.Ptr, but with the new size.@NotNull VkMemoryHeap.PtrVkMemoryHeap.Ptr.reinterpret(long newSize) Assume theVkMemoryHeap.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryHeap.Ptrthat uses the same backing storage as thisVkMemoryHeap.Ptr, but with the new size.@NotNull VkMemoryHostPointerPropertiesEXT.PtrVkMemoryHostPointerPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkMemoryHostPointerPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryHostPointerPropertiesEXT.Ptrthat uses the same backing storage as thisVkMemoryHostPointerPropertiesEXT.Ptr, but with the new size.@NotNull VkMemoryMapInfo.PtrVkMemoryMapInfo.Ptr.reinterpret(long newSize) Assume theVkMemoryMapInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryMapInfo.Ptrthat uses the same backing storage as thisVkMemoryMapInfo.Ptr, but with the new size.@NotNull VkMemoryMapPlacedInfoEXT.PtrVkMemoryMapPlacedInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMemoryMapPlacedInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryMapPlacedInfoEXT.Ptrthat uses the same backing storage as thisVkMemoryMapPlacedInfoEXT.Ptr, but with the new size.@NotNull VkMemoryMetalHandlePropertiesEXT.PtrVkMemoryMetalHandlePropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkMemoryMetalHandlePropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryMetalHandlePropertiesEXT.Ptrthat uses the same backing storage as thisVkMemoryMetalHandlePropertiesEXT.Ptr, but with the new size.VkMemoryOpaqueCaptureAddressAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkMemoryOpaqueCaptureAddressAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryOpaqueCaptureAddressAllocateInfo.Ptrthat uses the same backing storage as thisVkMemoryOpaqueCaptureAddressAllocateInfo.Ptr, but with the new size.@NotNull VkMemoryPriorityAllocateInfoEXT.PtrVkMemoryPriorityAllocateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMemoryPriorityAllocateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryPriorityAllocateInfoEXT.Ptrthat uses the same backing storage as thisVkMemoryPriorityAllocateInfoEXT.Ptr, but with the new size.@NotNull VkMemoryRequirements.PtrVkMemoryRequirements.Ptr.reinterpret(long newSize) Assume theVkMemoryRequirements.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryRequirements.Ptrthat uses the same backing storage as thisVkMemoryRequirements.Ptr, but with the new size.@NotNull VkMemoryRequirements2.PtrVkMemoryRequirements2.Ptr.reinterpret(long newSize) Assume theVkMemoryRequirements2.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryRequirements2.Ptrthat uses the same backing storage as thisVkMemoryRequirements2.Ptr, but with the new size.@NotNull VkMemorySciBufPropertiesNV.PtrVkMemorySciBufPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkMemorySciBufPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemorySciBufPropertiesNV.Ptrthat uses the same backing storage as thisVkMemorySciBufPropertiesNV.Ptr, but with the new size.@NotNull VkMemoryToImageCopy.PtrVkMemoryToImageCopy.Ptr.reinterpret(long newSize) Assume theVkMemoryToImageCopy.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryToImageCopy.Ptrthat uses the same backing storage as thisVkMemoryToImageCopy.Ptr, but with the new size.@NotNull VkMemoryType.PtrVkMemoryType.Ptr.reinterpret(long newSize) Assume theVkMemoryType.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryType.Ptrthat uses the same backing storage as thisVkMemoryType.Ptr, but with the new size.@NotNull VkMemoryUnmapInfo.PtrVkMemoryUnmapInfo.Ptr.reinterpret(long newSize) Assume theVkMemoryUnmapInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryUnmapInfo.Ptrthat uses the same backing storage as thisVkMemoryUnmapInfo.Ptr, but with the new size.@NotNull VkMemoryWin32HandlePropertiesKHR.PtrVkMemoryWin32HandlePropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkMemoryWin32HandlePropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryWin32HandlePropertiesKHR.Ptrthat uses the same backing storage as thisVkMemoryWin32HandlePropertiesKHR.Ptr, but with the new size.VkMemoryZirconHandlePropertiesFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkMemoryZirconHandlePropertiesFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryZirconHandlePropertiesFUCHSIA.Ptrthat uses the same backing storage as thisVkMemoryZirconHandlePropertiesFUCHSIA.Ptr, but with the new size.@NotNull VkMetalSurfaceCreateInfoEXT.PtrVkMetalSurfaceCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMetalSurfaceCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMetalSurfaceCreateInfoEXT.Ptrthat uses the same backing storage as thisVkMetalSurfaceCreateInfoEXT.Ptr, but with the new size.@NotNull VkMicromapBuildInfoEXT.PtrVkMicromapBuildInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMicromapBuildInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMicromapBuildInfoEXT.Ptrthat uses the same backing storage as thisVkMicromapBuildInfoEXT.Ptr, but with the new size.@NotNull VkMicromapBuildSizesInfoEXT.PtrVkMicromapBuildSizesInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMicromapBuildSizesInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMicromapBuildSizesInfoEXT.Ptrthat uses the same backing storage as thisVkMicromapBuildSizesInfoEXT.Ptr, but with the new size.@NotNull VkMicromapCreateInfoEXT.PtrVkMicromapCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMicromapCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMicromapCreateInfoEXT.Ptrthat uses the same backing storage as thisVkMicromapCreateInfoEXT.Ptr, but with the new size.@NotNull VkMicromapTriangleEXT.PtrVkMicromapTriangleEXT.Ptr.reinterpret(long newSize) Assume theVkMicromapTriangleEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMicromapTriangleEXT.Ptrthat uses the same backing storage as thisVkMicromapTriangleEXT.Ptr, but with the new size.@NotNull VkMicromapUsageEXT.PtrVkMicromapUsageEXT.Ptr.reinterpret(long newSize) Assume theVkMicromapUsageEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMicromapUsageEXT.Ptrthat uses the same backing storage as thisVkMicromapUsageEXT.Ptr, but with the new size.@NotNull VkMicromapVersionInfoEXT.PtrVkMicromapVersionInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMicromapVersionInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMicromapVersionInfoEXT.Ptrthat uses the same backing storage as thisVkMicromapVersionInfoEXT.Ptr, but with the new size.@NotNull VkMultiDrawIndexedInfoEXT.PtrVkMultiDrawIndexedInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMultiDrawIndexedInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMultiDrawIndexedInfoEXT.Ptrthat uses the same backing storage as thisVkMultiDrawIndexedInfoEXT.Ptr, but with the new size.@NotNull VkMultiDrawInfoEXT.PtrVkMultiDrawInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMultiDrawInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMultiDrawInfoEXT.Ptrthat uses the same backing storage as thisVkMultiDrawInfoEXT.Ptr, but with the new size.VkMultisampledRenderToSingleSampledInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMultisampledRenderToSingleSampledInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMultisampledRenderToSingleSampledInfoEXT.Ptrthat uses the same backing storage as thisVkMultisampledRenderToSingleSampledInfoEXT.Ptr, but with the new size.@NotNull VkMultisamplePropertiesEXT.PtrVkMultisamplePropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkMultisamplePropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMultisamplePropertiesEXT.Ptrthat uses the same backing storage as thisVkMultisamplePropertiesEXT.Ptr, but with the new size.VkMultiviewPerViewAttributesInfoNVX.Ptr.reinterpret(long newSize) Assume theVkMultiviewPerViewAttributesInfoNVX.Ptris capable of holding at leastnewSizestructures, create a new viewVkMultiviewPerViewAttributesInfoNVX.Ptrthat uses the same backing storage as thisVkMultiviewPerViewAttributesInfoNVX.Ptr, but with the new size.VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.Ptrthat uses the same backing storage as thisVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.Ptr, but with the new size.VkMutableDescriptorTypeCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkMutableDescriptorTypeCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMutableDescriptorTypeCreateInfoEXT.Ptrthat uses the same backing storage as thisVkMutableDescriptorTypeCreateInfoEXT.Ptr, but with the new size.@NotNull VkMutableDescriptorTypeListEXT.PtrVkMutableDescriptorTypeListEXT.Ptr.reinterpret(long newSize) Assume theVkMutableDescriptorTypeListEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMutableDescriptorTypeListEXT.Ptrthat uses the same backing storage as thisVkMutableDescriptorTypeListEXT.Ptr, but with the new size.@NotNull VkOffset2D.PtrVkOffset2D.Ptr.reinterpret(long newSize) Assume theVkOffset2D.Ptris capable of holding at leastnewSizestructures, create a new viewVkOffset2D.Ptrthat uses the same backing storage as thisVkOffset2D.Ptr, but with the new size.@NotNull VkOffset3D.PtrVkOffset3D.Ptr.reinterpret(long newSize) Assume theVkOffset3D.Ptris capable of holding at leastnewSizestructures, create a new viewVkOffset3D.Ptrthat uses the same backing storage as thisVkOffset3D.Ptr, but with the new size.VkOpaqueCaptureDescriptorDataCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkOpaqueCaptureDescriptorDataCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkOpaqueCaptureDescriptorDataCreateInfoEXT.Ptrthat uses the same backing storage as thisVkOpaqueCaptureDescriptorDataCreateInfoEXT.Ptr, but with the new size.@NotNull VkOpticalFlowExecuteInfoNV.PtrVkOpticalFlowExecuteInfoNV.Ptr.reinterpret(long newSize) Assume theVkOpticalFlowExecuteInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkOpticalFlowExecuteInfoNV.Ptrthat uses the same backing storage as thisVkOpticalFlowExecuteInfoNV.Ptr, but with the new size.@NotNull VkOpticalFlowImageFormatInfoNV.PtrVkOpticalFlowImageFormatInfoNV.Ptr.reinterpret(long newSize) Assume theVkOpticalFlowImageFormatInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkOpticalFlowImageFormatInfoNV.Ptrthat uses the same backing storage as thisVkOpticalFlowImageFormatInfoNV.Ptr, but with the new size.VkOpticalFlowImageFormatPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkOpticalFlowImageFormatPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkOpticalFlowImageFormatPropertiesNV.Ptrthat uses the same backing storage as thisVkOpticalFlowImageFormatPropertiesNV.Ptr, but with the new size.@NotNull VkOpticalFlowSessionCreateInfoNV.PtrVkOpticalFlowSessionCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkOpticalFlowSessionCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkOpticalFlowSessionCreateInfoNV.Ptrthat uses the same backing storage as thisVkOpticalFlowSessionCreateInfoNV.Ptr, but with the new size.VkOpticalFlowSessionCreatePrivateDataInfoNV.Ptr.reinterpret(long newSize) Assume theVkOpticalFlowSessionCreatePrivateDataInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkOpticalFlowSessionCreatePrivateDataInfoNV.Ptrthat uses the same backing storage as thisVkOpticalFlowSessionCreatePrivateDataInfoNV.Ptr, but with the new size.@NotNull VkOutOfBandQueueTypeInfoNV.PtrVkOutOfBandQueueTypeInfoNV.Ptr.reinterpret(long newSize) Assume theVkOutOfBandQueueTypeInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkOutOfBandQueueTypeInfoNV.Ptrthat uses the same backing storage as thisVkOutOfBandQueueTypeInfoNV.Ptr, but with the new size.VkPartitionedAccelerationStructureFlagsNV.Ptr.reinterpret(long newSize) Assume theVkPartitionedAccelerationStructureFlagsNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPartitionedAccelerationStructureFlagsNV.Ptrthat uses the same backing storage as thisVkPartitionedAccelerationStructureFlagsNV.Ptr, but with the new size.VkPartitionedAccelerationStructureInstancesInputNV.Ptr.reinterpret(long newSize) Assume theVkPartitionedAccelerationStructureInstancesInputNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPartitionedAccelerationStructureInstancesInputNV.Ptrthat uses the same backing storage as thisVkPartitionedAccelerationStructureInstancesInputNV.Ptr, but with the new size.VkPartitionedAccelerationStructureUpdateInstanceDataNV.Ptr.reinterpret(long newSize) Assume theVkPartitionedAccelerationStructureUpdateInstanceDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPartitionedAccelerationStructureUpdateInstanceDataNV.Ptrthat uses the same backing storage as thisVkPartitionedAccelerationStructureUpdateInstanceDataNV.Ptr, but with the new size.VkPartitionedAccelerationStructureWriteInstanceDataNV.Ptr.reinterpret(long newSize) Assume theVkPartitionedAccelerationStructureWriteInstanceDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPartitionedAccelerationStructureWriteInstanceDataNV.Ptrthat uses the same backing storage as thisVkPartitionedAccelerationStructureWriteInstanceDataNV.Ptr, but with the new size.VkPartitionedAccelerationStructureWritePartitionTranslationDataNV.Ptr.reinterpret(long newSize) Assume theVkPartitionedAccelerationStructureWritePartitionTranslationDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPartitionedAccelerationStructureWritePartitionTranslationDataNV.Ptrthat uses the same backing storage as thisVkPartitionedAccelerationStructureWritePartitionTranslationDataNV.Ptr, but with the new size.@NotNull VkPastPresentationTimingGOOGLE.PtrVkPastPresentationTimingGOOGLE.Ptr.reinterpret(long newSize) Assume theVkPastPresentationTimingGOOGLE.Ptris capable of holding at leastnewSizestructures, create a new viewVkPastPresentationTimingGOOGLE.Ptrthat uses the same backing storage as thisVkPastPresentationTimingGOOGLE.Ptr, but with the new size.VkPerformanceConfigurationAcquireInfoINTEL.Ptr.reinterpret(long newSize) Assume theVkPerformanceConfigurationAcquireInfoINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceConfigurationAcquireInfoINTEL.Ptrthat uses the same backing storage as thisVkPerformanceConfigurationAcquireInfoINTEL.Ptr, but with the new size.VkPerformanceCounterDescriptionKHR.Ptr.reinterpret(long newSize) Assume theVkPerformanceCounterDescriptionKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceCounterDescriptionKHR.Ptrthat uses the same backing storage as thisVkPerformanceCounterDescriptionKHR.Ptr, but with the new size.@NotNull VkPerformanceCounterKHR.PtrVkPerformanceCounterKHR.Ptr.reinterpret(long newSize) Assume theVkPerformanceCounterKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceCounterKHR.Ptrthat uses the same backing storage as thisVkPerformanceCounterKHR.Ptr, but with the new size.@NotNull VkPerformanceCounterResultKHR.PtrVkPerformanceCounterResultKHR.Ptr.reinterpret(long newSize) Assume theVkPerformanceCounterResultKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceCounterResultKHR.Ptrthat uses the same backing storage as thisVkPerformanceCounterResultKHR.Ptr, but with the new size.@NotNull VkPerformanceMarkerInfoINTEL.PtrVkPerformanceMarkerInfoINTEL.Ptr.reinterpret(long newSize) Assume theVkPerformanceMarkerInfoINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceMarkerInfoINTEL.Ptrthat uses the same backing storage as thisVkPerformanceMarkerInfoINTEL.Ptr, but with the new size.@NotNull VkPerformanceOverrideInfoINTEL.PtrVkPerformanceOverrideInfoINTEL.Ptr.reinterpret(long newSize) Assume theVkPerformanceOverrideInfoINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceOverrideInfoINTEL.Ptrthat uses the same backing storage as thisVkPerformanceOverrideInfoINTEL.Ptr, but with the new size.VkPerformanceQueryReservationInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPerformanceQueryReservationInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceQueryReservationInfoKHR.Ptrthat uses the same backing storage as thisVkPerformanceQueryReservationInfoKHR.Ptr, but with the new size.@NotNull VkPerformanceQuerySubmitInfoKHR.PtrVkPerformanceQuerySubmitInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPerformanceQuerySubmitInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceQuerySubmitInfoKHR.Ptrthat uses the same backing storage as thisVkPerformanceQuerySubmitInfoKHR.Ptr, but with the new size.VkPerformanceStreamMarkerInfoINTEL.Ptr.reinterpret(long newSize) Assume theVkPerformanceStreamMarkerInfoINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceStreamMarkerInfoINTEL.Ptrthat uses the same backing storage as thisVkPerformanceStreamMarkerInfoINTEL.Ptr, but with the new size.@NotNull VkPerformanceValueDataINTEL.PtrVkPerformanceValueDataINTEL.Ptr.reinterpret(long newSize) Assume theVkPerformanceValueDataINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceValueDataINTEL.Ptrthat uses the same backing storage as thisVkPerformanceValueDataINTEL.Ptr, but with the new size.@NotNull VkPerformanceValueINTEL.PtrVkPerformanceValueINTEL.Ptr.reinterpret(long newSize) Assume theVkPerformanceValueINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerformanceValueINTEL.Ptrthat uses the same backing storage as thisVkPerformanceValueINTEL.Ptr, but with the new size.@NotNull VkPerTileBeginInfoQCOM.PtrVkPerTileBeginInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkPerTileBeginInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerTileBeginInfoQCOM.Ptrthat uses the same backing storage as thisVkPerTileBeginInfoQCOM.Ptr, but with the new size.@NotNull VkPerTileEndInfoQCOM.PtrVkPerTileEndInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkPerTileEndInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPerTileEndInfoQCOM.Ptrthat uses the same backing storage as thisVkPerTileEndInfoQCOM.Ptr, but with the new size.VkPhysicalDevice16BitStorageFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevice16BitStorageFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevice16BitStorageFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDevice16BitStorageFeatures.Ptr, but with the new size.VkPhysicalDevice4444FormatsFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevice4444FormatsFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevice4444FormatsFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDevice4444FormatsFeaturesEXT.Ptr, but with the new size.VkPhysicalDevice8BitStorageFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevice8BitStorageFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevice8BitStorageFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDevice8BitStorageFeatures.Ptr, but with the new size.VkPhysicalDeviceAccelerationStructureFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceAccelerationStructureFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceAccelerationStructureFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceAccelerationStructureFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceAccelerationStructurePropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceAccelerationStructurePropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceAccelerationStructurePropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceAccelerationStructurePropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptrthat uses the same backing storage as thisVkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr, but with the new size.VkPhysicalDeviceAntiLagFeaturesAMD.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceAntiLagFeaturesAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceAntiLagFeaturesAMD.Ptrthat uses the same backing storage as thisVkPhysicalDeviceAntiLagFeaturesAMD.Ptr, but with the new size.VkPhysicalDeviceASTCDecodeFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceASTCDecodeFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceASTCDecodeFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceASTCDecodeFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceBufferDeviceAddressFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceBufferDeviceAddressFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceBufferDeviceAddressFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceBufferDeviceAddressFeatures.Ptr, but with the new size.VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceClusterAccelerationStructureFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceClusterAccelerationStructureFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceClusterAccelerationStructureFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptr, but with the new size.VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.Ptrthat uses the same backing storage as thisVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.Ptr, but with the new size.VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.Ptrthat uses the same backing storage as thisVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.Ptr, but with the new size.VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.Ptrthat uses the same backing storage as thisVkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.Ptr, but with the new size.VkPhysicalDeviceCoherentMemoryFeaturesAMD.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCoherentMemoryFeaturesAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCoherentMemoryFeaturesAMD.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCoherentMemoryFeaturesAMD.Ptr, but with the new size.VkPhysicalDeviceColorWriteEnableFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceColorWriteEnableFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceColorWriteEnableFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceColorWriteEnableFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCommandBufferInheritanceFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCommandBufferInheritanceFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCommandBufferInheritanceFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceConditionalRenderingFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceConditionalRenderingFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceConditionalRenderingFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceConditionalRenderingFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceConservativeRasterizationPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceConservativeRasterizationPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceConservativeRasterizationPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceConservativeRasterizationPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr, but with the new size.VkPhysicalDeviceCooperativeMatrix2PropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCooperativeMatrix2PropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCooperativeMatrix2PropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrix2PropertiesNV.Ptr, but with the new size.VkPhysicalDeviceCooperativeMatrixFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCooperativeMatrixFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceCooperativeMatrixFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCooperativeMatrixFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceCooperativeMatrixPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCooperativeMatrixPropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixPropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceCooperativeVectorFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCooperativeVectorFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCooperativeVectorFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCooperativeVectorFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceCopyMemoryIndirectPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCopyMemoryIndirectPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCopyMemoryIndirectPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCopyMemoryIndirectPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceCornerSampledImageFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCornerSampledImageFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCornerSampledImageFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCornerSampledImageFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceCoverageReductionModeFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCoverageReductionModeFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCoverageReductionModeFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCoverageReductionModeFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceCubicClampFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCubicClampFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCubicClampFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCubicClampFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceCubicWeightsFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCubicWeightsFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCubicWeightsFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCubicWeightsFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceCudaKernelLaunchFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCudaKernelLaunchFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCudaKernelLaunchFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCudaKernelLaunchFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceCustomBorderColorFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCustomBorderColorFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCustomBorderColorFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCustomBorderColorFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceCustomBorderColorPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceCustomBorderColorPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceCustomBorderColorPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceCustomBorderColorPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceDepthClampControlFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDepthClampControlFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDepthClampControlFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDepthClampControlFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDepthClampZeroOneFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDepthClampZeroOneFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDepthClampZeroOneFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceDepthClipControlFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDepthClipControlFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDepthClipControlFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDepthClipControlFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceDepthStencilResolveProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDepthStencilResolveProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDepthStencilResolveProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDepthStencilResolveProperties.Ptr, but with the new size.VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceDescriptorBufferPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDescriptorBufferPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDescriptorBufferPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDescriptorBufferPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceDescriptorIndexingFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDescriptorIndexingFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDescriptorIndexingFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDescriptorIndexingFeatures.Ptr, but with the new size.VkPhysicalDeviceDescriptorIndexingProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDescriptorIndexingProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDescriptorIndexingProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDescriptorIndexingProperties.Ptr, but with the new size.VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.Ptr, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDeviceMemoryReportFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDeviceMemoryReportFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDeviceMemoryReportFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceDiagnosticsConfigFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDiagnosticsConfigFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDiagnosticsConfigFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDiagnosticsConfigFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceDiscardRectanglePropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDiscardRectanglePropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDiscardRectanglePropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDiscardRectanglePropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceDisplacementMicromapFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDisplacementMicromapFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDisplacementMicromapFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDisplacementMicromapFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr, but with the new size.@NotNull VkPhysicalDeviceDriverProperties.PtrVkPhysicalDeviceDriverProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDriverProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDriverProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDriverProperties.Ptr, but with the new size.@NotNull VkPhysicalDeviceDrmPropertiesEXT.PtrVkPhysicalDeviceDrmPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDrmPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDrmPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDrmPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceDynamicRenderingFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDynamicRenderingFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDynamicRenderingFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDynamicRenderingFeatures.Ptr, but with the new size.VkPhysicalDeviceDynamicRenderingLocalReadFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDynamicRenderingLocalReadFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDynamicRenderingLocalReadFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDynamicRenderingLocalReadFeatures.Ptr, but with the new size.VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExclusiveScissorFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExclusiveScissorFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExtendedDynamicState3PropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExtendedDynamicState3PropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExtendedDynamicState3PropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExtendedDynamicStateFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExtendedDynamicStateFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExtendedDynamicStateFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr, but with the new size.VkPhysicalDeviceExternalBufferInfo.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalBufferInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalBufferInfo.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalBufferInfo.Ptr, but with the new size.VkPhysicalDeviceExternalComputeQueuePropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalComputeQueuePropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalComputeQueuePropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalComputeQueuePropertiesNV.Ptr, but with the new size.VkPhysicalDeviceExternalFenceInfo.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalFenceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalFenceInfo.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalFenceInfo.Ptr, but with the new size.VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalFormatResolveFeaturesANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalFormatResolveFeaturesANDROID.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalFormatResolveFeaturesANDROID.Ptr, but with the new size.VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr, but with the new size.VkPhysicalDeviceExternalImageFormatInfo.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalImageFormatInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalImageFormatInfo.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalImageFormatInfo.Ptr, but with the new size.VkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceExternalMemorySciBufFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalMemorySciBufFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalMemorySciBufFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalMemorySciBufFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.Ptr, but with the new size.VkPhysicalDeviceExternalSciSync2FeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalSciSync2FeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalSciSync2FeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalSciSync2FeaturesNV.Ptr, but with the new size.VkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceExternalSemaphoreInfo.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalSemaphoreInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalSemaphoreInfo.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalSemaphoreInfo.Ptr, but with the new size.@NotNull VkPhysicalDeviceFaultFeaturesEXT.PtrVkPhysicalDeviceFaultFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFaultFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFaultFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFaultFeaturesEXT.Ptr, but with the new size.@NotNull VkPhysicalDeviceFeatures.PtrVkPhysicalDeviceFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFeatures.Ptr, but with the new size.@NotNull VkPhysicalDeviceFeatures2.PtrVkPhysicalDeviceFeatures2.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFeatures2.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFeatures2.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFeatures2.Ptr, but with the new size.VkPhysicalDeviceFloatControlsProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFloatControlsProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFloatControlsProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFloatControlsProperties.Ptr, but with the new size.VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceFragmentDensityMapFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentDensityMapFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentDensityMapFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMapFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceFragmentShadingRateFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentShadingRateFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceFragmentShadingRateKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentShadingRateKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateKHR.Ptr, but with the new size.VkPhysicalDeviceFragmentShadingRatePropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFragmentShadingRatePropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFragmentShadingRatePropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRatePropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceGlobalPriorityQueryFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceGlobalPriorityQueryFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceGlobalPriorityQueryFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceGlobalPriorityQueryFeatures.Ptr, but with the new size.VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.Ptr, but with the new size.@NotNull VkPhysicalDeviceGroupProperties.PtrVkPhysicalDeviceGroupProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceGroupProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceGroupProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceGroupProperties.Ptr, but with the new size.VkPhysicalDeviceHdrVividFeaturesHUAWEI.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceHdrVividFeaturesHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceHdrVividFeaturesHUAWEI.Ptrthat uses the same backing storage as thisVkPhysicalDeviceHdrVividFeaturesHUAWEI.Ptr, but with the new size.VkPhysicalDeviceHostImageCopyFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceHostImageCopyFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceHostImageCopyFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceHostImageCopyFeatures.Ptr, but with the new size.VkPhysicalDeviceHostImageCopyProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceHostImageCopyProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceHostImageCopyProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceHostImageCopyProperties.Ptr, but with the new size.VkPhysicalDeviceHostQueryResetFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceHostQueryResetFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceHostQueryResetFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceHostQueryResetFeatures.Ptr, but with the new size.@NotNull VkPhysicalDeviceIDProperties.PtrVkPhysicalDeviceIDProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceIDProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceIDProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceIDProperties.Ptr, but with the new size.VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceImageAlignmentControlFeaturesMESA.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageAlignmentControlFeaturesMESA.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageAlignmentControlFeaturesMESA.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageAlignmentControlFeaturesMESA.Ptr, but with the new size.VkPhysicalDeviceImageAlignmentControlPropertiesMESA.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageAlignmentControlPropertiesMESA.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageAlignmentControlPropertiesMESA.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageAlignmentControlPropertiesMESA.Ptr, but with the new size.VkPhysicalDeviceImageCompressionControlFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageCompressionControlFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageCompressionControlFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageCompressionControlFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr, but with the new size.@NotNull VkPhysicalDeviceImageFormatInfo2.PtrVkPhysicalDeviceImageFormatInfo2.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageFormatInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageFormatInfo2.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageFormatInfo2.Ptr, but with the new size.VkPhysicalDeviceImagelessFramebufferFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImagelessFramebufferFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImagelessFramebufferFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImagelessFramebufferFeatures.Ptr, but with the new size.VkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr, but with the new size.VkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageProcessingFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageProcessingFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceImageProcessingPropertiesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageProcessingPropertiesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageProcessingPropertiesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageProcessingPropertiesQCOM.Ptr, but with the new size.VkPhysicalDeviceImageRobustnessFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageRobustnessFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageRobustnessFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageRobustnessFeatures.Ptr, but with the new size.VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceImageViewImageFormatInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageViewImageFormatInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageViewImageFormatInfoEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageViewImageFormatInfoEXT.Ptr, but with the new size.VkPhysicalDeviceImageViewMinLodFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceImageViewMinLodFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceImageViewMinLodFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceImageViewMinLodFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceIndexTypeUint8Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceIndexTypeUint8Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceIndexTypeUint8Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceIndexTypeUint8Features.Ptr, but with the new size.VkPhysicalDeviceInheritedViewportScissorFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceInheritedViewportScissorFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceInheritedViewportScissorFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceInheritedViewportScissorFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceInlineUniformBlockFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceInlineUniformBlockFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceInlineUniformBlockFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceInlineUniformBlockFeatures.Ptr, but with the new size.VkPhysicalDeviceInlineUniformBlockProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceInlineUniformBlockProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceInlineUniformBlockProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceInlineUniformBlockProperties.Ptr, but with the new size.VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceInvocationMaskFeaturesHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceInvocationMaskFeaturesHUAWEI.Ptrthat uses the same backing storage as thisVkPhysicalDeviceInvocationMaskFeaturesHUAWEI.Ptr, but with the new size.VkPhysicalDeviceLayeredApiPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLayeredApiPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLayeredApiPropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLayeredApiPropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceLayeredApiPropertiesListKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLayeredApiPropertiesListKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLayeredApiPropertiesListKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLayeredApiPropertiesListKHR.Ptr, but with the new size.VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr, but with the new size.VkPhysicalDeviceLegacyDitheringFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLegacyDitheringFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLegacyDitheringFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLegacyDitheringFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr, but with the new size.@NotNull VkPhysicalDeviceLimits.PtrVkPhysicalDeviceLimits.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLimits.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLimits.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLimits.Ptr, but with the new size.VkPhysicalDeviceLinearColorAttachmentFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLinearColorAttachmentFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLinearColorAttachmentFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLinearColorAttachmentFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceLineRasterizationFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLineRasterizationFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLineRasterizationFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLineRasterizationFeatures.Ptr, but with the new size.VkPhysicalDeviceLineRasterizationProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceLineRasterizationProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceLineRasterizationProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceLineRasterizationProperties.Ptr, but with the new size.VkPhysicalDeviceMaintenance3Properties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance3Properties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance3Properties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance3Properties.Ptr, but with the new size.VkPhysicalDeviceMaintenance4Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance4Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance4Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance4Features.Ptr, but with the new size.VkPhysicalDeviceMaintenance4Properties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance4Properties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance4Properties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance4Properties.Ptr, but with the new size.VkPhysicalDeviceMaintenance5Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance5Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance5Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance5Features.Ptr, but with the new size.VkPhysicalDeviceMaintenance5Properties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance5Properties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance5Properties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance5Properties.Ptr, but with the new size.VkPhysicalDeviceMaintenance6Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance6Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance6Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance6Features.Ptr, but with the new size.VkPhysicalDeviceMaintenance6Properties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance6Properties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance6Properties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance6Properties.Ptr, but with the new size.VkPhysicalDeviceMaintenance7FeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance7FeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance7FeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance7FeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceMaintenance7PropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance7PropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance7PropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance7PropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceMaintenance8FeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMaintenance8FeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMaintenance8FeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMaintenance8FeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMapMemoryPlacedPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMapMemoryPlacedPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMapMemoryPlacedPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceMemoryBudgetPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMemoryBudgetPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMemoryBudgetPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMemoryBudgetPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceMemoryDecompressionFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMemoryDecompressionFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMemoryDecompressionFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMemoryDecompressionFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceMemoryPriorityFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMemoryPriorityFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMemoryPriorityFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMemoryPriorityFeaturesEXT.Ptr, but with the new size.@NotNull VkPhysicalDeviceMemoryProperties.PtrVkPhysicalDeviceMemoryProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMemoryProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMemoryProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMemoryProperties.Ptr, but with the new size.VkPhysicalDeviceMemoryProperties2.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMemoryProperties2.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMemoryProperties2.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMemoryProperties2.Ptr, but with the new size.VkPhysicalDeviceMeshShaderFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMeshShaderFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMeshShaderFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMeshShaderFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMeshShaderFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMeshShaderFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMeshShaderFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceMeshShaderPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMeshShaderPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMeshShaderPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMeshShaderPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceMeshShaderPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMeshShaderPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMeshShaderPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMeshShaderPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceMultiDrawFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultiDrawFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultiDrawFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultiDrawFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceMultiDrawPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultiDrawPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultiDrawPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultiDrawPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceMultiviewFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultiviewFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultiviewFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultiviewFeatures.Ptr, but with the new size.VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.Ptr, but with the new size.VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceMultiviewProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultiviewProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultiviewProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultiviewProperties.Ptr, but with the new size.VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceNestedCommandBufferFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceNestedCommandBufferFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceNestedCommandBufferFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceNestedCommandBufferFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceNestedCommandBufferPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceNestedCommandBufferPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceNestedCommandBufferPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceNestedCommandBufferPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceOpacityMicromapFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceOpacityMicromapFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceOpacityMicromapFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceOpacityMicromapFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceOpacityMicromapPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceOpacityMicromapPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceOpacityMicromapPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceOpacityMicromapPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceOpticalFlowFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceOpticalFlowFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceOpticalFlowFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceOpticalFlowFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceOpticalFlowPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceOpticalFlowPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceOpticalFlowPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceOpticalFlowPropertiesNV.Ptr, but with the new size.VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.Ptr, but with the new size.VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.Ptr, but with the new size.VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.Ptr, but with the new size.VkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePCIBusInfoPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePCIBusInfoPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr, but with the new size.VkPhysicalDevicePerformanceQueryFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePerformanceQueryFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePerformanceQueryFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePerformanceQueryFeaturesKHR.Ptr, but with the new size.VkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePerformanceQueryPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePerformanceQueryPropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr, but with the new size.VkPhysicalDevicePerStageDescriptorSetFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePerStageDescriptorSetFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePerStageDescriptorSetFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDevicePerStageDescriptorSetFeaturesNV.Ptr, but with the new size.VkPhysicalDevicePipelineBinaryFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineBinaryFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineBinaryFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineBinaryFeaturesKHR.Ptr, but with the new size.VkPhysicalDevicePipelineBinaryPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineBinaryPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineBinaryPropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineBinaryPropertiesKHR.Ptr, but with the new size.VkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr, but with the new size.VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Ptr, but with the new size.VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr, but with the new size.VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineOpacityMicromapFeaturesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineOpacityMicromapFeaturesARM.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineOpacityMicromapFeaturesARM.Ptr, but with the new size.VkPhysicalDevicePipelinePropertiesFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelinePropertiesFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelinePropertiesFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelinePropertiesFeaturesEXT.Ptr, but with the new size.VkPhysicalDevicePipelineProtectedAccessFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineProtectedAccessFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineProtectedAccessFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineProtectedAccessFeatures.Ptr, but with the new size.VkPhysicalDevicePipelineRobustnessFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineRobustnessFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineRobustnessFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineRobustnessFeatures.Ptr, but with the new size.VkPhysicalDevicePipelineRobustnessProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePipelineRobustnessProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePipelineRobustnessProperties.Ptrthat uses the same backing storage as thisVkPhysicalDevicePipelineRobustnessProperties.Ptr, but with the new size.VkPhysicalDevicePointClippingProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePointClippingProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePointClippingProperties.Ptrthat uses the same backing storage as thisVkPhysicalDevicePointClippingProperties.Ptr, but with the new size.VkPhysicalDevicePortabilitySubsetFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePortabilitySubsetFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePortabilitySubsetFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePortabilitySubsetFeaturesKHR.Ptr, but with the new size.VkPhysicalDevicePortabilitySubsetPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePortabilitySubsetPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePortabilitySubsetPropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePortabilitySubsetPropertiesKHR.Ptr, but with the new size.VkPhysicalDevicePresentBarrierFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePresentBarrierFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePresentBarrierFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDevicePresentBarrierFeaturesNV.Ptr, but with the new size.VkPhysicalDevicePresentIdFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePresentIdFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePresentIdFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePresentIdFeaturesKHR.Ptr, but with the new size.VkPhysicalDevicePresentMeteringFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePresentMeteringFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePresentMeteringFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDevicePresentMeteringFeaturesNV.Ptr, but with the new size.VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.Ptr, but with the new size.VkPhysicalDevicePresentWaitFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePresentWaitFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePresentWaitFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePresentWaitFeaturesKHR.Ptr, but with the new size.VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.Ptr, but with the new size.VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.Ptr, but with the new size.VkPhysicalDevicePrivateDataFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePrivateDataFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePrivateDataFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDevicePrivateDataFeatures.Ptr, but with the new size.@NotNull VkPhysicalDeviceProperties.PtrVkPhysicalDeviceProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceProperties.Ptr, but with the new size.@NotNull VkPhysicalDeviceProperties2.PtrVkPhysicalDeviceProperties2.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceProperties2.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceProperties2.Ptrthat uses the same backing storage as thisVkPhysicalDeviceProperties2.Ptr, but with the new size.VkPhysicalDeviceProtectedMemoryFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceProtectedMemoryFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceProtectedMemoryFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceProtectedMemoryFeatures.Ptr, but with the new size.VkPhysicalDeviceProtectedMemoryProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceProtectedMemoryProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceProtectedMemoryProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceProtectedMemoryProperties.Ptr, but with the new size.VkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceProvokingVertexPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceProvokingVertexPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceProvokingVertexPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceProvokingVertexPropertiesEXT.Ptr, but with the new size.VkPhysicalDevicePushDescriptorProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePushDescriptorProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePushDescriptorProperties.Ptrthat uses the same backing storage as thisVkPhysicalDevicePushDescriptorProperties.Ptr, but with the new size.VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceRawAccessChainsFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRawAccessChainsFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRawAccessChainsFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRawAccessChainsFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceRayQueryFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayQueryFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayQueryFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayQueryFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceRayTracingPipelineFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingPipelineFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingPipelineFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingPipelineFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceRayTracingPipelinePropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingPipelinePropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingPipelinePropertiesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingPipelinePropertiesKHR.Ptr, but with the new size.VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceRayTracingPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceRayTracingValidationFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRayTracingValidationFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRayTracingValidationFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRayTracingValidationFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.Ptr, but with the new size.VkPhysicalDeviceRenderPassStripedFeaturesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRenderPassStripedFeaturesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRenderPassStripedFeaturesARM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRenderPassStripedFeaturesARM.Ptr, but with the new size.VkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr, but with the new size.VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceRobustness2FeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRobustness2FeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRobustness2FeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRobustness2FeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceRobustness2PropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceRobustness2PropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceRobustness2PropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceRobustness2PropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSampleLocationsPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSampleLocationsPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceSamplerFilterMinmaxProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSamplerFilterMinmaxProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSamplerFilterMinmaxProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSamplerFilterMinmaxProperties.Ptr, but with the new size.VkPhysicalDeviceSamplerYcbcrConversionFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSamplerYcbcrConversionFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSamplerYcbcrConversionFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSamplerYcbcrConversionFeatures.Ptr, but with the new size.VkPhysicalDeviceScalarBlockLayoutFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceScalarBlockLayoutFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceScalarBlockLayoutFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceScalarBlockLayoutFeatures.Ptr, but with the new size.VkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr, but with the new size.VkPhysicalDeviceSchedulingControlsPropertiesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSchedulingControlsPropertiesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSchedulingControlsPropertiesARM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSchedulingControlsPropertiesARM.Ptr, but with the new size.VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr, but with the new size.VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderAtomicInt64Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderAtomicInt64Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderAtomicInt64Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderAtomicInt64Features.Ptr, but with the new size.VkPhysicalDeviceShaderBfloat16FeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderBfloat16FeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderBfloat16FeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderBfloat16FeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceShaderClockFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderClockFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderClockFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderClockFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.Ptr, but with the new size.VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.Ptr, but with the new size.VkPhysicalDeviceShaderCoreProperties2AMD.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderCoreProperties2AMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderCoreProperties2AMD.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderCoreProperties2AMD.Ptr, but with the new size.VkPhysicalDeviceShaderCorePropertiesAMD.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderCorePropertiesAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderCorePropertiesAMD.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderCorePropertiesAMD.Ptr, but with the new size.VkPhysicalDeviceShaderCorePropertiesARM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderCorePropertiesARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderCorePropertiesARM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderCorePropertiesARM.Ptr, but with the new size.VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.Ptr, but with the new size.VkPhysicalDeviceShaderDrawParametersFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderDrawParametersFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderDrawParametersFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderDrawParametersFeatures.Ptr, but with the new size.VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.Ptr, but with the new size.VkPhysicalDeviceShaderEnqueueFeaturesAMDX.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderEnqueueFeaturesAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderEnqueueFeaturesAMDX.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderEnqueueFeaturesAMDX.Ptr, but with the new size.VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr, but with the new size.VkPhysicalDeviceShaderExpectAssumeFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderExpectAssumeFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderExpectAssumeFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderExpectAssumeFeatures.Ptr, but with the new size.VkPhysicalDeviceShaderFloat16Int8Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderFloat16Int8Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderFloat16Int8Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderFloat16Int8Features.Ptr, but with the new size.VkPhysicalDeviceShaderFloatControls2Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderFloatControls2Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderFloatControls2Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderFloatControls2Features.Ptr, but with the new size.VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderImageFootprintFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderImageFootprintFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderImageFootprintFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderImageFootprintFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceShaderIntegerDotProductFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderIntegerDotProductFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderIntegerDotProductFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderIntegerDotProductFeatures.Ptr, but with the new size.VkPhysicalDeviceShaderIntegerDotProductProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderIntegerDotProductProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderIntegerDotProductProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderIntegerDotProductProperties.Ptr, but with the new size.VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.Ptr, but with the new size.VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderObjectFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderObjectFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderObjectFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderObjectFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderObjectPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderObjectPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderObjectPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderObjectPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderQuadControlFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderQuadControlFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderQuadControlFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderQuadControlFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr, but with the new size.VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr, but with the new size.VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceShaderTerminateInvocationFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderTerminateInvocationFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderTerminateInvocationFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderTerminateInvocationFeatures.Ptr, but with the new size.VkPhysicalDeviceShaderTileImageFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderTileImageFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderTileImageFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderTileImageFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceShaderTileImagePropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderTileImagePropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderTileImagePropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderTileImagePropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceShadingRateImageFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShadingRateImageFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShadingRateImageFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShadingRateImageFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceShadingRateImagePropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShadingRateImagePropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShadingRateImagePropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShadingRateImagePropertiesNV.Ptr, but with the new size.VkPhysicalDeviceSparseImageFormatInfo2.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSparseImageFormatInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSparseImageFormatInfo2.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSparseImageFormatInfo2.Ptr, but with the new size.@NotNull VkPhysicalDeviceSparseProperties.PtrVkPhysicalDeviceSparseProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSparseProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSparseProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSparseProperties.Ptr, but with the new size.VkPhysicalDeviceSubgroupProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSubgroupProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSubgroupProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSubgroupProperties.Ptr, but with the new size.VkPhysicalDeviceSubgroupSizeControlFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSubgroupSizeControlFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSubgroupSizeControlFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSubgroupSizeControlFeatures.Ptr, but with the new size.VkPhysicalDeviceSubgroupSizeControlProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSubgroupSizeControlProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSubgroupSizeControlProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSubgroupSizeControlProperties.Ptr, but with the new size.VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSubpassShadingFeaturesHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSubpassShadingFeaturesHUAWEI.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSubpassShadingFeaturesHUAWEI.Ptr, but with the new size.VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSubpassShadingPropertiesHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSubpassShadingPropertiesHUAWEI.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSubpassShadingPropertiesHUAWEI.Ptr, but with the new size.@NotNull VkPhysicalDeviceSurfaceInfo2KHR.PtrVkPhysicalDeviceSurfaceInfo2KHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSurfaceInfo2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSurfaceInfo2KHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSurfaceInfo2KHR.Ptr, but with the new size.VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceSynchronization2Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceSynchronization2Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceSynchronization2Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceSynchronization2Features.Ptr, but with the new size.VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTexelBufferAlignmentProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTexelBufferAlignmentProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr, but with the new size.VkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr, but with the new size.VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTileMemoryHeapFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTileMemoryHeapFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTileMemoryHeapFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.Ptr, but with the new size.VkPhysicalDeviceTilePropertiesFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTilePropertiesFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTilePropertiesFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTilePropertiesFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTileShadingFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTileShadingFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTileShadingPropertiesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTileShadingPropertiesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTileShadingPropertiesQCOM.Ptr, but with the new size.VkPhysicalDeviceTimelineSemaphoreFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTimelineSemaphoreFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTimelineSemaphoreFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTimelineSemaphoreFeatures.Ptr, but with the new size.VkPhysicalDeviceTimelineSemaphoreProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTimelineSemaphoreProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTimelineSemaphoreProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTimelineSemaphoreProperties.Ptr, but with the new size.@NotNull VkPhysicalDeviceToolProperties.PtrVkPhysicalDeviceToolProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceToolProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceToolProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceToolProperties.Ptr, but with the new size.VkPhysicalDeviceTransformFeedbackFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTransformFeedbackFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTransformFeedbackFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTransformFeedbackFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr, but with the new size.VkPhysicalDeviceVariablePointersFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVariablePointersFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVariablePointersFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVariablePointersFeatures.Ptr, but with the new size.VkPhysicalDeviceVertexAttributeDivisorFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVertexAttributeDivisorFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVertexAttributeDivisorFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVertexAttributeDivisorFeatures.Ptr, but with the new size.VkPhysicalDeviceVertexAttributeDivisorProperties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVertexAttributeDivisorProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVertexAttributeDivisorProperties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVertexAttributeDivisorProperties.Ptr, but with the new size.VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVideoEncodeAV1FeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVideoEncodeAV1FeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVideoEncodeAV1FeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr, but with the new size.VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceVideoFormatInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVideoFormatInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVideoFormatInfoKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVideoFormatInfoKHR.Ptr, but with the new size.VkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceVideoMaintenance2FeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVideoMaintenance2FeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVideoMaintenance2FeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVideoMaintenance2FeaturesKHR.Ptr, but with the new size.@NotNull VkPhysicalDeviceVulkan11Features.PtrVkPhysicalDeviceVulkan11Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan11Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan11Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan11Features.Ptr, but with the new size.VkPhysicalDeviceVulkan11Properties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan11Properties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan11Properties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan11Properties.Ptr, but with the new size.@NotNull VkPhysicalDeviceVulkan12Features.PtrVkPhysicalDeviceVulkan12Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan12Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan12Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan12Features.Ptr, but with the new size.VkPhysicalDeviceVulkan12Properties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan12Properties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan12Properties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan12Properties.Ptr, but with the new size.@NotNull VkPhysicalDeviceVulkan13Features.PtrVkPhysicalDeviceVulkan13Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan13Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan13Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan13Features.Ptr, but with the new size.VkPhysicalDeviceVulkan13Properties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan13Properties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan13Properties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan13Properties.Ptr, but with the new size.@NotNull VkPhysicalDeviceVulkan14Features.PtrVkPhysicalDeviceVulkan14Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan14Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan14Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan14Features.Ptr, but with the new size.VkPhysicalDeviceVulkan14Properties.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan14Properties.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan14Properties.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan14Properties.Ptr, but with the new size.VkPhysicalDeviceVulkanMemoryModelFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkanMemoryModelFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkanMemoryModelFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkanMemoryModelFeatures.Ptr, but with the new size.VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.Ptr, but with the new size.VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceYcbcrImageArraysFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceYcbcrImageArraysFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceYcbcrImageArraysFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.Ptr, but with the new size.@NotNull VkPipelineBinaryCreateInfoKHR.PtrVkPipelineBinaryCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineBinaryCreateInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryCreateInfoKHR.Ptr, but with the new size.@NotNull VkPipelineBinaryDataInfoKHR.PtrVkPipelineBinaryDataInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryDataInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineBinaryDataInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryDataInfoKHR.Ptr, but with the new size.@NotNull VkPipelineBinaryDataKHR.PtrVkPipelineBinaryDataKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryDataKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineBinaryDataKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryDataKHR.Ptr, but with the new size.@NotNull VkPipelineBinaryHandlesInfoKHR.PtrVkPipelineBinaryHandlesInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryHandlesInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineBinaryHandlesInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryHandlesInfoKHR.Ptr, but with the new size.@NotNull VkPipelineBinaryInfoKHR.PtrVkPipelineBinaryInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineBinaryInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryInfoKHR.Ptr, but with the new size.@NotNull VkPipelineBinaryKeyKHR.PtrVkPipelineBinaryKeyKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryKeyKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineBinaryKeyKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryKeyKHR.Ptr, but with the new size.@NotNull VkPipelineBinaryKeysAndDataKHR.PtrVkPipelineBinaryKeysAndDataKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryKeysAndDataKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineBinaryKeysAndDataKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryKeysAndDataKHR.Ptr, but with the new size.@NotNull VkPipelineCacheCreateInfo.PtrVkPipelineCacheCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineCacheCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCacheCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineCacheCreateInfo.Ptr, but with the new size.@NotNull VkPipelineCacheHeaderVersionOne.PtrVkPipelineCacheHeaderVersionOne.Ptr.reinterpret(long newSize) Assume theVkPipelineCacheHeaderVersionOne.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCacheHeaderVersionOne.Ptrthat uses the same backing storage as thisVkPipelineCacheHeaderVersionOne.Ptr, but with the new size.VkPipelineColorBlendAdvancedStateCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineColorBlendAdvancedStateCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineColorBlendAdvancedStateCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineColorBlendAdvancedStateCreateInfoEXT.Ptr, but with the new size.VkPipelineColorBlendAttachmentState.Ptr.reinterpret(long newSize) Assume theVkPipelineColorBlendAttachmentState.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineColorBlendAttachmentState.Ptrthat uses the same backing storage as thisVkPipelineColorBlendAttachmentState.Ptr, but with the new size.VkPipelineColorBlendStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineColorBlendStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineColorBlendStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineColorBlendStateCreateInfo.Ptr, but with the new size.VkPipelineColorWriteCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineColorWriteCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineColorWriteCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineColorWriteCreateInfoEXT.Ptr, but with the new size.VkPipelineCompilerControlCreateInfoAMD.Ptr.reinterpret(long newSize) Assume theVkPipelineCompilerControlCreateInfoAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCompilerControlCreateInfoAMD.Ptrthat uses the same backing storage as thisVkPipelineCompilerControlCreateInfoAMD.Ptr, but with the new size.VkPipelineCoverageModulationStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineCoverageModulationStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCoverageModulationStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineCoverageModulationStateCreateInfoNV.Ptr, but with the new size.VkPipelineCoverageReductionStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineCoverageReductionStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCoverageReductionStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineCoverageReductionStateCreateInfoNV.Ptr, but with the new size.VkPipelineCoverageToColorStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineCoverageToColorStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCoverageToColorStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineCoverageToColorStateCreateInfoNV.Ptr, but with the new size.@NotNull VkPipelineCreateFlags2CreateInfo.PtrVkPipelineCreateFlags2CreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineCreateFlags2CreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCreateFlags2CreateInfo.Ptrthat uses the same backing storage as thisVkPipelineCreateFlags2CreateInfo.Ptr, but with the new size.@NotNull VkPipelineCreateInfoKHR.PtrVkPipelineCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCreateInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineCreateInfoKHR.Ptr, but with the new size.@NotNull VkPipelineCreationFeedback.PtrVkPipelineCreationFeedback.Ptr.reinterpret(long newSize) Assume theVkPipelineCreationFeedback.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCreationFeedback.Ptrthat uses the same backing storage as thisVkPipelineCreationFeedback.Ptr, but with the new size.VkPipelineCreationFeedbackCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineCreationFeedbackCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCreationFeedbackCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineCreationFeedbackCreateInfo.Ptr, but with the new size.VkPipelineDepthStencilStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineDepthStencilStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineDepthStencilStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineDepthStencilStateCreateInfo.Ptr, but with the new size.VkPipelineDiscardRectangleStateCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineDiscardRectangleStateCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineDiscardRectangleStateCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineDiscardRectangleStateCreateInfoEXT.Ptr, but with the new size.@NotNull VkPipelineDynamicStateCreateInfo.PtrVkPipelineDynamicStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineDynamicStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineDynamicStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineDynamicStateCreateInfo.Ptr, but with the new size.@NotNull VkPipelineExecutableInfoKHR.PtrVkPipelineExecutableInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineExecutableInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineExecutableInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineExecutableInfoKHR.Ptr, but with the new size.VkPipelineExecutableInternalRepresentationKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineExecutableInternalRepresentationKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineExecutableInternalRepresentationKHR.Ptrthat uses the same backing storage as thisVkPipelineExecutableInternalRepresentationKHR.Ptr, but with the new size.VkPipelineExecutablePropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineExecutablePropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineExecutablePropertiesKHR.Ptrthat uses the same backing storage as thisVkPipelineExecutablePropertiesKHR.Ptr, but with the new size.@NotNull VkPipelineExecutableStatisticKHR.PtrVkPipelineExecutableStatisticKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineExecutableStatisticKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineExecutableStatisticKHR.Ptrthat uses the same backing storage as thisVkPipelineExecutableStatisticKHR.Ptr, but with the new size.VkPipelineExecutableStatisticValueKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineExecutableStatisticValueKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineExecutableStatisticValueKHR.Ptrthat uses the same backing storage as thisVkPipelineExecutableStatisticValueKHR.Ptr, but with the new size.VkPipelineFragmentShadingRateEnumStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineFragmentShadingRateEnumStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineFragmentShadingRateEnumStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineFragmentShadingRateEnumStateCreateInfoNV.Ptr, but with the new size.VkPipelineFragmentShadingRateStateCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineFragmentShadingRateStateCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineFragmentShadingRateStateCreateInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineFragmentShadingRateStateCreateInfoKHR.Ptr, but with the new size.VkPipelineIndirectDeviceAddressInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineIndirectDeviceAddressInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineIndirectDeviceAddressInfoNV.Ptrthat uses the same backing storage as thisVkPipelineIndirectDeviceAddressInfoNV.Ptr, but with the new size.@NotNull VkPipelineInfoKHR.PtrVkPipelineInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineInfoKHR.Ptr, but with the new size.VkPipelineInputAssemblyStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineInputAssemblyStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineInputAssemblyStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineInputAssemblyStateCreateInfo.Ptr, but with the new size.@NotNull VkPipelineLayoutCreateInfo.PtrVkPipelineLayoutCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineLayoutCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineLayoutCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineLayoutCreateInfo.Ptr, but with the new size.@NotNull VkPipelineLibraryCreateInfoKHR.PtrVkPipelineLibraryCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineLibraryCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineLibraryCreateInfoKHR.Ptrthat uses the same backing storage as thisVkPipelineLibraryCreateInfoKHR.Ptr, but with the new size.VkPipelineMultisampleStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineMultisampleStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineMultisampleStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineMultisampleStateCreateInfo.Ptr, but with the new size.VkPipelinePropertiesIdentifierEXT.Ptr.reinterpret(long newSize) Assume theVkPipelinePropertiesIdentifierEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelinePropertiesIdentifierEXT.Ptrthat uses the same backing storage as thisVkPipelinePropertiesIdentifierEXT.Ptr, but with the new size.VkPipelineRasterizationConservativeStateCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineRasterizationConservativeStateCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRasterizationConservativeStateCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineRasterizationConservativeStateCreateInfoEXT.Ptr, but with the new size.VkPipelineRasterizationDepthClipStateCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineRasterizationDepthClipStateCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRasterizationDepthClipStateCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineRasterizationDepthClipStateCreateInfoEXT.Ptr, but with the new size.VkPipelineRasterizationLineStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineRasterizationLineStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRasterizationLineStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineRasterizationLineStateCreateInfo.Ptr, but with the new size.VkPipelineRasterizationProvokingVertexStateCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineRasterizationProvokingVertexStateCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRasterizationProvokingVertexStateCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineRasterizationProvokingVertexStateCreateInfoEXT.Ptr, but with the new size.VkPipelineRasterizationStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineRasterizationStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRasterizationStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineRasterizationStateCreateInfo.Ptr, but with the new size.VkPipelineRasterizationStateRasterizationOrderAMD.Ptr.reinterpret(long newSize) Assume theVkPipelineRasterizationStateRasterizationOrderAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRasterizationStateRasterizationOrderAMD.Ptrthat uses the same backing storage as thisVkPipelineRasterizationStateRasterizationOrderAMD.Ptr, but with the new size.VkPipelineRasterizationStateStreamCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineRasterizationStateStreamCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRasterizationStateStreamCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineRasterizationStateStreamCreateInfoEXT.Ptr, but with the new size.@NotNull VkPipelineRenderingCreateInfo.PtrVkPipelineRenderingCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineRenderingCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRenderingCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineRenderingCreateInfo.Ptr, but with the new size.VkPipelineRepresentativeFragmentTestStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineRepresentativeFragmentTestStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRepresentativeFragmentTestStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineRepresentativeFragmentTestStateCreateInfoNV.Ptr, but with the new size.@NotNull VkPipelineRobustnessCreateInfo.PtrVkPipelineRobustnessCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineRobustnessCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineRobustnessCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineRobustnessCreateInfo.Ptr, but with the new size.VkPipelineSampleLocationsStateCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineSampleLocationsStateCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineSampleLocationsStateCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineSampleLocationsStateCreateInfoEXT.Ptr, but with the new size.@NotNull VkPipelineShaderStageCreateInfo.PtrVkPipelineShaderStageCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineShaderStageCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineShaderStageCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineShaderStageCreateInfo.Ptr, but with the new size.VkPipelineShaderStageModuleIdentifierCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineShaderStageModuleIdentifierCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineShaderStageModuleIdentifierCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineShaderStageModuleIdentifierCreateInfoEXT.Ptr, but with the new size.VkPipelineShaderStageNodeCreateInfoAMDX.Ptr.reinterpret(long newSize) Assume theVkPipelineShaderStageNodeCreateInfoAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineShaderStageNodeCreateInfoAMDX.Ptrthat uses the same backing storage as thisVkPipelineShaderStageNodeCreateInfoAMDX.Ptr, but with the new size.VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineShaderStageRequiredSubgroupSizeCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineShaderStageRequiredSubgroupSizeCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineShaderStageRequiredSubgroupSizeCreateInfo.Ptr, but with the new size.VkPipelineTessellationDomainOriginStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineTessellationDomainOriginStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineTessellationDomainOriginStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineTessellationDomainOriginStateCreateInfo.Ptr, but with the new size.VkPipelineTessellationStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineTessellationStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineTessellationStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineTessellationStateCreateInfo.Ptr, but with the new size.VkPipelineVertexInputDivisorStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineVertexInputDivisorStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineVertexInputDivisorStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineVertexInputDivisorStateCreateInfo.Ptr, but with the new size.VkPipelineVertexInputStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineVertexInputStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineVertexInputStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineVertexInputStateCreateInfo.Ptr, but with the new size.VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.Ptr, but with the new size.VkPipelineViewportDepthClampControlCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportDepthClampControlCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportDepthClampControlCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineViewportDepthClampControlCreateInfoEXT.Ptr, but with the new size.VkPipelineViewportDepthClipControlCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportDepthClipControlCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportDepthClipControlCreateInfoEXT.Ptrthat uses the same backing storage as thisVkPipelineViewportDepthClipControlCreateInfoEXT.Ptr, but with the new size.VkPipelineViewportExclusiveScissorStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportExclusiveScissorStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportExclusiveScissorStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineViewportExclusiveScissorStateCreateInfoNV.Ptr, but with the new size.VkPipelineViewportShadingRateImageStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportShadingRateImageStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportShadingRateImageStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineViewportShadingRateImageStateCreateInfoNV.Ptr, but with the new size.VkPipelineViewportStateCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportStateCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportStateCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineViewportStateCreateInfo.Ptr, but with the new size.VkPipelineViewportSwizzleStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportSwizzleStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportSwizzleStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineViewportSwizzleStateCreateInfoNV.Ptr, but with the new size.VkPipelineViewportWScalingStateCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkPipelineViewportWScalingStateCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineViewportWScalingStateCreateInfoNV.Ptrthat uses the same backing storage as thisVkPipelineViewportWScalingStateCreateInfoNV.Ptr, but with the new size.@NotNull VkPresentFrameTokenGGP.PtrVkPresentFrameTokenGGP.Ptr.reinterpret(long newSize) Assume theVkPresentFrameTokenGGP.Ptris capable of holding at leastnewSizestructures, create a new viewVkPresentFrameTokenGGP.Ptrthat uses the same backing storage as thisVkPresentFrameTokenGGP.Ptr, but with the new size.@NotNull VkPresentIdKHR.PtrVkPresentIdKHR.Ptr.reinterpret(long newSize) Assume theVkPresentIdKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPresentIdKHR.Ptrthat uses the same backing storage as thisVkPresentIdKHR.Ptr, but with the new size.@NotNull VkPresentInfoKHR.PtrVkPresentInfoKHR.Ptr.reinterpret(long newSize) Assume theVkPresentInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPresentInfoKHR.Ptrthat uses the same backing storage as thisVkPresentInfoKHR.Ptr, but with the new size.@NotNull VkPresentRegionKHR.PtrVkPresentRegionKHR.Ptr.reinterpret(long newSize) Assume theVkPresentRegionKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPresentRegionKHR.Ptrthat uses the same backing storage as thisVkPresentRegionKHR.Ptr, but with the new size.@NotNull VkPresentRegionsKHR.PtrVkPresentRegionsKHR.Ptr.reinterpret(long newSize) Assume theVkPresentRegionsKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPresentRegionsKHR.Ptrthat uses the same backing storage as thisVkPresentRegionsKHR.Ptr, but with the new size.@NotNull VkPresentTimeGOOGLE.PtrVkPresentTimeGOOGLE.Ptr.reinterpret(long newSize) Assume theVkPresentTimeGOOGLE.Ptris capable of holding at leastnewSizestructures, create a new viewVkPresentTimeGOOGLE.Ptrthat uses the same backing storage as thisVkPresentTimeGOOGLE.Ptr, but with the new size.@NotNull VkPresentTimesInfoGOOGLE.PtrVkPresentTimesInfoGOOGLE.Ptr.reinterpret(long newSize) Assume theVkPresentTimesInfoGOOGLE.Ptris capable of holding at leastnewSizestructures, create a new viewVkPresentTimesInfoGOOGLE.Ptrthat uses the same backing storage as thisVkPresentTimesInfoGOOGLE.Ptr, but with the new size.@NotNull VkPrivateDataSlotCreateInfo.PtrVkPrivateDataSlotCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPrivateDataSlotCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPrivateDataSlotCreateInfo.Ptrthat uses the same backing storage as thisVkPrivateDataSlotCreateInfo.Ptr, but with the new size.@NotNull VkProtectedSubmitInfo.PtrVkProtectedSubmitInfo.Ptr.reinterpret(long newSize) Assume theVkProtectedSubmitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkProtectedSubmitInfo.Ptrthat uses the same backing storage as thisVkProtectedSubmitInfo.Ptr, but with the new size.@NotNull VkPushConstantRange.PtrVkPushConstantRange.Ptr.reinterpret(long newSize) Assume theVkPushConstantRange.Ptris capable of holding at leastnewSizestructures, create a new viewVkPushConstantRange.Ptrthat uses the same backing storage as thisVkPushConstantRange.Ptr, but with the new size.@NotNull VkPushConstantsInfo.PtrVkPushConstantsInfo.Ptr.reinterpret(long newSize) Assume theVkPushConstantsInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPushConstantsInfo.Ptrthat uses the same backing storage as thisVkPushConstantsInfo.Ptr, but with the new size.@NotNull VkPushDescriptorSetInfo.PtrVkPushDescriptorSetInfo.Ptr.reinterpret(long newSize) Assume theVkPushDescriptorSetInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPushDescriptorSetInfo.Ptrthat uses the same backing storage as thisVkPushDescriptorSetInfo.Ptr, but with the new size.VkPushDescriptorSetWithTemplateInfo.Ptr.reinterpret(long newSize) Assume theVkPushDescriptorSetWithTemplateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPushDescriptorSetWithTemplateInfo.Ptrthat uses the same backing storage as thisVkPushDescriptorSetWithTemplateInfo.Ptr, but with the new size.@NotNull VkQueryLowLatencySupportNV.PtrVkQueryLowLatencySupportNV.Ptr.reinterpret(long newSize) Assume theVkQueryLowLatencySupportNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueryLowLatencySupportNV.Ptrthat uses the same backing storage as thisVkQueryLowLatencySupportNV.Ptr, but with the new size.@NotNull VkQueryPoolCreateInfo.PtrVkQueryPoolCreateInfo.Ptr.reinterpret(long newSize) Assume theVkQueryPoolCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueryPoolCreateInfo.Ptrthat uses the same backing storage as thisVkQueryPoolCreateInfo.Ptr, but with the new size.VkQueryPoolPerformanceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkQueryPoolPerformanceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueryPoolPerformanceCreateInfoKHR.Ptrthat uses the same backing storage as thisVkQueryPoolPerformanceCreateInfoKHR.Ptr, but with the new size.VkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr.reinterpret(long newSize) Assume theVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptrthat uses the same backing storage as thisVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr, but with the new size.VkQueryPoolVideoEncodeFeedbackCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkQueryPoolVideoEncodeFeedbackCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueryPoolVideoEncodeFeedbackCreateInfoKHR.Ptrthat uses the same backing storage as thisVkQueryPoolVideoEncodeFeedbackCreateInfoKHR.Ptr, but with the new size.VkQueueFamilyCheckpointProperties2NV.Ptr.reinterpret(long newSize) Assume theVkQueueFamilyCheckpointProperties2NV.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueueFamilyCheckpointProperties2NV.Ptrthat uses the same backing storage as thisVkQueueFamilyCheckpointProperties2NV.Ptr, but with the new size.VkQueueFamilyCheckpointPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkQueueFamilyCheckpointPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueueFamilyCheckpointPropertiesNV.Ptrthat uses the same backing storage as thisVkQueueFamilyCheckpointPropertiesNV.Ptr, but with the new size.VkQueueFamilyGlobalPriorityProperties.Ptr.reinterpret(long newSize) Assume theVkQueueFamilyGlobalPriorityProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueueFamilyGlobalPriorityProperties.Ptrthat uses the same backing storage as thisVkQueueFamilyGlobalPriorityProperties.Ptr, but with the new size.@NotNull VkQueueFamilyProperties.PtrVkQueueFamilyProperties.Ptr.reinterpret(long newSize) Assume theVkQueueFamilyProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueueFamilyProperties.Ptrthat uses the same backing storage as thisVkQueueFamilyProperties.Ptr, but with the new size.@NotNull VkQueueFamilyProperties2.PtrVkQueueFamilyProperties2.Ptr.reinterpret(long newSize) Assume theVkQueueFamilyProperties2.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueueFamilyProperties2.Ptrthat uses the same backing storage as thisVkQueueFamilyProperties2.Ptr, but with the new size.VkQueueFamilyQueryResultStatusPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkQueueFamilyQueryResultStatusPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueueFamilyQueryResultStatusPropertiesKHR.Ptrthat uses the same backing storage as thisVkQueueFamilyQueryResultStatusPropertiesKHR.Ptr, but with the new size.@NotNull VkQueueFamilyVideoPropertiesKHR.PtrVkQueueFamilyVideoPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkQueueFamilyVideoPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkQueueFamilyVideoPropertiesKHR.Ptrthat uses the same backing storage as thisVkQueueFamilyVideoPropertiesKHR.Ptr, but with the new size.VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.Ptrthat uses the same backing storage as thisVkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.Ptr, but with the new size.VkRayTracingPipelineCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkRayTracingPipelineCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkRayTracingPipelineCreateInfoKHR.Ptrthat uses the same backing storage as thisVkRayTracingPipelineCreateInfoKHR.Ptr, but with the new size.@NotNull VkRayTracingPipelineCreateInfoNV.PtrVkRayTracingPipelineCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkRayTracingPipelineCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkRayTracingPipelineCreateInfoNV.Ptrthat uses the same backing storage as thisVkRayTracingPipelineCreateInfoNV.Ptr, but with the new size.VkRayTracingPipelineInterfaceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkRayTracingPipelineInterfaceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkRayTracingPipelineInterfaceCreateInfoKHR.Ptrthat uses the same backing storage as thisVkRayTracingPipelineInterfaceCreateInfoKHR.Ptr, but with the new size.VkRayTracingShaderGroupCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkRayTracingShaderGroupCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkRayTracingShaderGroupCreateInfoKHR.Ptrthat uses the same backing storage as thisVkRayTracingShaderGroupCreateInfoKHR.Ptr, but with the new size.VkRayTracingShaderGroupCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkRayTracingShaderGroupCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkRayTracingShaderGroupCreateInfoNV.Ptrthat uses the same backing storage as thisVkRayTracingShaderGroupCreateInfoNV.Ptr, but with the new size.@NotNull VkRect2D.PtrVkRect2D.Ptr.reinterpret(long newSize) Assume theVkRect2D.Ptris capable of holding at leastnewSizestructures, create a new viewVkRect2D.Ptrthat uses the same backing storage as thisVkRect2D.Ptr, but with the new size.@NotNull VkRectLayerKHR.PtrVkRectLayerKHR.Ptr.reinterpret(long newSize) Assume theVkRectLayerKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkRectLayerKHR.Ptrthat uses the same backing storage as thisVkRectLayerKHR.Ptr, but with the new size.@NotNull VkRefreshCycleDurationGOOGLE.PtrVkRefreshCycleDurationGOOGLE.Ptr.reinterpret(long newSize) Assume theVkRefreshCycleDurationGOOGLE.Ptris capable of holding at leastnewSizestructures, create a new viewVkRefreshCycleDurationGOOGLE.Ptrthat uses the same backing storage as thisVkRefreshCycleDurationGOOGLE.Ptr, but with the new size.@NotNull VkRefreshObjectKHR.PtrVkRefreshObjectKHR.Ptr.reinterpret(long newSize) Assume theVkRefreshObjectKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkRefreshObjectKHR.Ptrthat uses the same backing storage as thisVkRefreshObjectKHR.Ptr, but with the new size.@NotNull VkRefreshObjectListKHR.PtrVkRefreshObjectListKHR.Ptr.reinterpret(long newSize) Assume theVkRefreshObjectListKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkRefreshObjectListKHR.Ptrthat uses the same backing storage as thisVkRefreshObjectListKHR.Ptr, but with the new size.VkReleaseCapturedPipelineDataInfoKHR.Ptr.reinterpret(long newSize) Assume theVkReleaseCapturedPipelineDataInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkReleaseCapturedPipelineDataInfoKHR.Ptrthat uses the same backing storage as thisVkReleaseCapturedPipelineDataInfoKHR.Ptr, but with the new size.@NotNull VkReleaseSwapchainImagesInfoEXT.PtrVkReleaseSwapchainImagesInfoEXT.Ptr.reinterpret(long newSize) Assume theVkReleaseSwapchainImagesInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkReleaseSwapchainImagesInfoEXT.Ptrthat uses the same backing storage as thisVkReleaseSwapchainImagesInfoEXT.Ptr, but with the new size.@NotNull VkRenderingAreaInfo.PtrVkRenderingAreaInfo.Ptr.reinterpret(long newSize) Assume theVkRenderingAreaInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingAreaInfo.Ptrthat uses the same backing storage as thisVkRenderingAreaInfo.Ptr, but with the new size.@NotNull VkRenderingAttachmentInfo.PtrVkRenderingAttachmentInfo.Ptr.reinterpret(long newSize) Assume theVkRenderingAttachmentInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingAttachmentInfo.Ptrthat uses the same backing storage as thisVkRenderingAttachmentInfo.Ptr, but with the new size.VkRenderingAttachmentLocationInfo.Ptr.reinterpret(long newSize) Assume theVkRenderingAttachmentLocationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingAttachmentLocationInfo.Ptrthat uses the same backing storage as thisVkRenderingAttachmentLocationInfo.Ptr, but with the new size.@NotNull VkRenderingEndInfoEXT.PtrVkRenderingEndInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderingEndInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingEndInfoEXT.Ptrthat uses the same backing storage as thisVkRenderingEndInfoEXT.Ptr, but with the new size.VkRenderingFragmentDensityMapAttachmentInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderingFragmentDensityMapAttachmentInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingFragmentDensityMapAttachmentInfoEXT.Ptrthat uses the same backing storage as thisVkRenderingFragmentDensityMapAttachmentInfoEXT.Ptr, but with the new size.VkRenderingFragmentShadingRateAttachmentInfoKHR.Ptr.reinterpret(long newSize) Assume theVkRenderingFragmentShadingRateAttachmentInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingFragmentShadingRateAttachmentInfoKHR.Ptrthat uses the same backing storage as thisVkRenderingFragmentShadingRateAttachmentInfoKHR.Ptr, but with the new size.@NotNull VkRenderingInfo.PtrVkRenderingInfo.Ptr.reinterpret(long newSize) Assume theVkRenderingInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingInfo.Ptrthat uses the same backing storage as thisVkRenderingInfo.Ptr, but with the new size.VkRenderingInputAttachmentIndexInfo.Ptr.reinterpret(long newSize) Assume theVkRenderingInputAttachmentIndexInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingInputAttachmentIndexInfo.Ptrthat uses the same backing storage as thisVkRenderingInputAttachmentIndexInfo.Ptr, but with the new size.@NotNull VkRenderPassAttachmentBeginInfo.PtrVkRenderPassAttachmentBeginInfo.Ptr.reinterpret(long newSize) Assume theVkRenderPassAttachmentBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassAttachmentBeginInfo.Ptrthat uses the same backing storage as thisVkRenderPassAttachmentBeginInfo.Ptr, but with the new size.@NotNull VkRenderPassBeginInfo.PtrVkRenderPassBeginInfo.Ptr.reinterpret(long newSize) Assume theVkRenderPassBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassBeginInfo.Ptrthat uses the same backing storage as thisVkRenderPassBeginInfo.Ptr, but with the new size.@NotNull VkRenderPassCreateInfo.PtrVkRenderPassCreateInfo.Ptr.reinterpret(long newSize) Assume theVkRenderPassCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassCreateInfo.Ptrthat uses the same backing storage as thisVkRenderPassCreateInfo.Ptr, but with the new size.@NotNull VkRenderPassCreateInfo2.PtrVkRenderPassCreateInfo2.Ptr.reinterpret(long newSize) Assume theVkRenderPassCreateInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassCreateInfo2.Ptrthat uses the same backing storage as thisVkRenderPassCreateInfo2.Ptr, but with the new size.@NotNull VkRenderPassCreationControlEXT.PtrVkRenderPassCreationControlEXT.Ptr.reinterpret(long newSize) Assume theVkRenderPassCreationControlEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassCreationControlEXT.Ptrthat uses the same backing storage as thisVkRenderPassCreationControlEXT.Ptr, but with the new size.VkRenderPassCreationFeedbackCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderPassCreationFeedbackCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassCreationFeedbackCreateInfoEXT.Ptrthat uses the same backing storage as thisVkRenderPassCreationFeedbackCreateInfoEXT.Ptr, but with the new size.VkRenderPassCreationFeedbackInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderPassCreationFeedbackInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassCreationFeedbackInfoEXT.Ptrthat uses the same backing storage as thisVkRenderPassCreationFeedbackInfoEXT.Ptr, but with the new size.VkRenderPassFragmentDensityMapCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderPassFragmentDensityMapCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassFragmentDensityMapCreateInfoEXT.Ptrthat uses the same backing storage as thisVkRenderPassFragmentDensityMapCreateInfoEXT.Ptr, but with the new size.VkRenderPassFragmentDensityMapOffsetEndInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderPassFragmentDensityMapOffsetEndInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassFragmentDensityMapOffsetEndInfoEXT.Ptrthat uses the same backing storage as thisVkRenderPassFragmentDensityMapOffsetEndInfoEXT.Ptr, but with the new size.VkRenderPassInputAttachmentAspectCreateInfo.Ptr.reinterpret(long newSize) Assume theVkRenderPassInputAttachmentAspectCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassInputAttachmentAspectCreateInfo.Ptrthat uses the same backing storage as thisVkRenderPassInputAttachmentAspectCreateInfo.Ptr, but with the new size.@NotNull VkRenderPassMultiviewCreateInfo.PtrVkRenderPassMultiviewCreateInfo.Ptr.reinterpret(long newSize) Assume theVkRenderPassMultiviewCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassMultiviewCreateInfo.Ptrthat uses the same backing storage as thisVkRenderPassMultiviewCreateInfo.Ptr, but with the new size.VkRenderPassSampleLocationsBeginInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderPassSampleLocationsBeginInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassSampleLocationsBeginInfoEXT.Ptrthat uses the same backing storage as thisVkRenderPassSampleLocationsBeginInfoEXT.Ptr, but with the new size.@NotNull VkRenderPassStripeBeginInfoARM.PtrVkRenderPassStripeBeginInfoARM.Ptr.reinterpret(long newSize) Assume theVkRenderPassStripeBeginInfoARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassStripeBeginInfoARM.Ptrthat uses the same backing storage as thisVkRenderPassStripeBeginInfoARM.Ptr, but with the new size.@NotNull VkRenderPassStripeInfoARM.PtrVkRenderPassStripeInfoARM.Ptr.reinterpret(long newSize) Assume theVkRenderPassStripeInfoARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassStripeInfoARM.Ptrthat uses the same backing storage as thisVkRenderPassStripeInfoARM.Ptr, but with the new size.@NotNull VkRenderPassStripeSubmitInfoARM.PtrVkRenderPassStripeSubmitInfoARM.Ptr.reinterpret(long newSize) Assume theVkRenderPassStripeSubmitInfoARM.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassStripeSubmitInfoARM.Ptrthat uses the same backing storage as thisVkRenderPassStripeSubmitInfoARM.Ptr, but with the new size.VkRenderPassSubpassFeedbackCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderPassSubpassFeedbackCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassSubpassFeedbackCreateInfoEXT.Ptrthat uses the same backing storage as thisVkRenderPassSubpassFeedbackCreateInfoEXT.Ptr, but with the new size.VkRenderPassSubpassFeedbackInfoEXT.Ptr.reinterpret(long newSize) Assume theVkRenderPassSubpassFeedbackInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassSubpassFeedbackInfoEXT.Ptrthat uses the same backing storage as thisVkRenderPassSubpassFeedbackInfoEXT.Ptr, but with the new size.VkRenderPassTileShadingCreateInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkRenderPassTileShadingCreateInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassTileShadingCreateInfoQCOM.Ptrthat uses the same backing storage as thisVkRenderPassTileShadingCreateInfoQCOM.Ptr, but with the new size.VkRenderPassTransformBeginInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkRenderPassTransformBeginInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderPassTransformBeginInfoQCOM.Ptrthat uses the same backing storage as thisVkRenderPassTransformBeginInfoQCOM.Ptr, but with the new size.@NotNull VkResolveImageInfo2.PtrVkResolveImageInfo2.Ptr.reinterpret(long newSize) Assume theVkResolveImageInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkResolveImageInfo2.Ptrthat uses the same backing storage as thisVkResolveImageInfo2.Ptr, but with the new size.@NotNull VkSampleLocationEXT.PtrVkSampleLocationEXT.Ptr.reinterpret(long newSize) Assume theVkSampleLocationEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSampleLocationEXT.Ptrthat uses the same backing storage as thisVkSampleLocationEXT.Ptr, but with the new size.@NotNull VkSampleLocationsInfoEXT.PtrVkSampleLocationsInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSampleLocationsInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSampleLocationsInfoEXT.Ptrthat uses the same backing storage as thisVkSampleLocationsInfoEXT.Ptr, but with the new size.VkSamplerBlockMatchWindowCreateInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkSamplerBlockMatchWindowCreateInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerBlockMatchWindowCreateInfoQCOM.Ptrthat uses the same backing storage as thisVkSamplerBlockMatchWindowCreateInfoQCOM.Ptr, but with the new size.VkSamplerBorderColorComponentMappingCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSamplerBorderColorComponentMappingCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerBorderColorComponentMappingCreateInfoEXT.Ptrthat uses the same backing storage as thisVkSamplerBorderColorComponentMappingCreateInfoEXT.Ptr, but with the new size.VkSamplerCaptureDescriptorDataInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSamplerCaptureDescriptorDataInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerCaptureDescriptorDataInfoEXT.Ptrthat uses the same backing storage as thisVkSamplerCaptureDescriptorDataInfoEXT.Ptr, but with the new size.@NotNull VkSamplerCreateInfo.PtrVkSamplerCreateInfo.Ptr.reinterpret(long newSize) Assume theVkSamplerCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerCreateInfo.Ptrthat uses the same backing storage as thisVkSamplerCreateInfo.Ptr, but with the new size.VkSamplerCubicWeightsCreateInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkSamplerCubicWeightsCreateInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerCubicWeightsCreateInfoQCOM.Ptrthat uses the same backing storage as thisVkSamplerCubicWeightsCreateInfoQCOM.Ptr, but with the new size.VkSamplerCustomBorderColorCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSamplerCustomBorderColorCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerCustomBorderColorCreateInfoEXT.Ptrthat uses the same backing storage as thisVkSamplerCustomBorderColorCreateInfoEXT.Ptr, but with the new size.@NotNull VkSamplerReductionModeCreateInfo.PtrVkSamplerReductionModeCreateInfo.Ptr.reinterpret(long newSize) Assume theVkSamplerReductionModeCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerReductionModeCreateInfo.Ptrthat uses the same backing storage as thisVkSamplerReductionModeCreateInfo.Ptr, but with the new size.VkSamplerYcbcrConversionCreateInfo.Ptr.reinterpret(long newSize) Assume theVkSamplerYcbcrConversionCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerYcbcrConversionCreateInfo.Ptrthat uses the same backing storage as thisVkSamplerYcbcrConversionCreateInfo.Ptr, but with the new size.VkSamplerYcbcrConversionImageFormatProperties.Ptr.reinterpret(long newSize) Assume theVkSamplerYcbcrConversionImageFormatProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerYcbcrConversionImageFormatProperties.Ptrthat uses the same backing storage as thisVkSamplerYcbcrConversionImageFormatProperties.Ptr, but with the new size.@NotNull VkSamplerYcbcrConversionInfo.PtrVkSamplerYcbcrConversionInfo.Ptr.reinterpret(long newSize) Assume theVkSamplerYcbcrConversionInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerYcbcrConversionInfo.Ptrthat uses the same backing storage as thisVkSamplerYcbcrConversionInfo.Ptr, but with the new size.VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.Ptrthat uses the same backing storage as thisVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.Ptr, but with the new size.@NotNull VkSciSyncAttributesInfoNV.PtrVkSciSyncAttributesInfoNV.Ptr.reinterpret(long newSize) Assume theVkSciSyncAttributesInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSciSyncAttributesInfoNV.Ptrthat uses the same backing storage as thisVkSciSyncAttributesInfoNV.Ptr, but with the new size.VkScreenBufferFormatPropertiesQNX.Ptr.reinterpret(long newSize) Assume theVkScreenBufferFormatPropertiesQNX.Ptris capable of holding at leastnewSizestructures, create a new viewVkScreenBufferFormatPropertiesQNX.Ptrthat uses the same backing storage as thisVkScreenBufferFormatPropertiesQNX.Ptr, but with the new size.@NotNull VkScreenBufferPropertiesQNX.PtrVkScreenBufferPropertiesQNX.Ptr.reinterpret(long newSize) Assume theVkScreenBufferPropertiesQNX.Ptris capable of holding at leastnewSizestructures, create a new viewVkScreenBufferPropertiesQNX.Ptrthat uses the same backing storage as thisVkScreenBufferPropertiesQNX.Ptr, but with the new size.@NotNull VkScreenSurfaceCreateInfoQNX.PtrVkScreenSurfaceCreateInfoQNX.Ptr.reinterpret(long newSize) Assume theVkScreenSurfaceCreateInfoQNX.Ptris capable of holding at leastnewSizestructures, create a new viewVkScreenSurfaceCreateInfoQNX.Ptrthat uses the same backing storage as thisVkScreenSurfaceCreateInfoQNX.Ptr, but with the new size.@NotNull VkSemaphoreCreateInfo.PtrVkSemaphoreCreateInfo.Ptr.reinterpret(long newSize) Assume theVkSemaphoreCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreCreateInfo.Ptrthat uses the same backing storage as thisVkSemaphoreCreateInfo.Ptr, but with the new size.@NotNull VkSemaphoreGetFdInfoKHR.PtrVkSemaphoreGetFdInfoKHR.Ptr.reinterpret(long newSize) Assume theVkSemaphoreGetFdInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreGetFdInfoKHR.Ptrthat uses the same backing storage as thisVkSemaphoreGetFdInfoKHR.Ptr, but with the new size.@NotNull VkSemaphoreGetSciSyncInfoNV.PtrVkSemaphoreGetSciSyncInfoNV.Ptr.reinterpret(long newSize) Assume theVkSemaphoreGetSciSyncInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreGetSciSyncInfoNV.Ptrthat uses the same backing storage as thisVkSemaphoreGetSciSyncInfoNV.Ptr, but with the new size.@NotNull VkSemaphoreGetWin32HandleInfoKHR.PtrVkSemaphoreGetWin32HandleInfoKHR.Ptr.reinterpret(long newSize) Assume theVkSemaphoreGetWin32HandleInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreGetWin32HandleInfoKHR.Ptrthat uses the same backing storage as thisVkSemaphoreGetWin32HandleInfoKHR.Ptr, but with the new size.VkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr, but with the new size.@NotNull VkSemaphoreSciSyncCreateInfoNV.PtrVkSemaphoreSciSyncCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkSemaphoreSciSyncCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreSciSyncCreateInfoNV.Ptrthat uses the same backing storage as thisVkSemaphoreSciSyncCreateInfoNV.Ptr, but with the new size.VkSemaphoreSciSyncPoolCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkSemaphoreSciSyncPoolCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreSciSyncPoolCreateInfoNV.Ptrthat uses the same backing storage as thisVkSemaphoreSciSyncPoolCreateInfoNV.Ptr, but with the new size.@NotNull VkSemaphoreSignalInfo.PtrVkSemaphoreSignalInfo.Ptr.reinterpret(long newSize) Assume theVkSemaphoreSignalInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreSignalInfo.Ptrthat uses the same backing storage as thisVkSemaphoreSignalInfo.Ptr, but with the new size.@NotNull VkSemaphoreSubmitInfo.PtrVkSemaphoreSubmitInfo.Ptr.reinterpret(long newSize) Assume theVkSemaphoreSubmitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreSubmitInfo.Ptrthat uses the same backing storage as thisVkSemaphoreSubmitInfo.Ptr, but with the new size.@NotNull VkSemaphoreTypeCreateInfo.PtrVkSemaphoreTypeCreateInfo.Ptr.reinterpret(long newSize) Assume theVkSemaphoreTypeCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreTypeCreateInfo.Ptrthat uses the same backing storage as thisVkSemaphoreTypeCreateInfo.Ptr, but with the new size.@NotNull VkSemaphoreWaitInfo.PtrVkSemaphoreWaitInfo.Ptr.reinterpret(long newSize) Assume theVkSemaphoreWaitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreWaitInfo.Ptrthat uses the same backing storage as thisVkSemaphoreWaitInfo.Ptr, but with the new size.VkSetDescriptorBufferOffsetsInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSetDescriptorBufferOffsetsInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSetDescriptorBufferOffsetsInfoEXT.Ptrthat uses the same backing storage as thisVkSetDescriptorBufferOffsetsInfoEXT.Ptr, but with the new size.@NotNull VkSetLatencyMarkerInfoNV.PtrVkSetLatencyMarkerInfoNV.Ptr.reinterpret(long newSize) Assume theVkSetLatencyMarkerInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSetLatencyMarkerInfoNV.Ptrthat uses the same backing storage as thisVkSetLatencyMarkerInfoNV.Ptr, but with the new size.@NotNull VkSetPresentConfigNV.PtrVkSetPresentConfigNV.Ptr.reinterpret(long newSize) Assume theVkSetPresentConfigNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSetPresentConfigNV.Ptrthat uses the same backing storage as thisVkSetPresentConfigNV.Ptr, but with the new size.@NotNull VkSetStateFlagsIndirectCommandNV.PtrVkSetStateFlagsIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkSetStateFlagsIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSetStateFlagsIndirectCommandNV.Ptrthat uses the same backing storage as thisVkSetStateFlagsIndirectCommandNV.Ptr, but with the new size.@NotNull VkShaderCreateInfoEXT.PtrVkShaderCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkShaderCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkShaderCreateInfoEXT.Ptrthat uses the same backing storage as thisVkShaderCreateInfoEXT.Ptr, but with the new size.@NotNull VkShaderModuleCreateInfo.PtrVkShaderModuleCreateInfo.Ptr.reinterpret(long newSize) Assume theVkShaderModuleCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkShaderModuleCreateInfo.Ptrthat uses the same backing storage as thisVkShaderModuleCreateInfo.Ptr, but with the new size.@NotNull VkShaderModuleIdentifierEXT.PtrVkShaderModuleIdentifierEXT.Ptr.reinterpret(long newSize) Assume theVkShaderModuleIdentifierEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkShaderModuleIdentifierEXT.Ptrthat uses the same backing storage as thisVkShaderModuleIdentifierEXT.Ptr, but with the new size.VkShaderModuleValidationCacheCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkShaderModuleValidationCacheCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkShaderModuleValidationCacheCreateInfoEXT.Ptrthat uses the same backing storage as thisVkShaderModuleValidationCacheCreateInfoEXT.Ptr, but with the new size.@NotNull VkShaderResourceUsageAMD.PtrVkShaderResourceUsageAMD.Ptr.reinterpret(long newSize) Assume theVkShaderResourceUsageAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkShaderResourceUsageAMD.Ptrthat uses the same backing storage as thisVkShaderResourceUsageAMD.Ptr, but with the new size.@NotNull VkShaderStatisticsInfoAMD.PtrVkShaderStatisticsInfoAMD.Ptr.reinterpret(long newSize) Assume theVkShaderStatisticsInfoAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkShaderStatisticsInfoAMD.Ptrthat uses the same backing storage as thisVkShaderStatisticsInfoAMD.Ptr, but with the new size.@NotNull VkShadingRatePaletteNV.PtrVkShadingRatePaletteNV.Ptr.reinterpret(long newSize) Assume theVkShadingRatePaletteNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkShadingRatePaletteNV.Ptrthat uses the same backing storage as thisVkShadingRatePaletteNV.Ptr, but with the new size.VkSharedPresentSurfaceCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkSharedPresentSurfaceCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSharedPresentSurfaceCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkSharedPresentSurfaceCapabilitiesKHR.Ptr, but with the new size.@NotNull VkSparseBufferMemoryBindInfo.PtrVkSparseBufferMemoryBindInfo.Ptr.reinterpret(long newSize) Assume theVkSparseBufferMemoryBindInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseBufferMemoryBindInfo.Ptrthat uses the same backing storage as thisVkSparseBufferMemoryBindInfo.Ptr, but with the new size.@NotNull VkSparseImageFormatProperties.PtrVkSparseImageFormatProperties.Ptr.reinterpret(long newSize) Assume theVkSparseImageFormatProperties.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseImageFormatProperties.Ptrthat uses the same backing storage as thisVkSparseImageFormatProperties.Ptr, but with the new size.@NotNull VkSparseImageFormatProperties2.PtrVkSparseImageFormatProperties2.Ptr.reinterpret(long newSize) Assume theVkSparseImageFormatProperties2.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseImageFormatProperties2.Ptrthat uses the same backing storage as thisVkSparseImageFormatProperties2.Ptr, but with the new size.@NotNull VkSparseImageMemoryBind.PtrVkSparseImageMemoryBind.Ptr.reinterpret(long newSize) Assume theVkSparseImageMemoryBind.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseImageMemoryBind.Ptrthat uses the same backing storage as thisVkSparseImageMemoryBind.Ptr, but with the new size.@NotNull VkSparseImageMemoryBindInfo.PtrVkSparseImageMemoryBindInfo.Ptr.reinterpret(long newSize) Assume theVkSparseImageMemoryBindInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseImageMemoryBindInfo.Ptrthat uses the same backing storage as thisVkSparseImageMemoryBindInfo.Ptr, but with the new size.@NotNull VkSparseImageMemoryRequirements.PtrVkSparseImageMemoryRequirements.Ptr.reinterpret(long newSize) Assume theVkSparseImageMemoryRequirements.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseImageMemoryRequirements.Ptrthat uses the same backing storage as thisVkSparseImageMemoryRequirements.Ptr, but with the new size.@NotNull VkSparseImageMemoryRequirements2.PtrVkSparseImageMemoryRequirements2.Ptr.reinterpret(long newSize) Assume theVkSparseImageMemoryRequirements2.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseImageMemoryRequirements2.Ptrthat uses the same backing storage as thisVkSparseImageMemoryRequirements2.Ptr, but with the new size.VkSparseImageOpaqueMemoryBindInfo.Ptr.reinterpret(long newSize) Assume theVkSparseImageOpaqueMemoryBindInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseImageOpaqueMemoryBindInfo.Ptrthat uses the same backing storage as thisVkSparseImageOpaqueMemoryBindInfo.Ptr, but with the new size.@NotNull VkSparseMemoryBind.PtrVkSparseMemoryBind.Ptr.reinterpret(long newSize) Assume theVkSparseMemoryBind.Ptris capable of holding at leastnewSizestructures, create a new viewVkSparseMemoryBind.Ptrthat uses the same backing storage as thisVkSparseMemoryBind.Ptr, but with the new size.@NotNull VkSpecializationInfo.PtrVkSpecializationInfo.Ptr.reinterpret(long newSize) Assume theVkSpecializationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSpecializationInfo.Ptrthat uses the same backing storage as thisVkSpecializationInfo.Ptr, but with the new size.@NotNull VkSpecializationMapEntry.PtrVkSpecializationMapEntry.Ptr.reinterpret(long newSize) Assume theVkSpecializationMapEntry.Ptris capable of holding at leastnewSizestructures, create a new viewVkSpecializationMapEntry.Ptrthat uses the same backing storage as thisVkSpecializationMapEntry.Ptr, but with the new size.@NotNull VkSRTDataNV.PtrVkSRTDataNV.Ptr.reinterpret(long newSize) Assume theVkSRTDataNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSRTDataNV.Ptrthat uses the same backing storage as thisVkSRTDataNV.Ptr, but with the new size.@NotNull VkStencilOpState.PtrVkStencilOpState.Ptr.reinterpret(long newSize) Assume theVkStencilOpState.Ptris capable of holding at leastnewSizestructures, create a new viewVkStencilOpState.Ptrthat uses the same backing storage as thisVkStencilOpState.Ptr, but with the new size.VkStreamDescriptorSurfaceCreateInfoGGP.Ptr.reinterpret(long newSize) Assume theVkStreamDescriptorSurfaceCreateInfoGGP.Ptris capable of holding at leastnewSizestructures, create a new viewVkStreamDescriptorSurfaceCreateInfoGGP.Ptrthat uses the same backing storage as thisVkStreamDescriptorSurfaceCreateInfoGGP.Ptr, but with the new size.@NotNull VkStridedDeviceAddressNV.PtrVkStridedDeviceAddressNV.Ptr.reinterpret(long newSize) Assume theVkStridedDeviceAddressNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkStridedDeviceAddressNV.Ptrthat uses the same backing storage as thisVkStridedDeviceAddressNV.Ptr, but with the new size.@NotNull VkStridedDeviceAddressRegionKHR.PtrVkStridedDeviceAddressRegionKHR.Ptr.reinterpret(long newSize) Assume theVkStridedDeviceAddressRegionKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkStridedDeviceAddressRegionKHR.Ptrthat uses the same backing storage as thisVkStridedDeviceAddressRegionKHR.Ptr, but with the new size.@NotNull VkSubmitInfo.PtrVkSubmitInfo.Ptr.reinterpret(long newSize) Assume theVkSubmitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubmitInfo.Ptrthat uses the same backing storage as thisVkSubmitInfo.Ptr, but with the new size.@NotNull VkSubmitInfo2.PtrVkSubmitInfo2.Ptr.reinterpret(long newSize) Assume theVkSubmitInfo2.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubmitInfo2.Ptrthat uses the same backing storage as thisVkSubmitInfo2.Ptr, but with the new size.@NotNull VkSubpassBeginInfo.PtrVkSubpassBeginInfo.Ptr.reinterpret(long newSize) Assume theVkSubpassBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassBeginInfo.Ptrthat uses the same backing storage as thisVkSubpassBeginInfo.Ptr, but with the new size.@NotNull VkSubpassDependency.PtrVkSubpassDependency.Ptr.reinterpret(long newSize) Assume theVkSubpassDependency.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassDependency.Ptrthat uses the same backing storage as thisVkSubpassDependency.Ptr, but with the new size.@NotNull VkSubpassDependency2.PtrVkSubpassDependency2.Ptr.reinterpret(long newSize) Assume theVkSubpassDependency2.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassDependency2.Ptrthat uses the same backing storage as thisVkSubpassDependency2.Ptr, but with the new size.@NotNull VkSubpassDescription.PtrVkSubpassDescription.Ptr.reinterpret(long newSize) Assume theVkSubpassDescription.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassDescription.Ptrthat uses the same backing storage as thisVkSubpassDescription.Ptr, but with the new size.@NotNull VkSubpassDescription2.PtrVkSubpassDescription2.Ptr.reinterpret(long newSize) Assume theVkSubpassDescription2.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassDescription2.Ptrthat uses the same backing storage as thisVkSubpassDescription2.Ptr, but with the new size.VkSubpassDescriptionDepthStencilResolve.Ptr.reinterpret(long newSize) Assume theVkSubpassDescriptionDepthStencilResolve.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassDescriptionDepthStencilResolve.Ptrthat uses the same backing storage as thisVkSubpassDescriptionDepthStencilResolve.Ptr, but with the new size.@NotNull VkSubpassEndInfo.PtrVkSubpassEndInfo.Ptr.reinterpret(long newSize) Assume theVkSubpassEndInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassEndInfo.Ptrthat uses the same backing storage as thisVkSubpassEndInfo.Ptr, but with the new size.VkSubpassResolvePerformanceQueryEXT.Ptr.reinterpret(long newSize) Assume theVkSubpassResolvePerformanceQueryEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassResolvePerformanceQueryEXT.Ptrthat uses the same backing storage as thisVkSubpassResolvePerformanceQueryEXT.Ptr, but with the new size.@NotNull VkSubpassSampleLocationsEXT.PtrVkSubpassSampleLocationsEXT.Ptr.reinterpret(long newSize) Assume theVkSubpassSampleLocationsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassSampleLocationsEXT.Ptrthat uses the same backing storage as thisVkSubpassSampleLocationsEXT.Ptr, but with the new size.VkSubpassShadingPipelineCreateInfoHUAWEI.Ptr.reinterpret(long newSize) Assume theVkSubpassShadingPipelineCreateInfoHUAWEI.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubpassShadingPipelineCreateInfoHUAWEI.Ptrthat uses the same backing storage as thisVkSubpassShadingPipelineCreateInfoHUAWEI.Ptr, but with the new size.@NotNull VkSubresourceHostMemcpySize.PtrVkSubresourceHostMemcpySize.Ptr.reinterpret(long newSize) Assume theVkSubresourceHostMemcpySize.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubresourceHostMemcpySize.Ptrthat uses the same backing storage as thisVkSubresourceHostMemcpySize.Ptr, but with the new size.@NotNull VkSubresourceLayout.PtrVkSubresourceLayout.Ptr.reinterpret(long newSize) Assume theVkSubresourceLayout.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubresourceLayout.Ptrthat uses the same backing storage as thisVkSubresourceLayout.Ptr, but with the new size.@NotNull VkSubresourceLayout2.PtrVkSubresourceLayout2.Ptr.reinterpret(long newSize) Assume theVkSubresourceLayout2.Ptris capable of holding at leastnewSizestructures, create a new viewVkSubresourceLayout2.Ptrthat uses the same backing storage as thisVkSubresourceLayout2.Ptr, but with the new size.@NotNull VkSurfaceCapabilities2EXT.PtrVkSurfaceCapabilities2EXT.Ptr.reinterpret(long newSize) Assume theVkSurfaceCapabilities2EXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceCapabilities2EXT.Ptrthat uses the same backing storage as thisVkSurfaceCapabilities2EXT.Ptr, but with the new size.@NotNull VkSurfaceCapabilities2KHR.PtrVkSurfaceCapabilities2KHR.Ptr.reinterpret(long newSize) Assume theVkSurfaceCapabilities2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceCapabilities2KHR.Ptrthat uses the same backing storage as thisVkSurfaceCapabilities2KHR.Ptr, but with the new size.VkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr.reinterpret(long newSize) Assume theVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptrthat uses the same backing storage as thisVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr, but with the new size.@NotNull VkSurfaceCapabilitiesKHR.PtrVkSurfaceCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkSurfaceCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkSurfaceCapabilitiesKHR.Ptr, but with the new size.VkSurfaceCapabilitiesPresentBarrierNV.Ptr.reinterpret(long newSize) Assume theVkSurfaceCapabilitiesPresentBarrierNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceCapabilitiesPresentBarrierNV.Ptrthat uses the same backing storage as thisVkSurfaceCapabilitiesPresentBarrierNV.Ptr, but with the new size.@NotNull VkSurfaceFormat2KHR.PtrVkSurfaceFormat2KHR.Ptr.reinterpret(long newSize) Assume theVkSurfaceFormat2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceFormat2KHR.Ptrthat uses the same backing storage as thisVkSurfaceFormat2KHR.Ptr, but with the new size.@NotNull VkSurfaceFormatKHR.PtrVkSurfaceFormatKHR.Ptr.reinterpret(long newSize) Assume theVkSurfaceFormatKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceFormatKHR.Ptrthat uses the same backing storage as thisVkSurfaceFormatKHR.Ptr, but with the new size.VkSurfaceFullScreenExclusiveInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSurfaceFullScreenExclusiveInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceFullScreenExclusiveInfoEXT.Ptrthat uses the same backing storage as thisVkSurfaceFullScreenExclusiveInfoEXT.Ptr, but with the new size.VkSurfaceFullScreenExclusiveWin32InfoEXT.Ptr.reinterpret(long newSize) Assume theVkSurfaceFullScreenExclusiveWin32InfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceFullScreenExclusiveWin32InfoEXT.Ptrthat uses the same backing storage as thisVkSurfaceFullScreenExclusiveWin32InfoEXT.Ptr, but with the new size.VkSurfacePresentModeCompatibilityEXT.Ptr.reinterpret(long newSize) Assume theVkSurfacePresentModeCompatibilityEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfacePresentModeCompatibilityEXT.Ptrthat uses the same backing storage as thisVkSurfacePresentModeCompatibilityEXT.Ptr, but with the new size.@NotNull VkSurfacePresentModeEXT.PtrVkSurfacePresentModeEXT.Ptr.reinterpret(long newSize) Assume theVkSurfacePresentModeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfacePresentModeEXT.Ptrthat uses the same backing storage as thisVkSurfacePresentModeEXT.Ptr, but with the new size.VkSurfacePresentScalingCapabilitiesEXT.Ptr.reinterpret(long newSize) Assume theVkSurfacePresentScalingCapabilitiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfacePresentScalingCapabilitiesEXT.Ptrthat uses the same backing storage as thisVkSurfacePresentScalingCapabilitiesEXT.Ptr, but with the new size.VkSurfaceProtectedCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkSurfaceProtectedCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSurfaceProtectedCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkSurfaceProtectedCapabilitiesKHR.Ptr, but with the new size.@NotNull VkSwapchainCounterCreateInfoEXT.PtrVkSwapchainCounterCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSwapchainCounterCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainCounterCreateInfoEXT.Ptrthat uses the same backing storage as thisVkSwapchainCounterCreateInfoEXT.Ptr, but with the new size.@NotNull VkSwapchainCreateInfoKHR.PtrVkSwapchainCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkSwapchainCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainCreateInfoKHR.Ptrthat uses the same backing storage as thisVkSwapchainCreateInfoKHR.Ptr, but with the new size.VkSwapchainDisplayNativeHdrCreateInfoAMD.Ptr.reinterpret(long newSize) Assume theVkSwapchainDisplayNativeHdrCreateInfoAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainDisplayNativeHdrCreateInfoAMD.Ptrthat uses the same backing storage as thisVkSwapchainDisplayNativeHdrCreateInfoAMD.Ptr, but with the new size.@NotNull VkSwapchainLatencyCreateInfoNV.PtrVkSwapchainLatencyCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkSwapchainLatencyCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainLatencyCreateInfoNV.Ptrthat uses the same backing storage as thisVkSwapchainLatencyCreateInfoNV.Ptr, but with the new size.VkSwapchainPresentBarrierCreateInfoNV.Ptr.reinterpret(long newSize) Assume theVkSwapchainPresentBarrierCreateInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainPresentBarrierCreateInfoNV.Ptrthat uses the same backing storage as thisVkSwapchainPresentBarrierCreateInfoNV.Ptr, but with the new size.@NotNull VkSwapchainPresentFenceInfoEXT.PtrVkSwapchainPresentFenceInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSwapchainPresentFenceInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainPresentFenceInfoEXT.Ptrthat uses the same backing storage as thisVkSwapchainPresentFenceInfoEXT.Ptr, but with the new size.@NotNull VkSwapchainPresentModeInfoEXT.PtrVkSwapchainPresentModeInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSwapchainPresentModeInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainPresentModeInfoEXT.Ptrthat uses the same backing storage as thisVkSwapchainPresentModeInfoEXT.Ptr, but with the new size.VkSwapchainPresentModesCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSwapchainPresentModesCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainPresentModesCreateInfoEXT.Ptrthat uses the same backing storage as thisVkSwapchainPresentModesCreateInfoEXT.Ptr, but with the new size.VkSwapchainPresentScalingCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkSwapchainPresentScalingCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkSwapchainPresentScalingCreateInfoEXT.Ptrthat uses the same backing storage as thisVkSwapchainPresentScalingCreateInfoEXT.Ptr, but with the new size.@NotNull VkSysmemColorSpaceFUCHSIA.PtrVkSysmemColorSpaceFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkSysmemColorSpaceFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkSysmemColorSpaceFUCHSIA.Ptrthat uses the same backing storage as thisVkSysmemColorSpaceFUCHSIA.Ptr, but with the new size.VkTextureLODGatherFormatPropertiesAMD.Ptr.reinterpret(long newSize) Assume theVkTextureLODGatherFormatPropertiesAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkTextureLODGatherFormatPropertiesAMD.Ptrthat uses the same backing storage as thisVkTextureLODGatherFormatPropertiesAMD.Ptr, but with the new size.@NotNull VkTileMemoryBindInfoQCOM.PtrVkTileMemoryBindInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkTileMemoryBindInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkTileMemoryBindInfoQCOM.Ptrthat uses the same backing storage as thisVkTileMemoryBindInfoQCOM.Ptr, but with the new size.@NotNull VkTileMemoryRequirementsQCOM.PtrVkTileMemoryRequirementsQCOM.Ptr.reinterpret(long newSize) Assume theVkTileMemoryRequirementsQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkTileMemoryRequirementsQCOM.Ptrthat uses the same backing storage as thisVkTileMemoryRequirementsQCOM.Ptr, but with the new size.@NotNull VkTileMemorySizeInfoQCOM.PtrVkTileMemorySizeInfoQCOM.Ptr.reinterpret(long newSize) Assume theVkTileMemorySizeInfoQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkTileMemorySizeInfoQCOM.Ptrthat uses the same backing storage as thisVkTileMemorySizeInfoQCOM.Ptr, but with the new size.@NotNull VkTilePropertiesQCOM.PtrVkTilePropertiesQCOM.Ptr.reinterpret(long newSize) Assume theVkTilePropertiesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkTilePropertiesQCOM.Ptrthat uses the same backing storage as thisVkTilePropertiesQCOM.Ptr, but with the new size.@NotNull VkTimelineSemaphoreSubmitInfo.PtrVkTimelineSemaphoreSubmitInfo.Ptr.reinterpret(long newSize) Assume theVkTimelineSemaphoreSubmitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkTimelineSemaphoreSubmitInfo.Ptrthat uses the same backing storage as thisVkTimelineSemaphoreSubmitInfo.Ptr, but with the new size.@NotNull VkTraceRaysIndirectCommand2KHR.PtrVkTraceRaysIndirectCommand2KHR.Ptr.reinterpret(long newSize) Assume theVkTraceRaysIndirectCommand2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkTraceRaysIndirectCommand2KHR.Ptrthat uses the same backing storage as thisVkTraceRaysIndirectCommand2KHR.Ptr, but with the new size.@NotNull VkTraceRaysIndirectCommandKHR.PtrVkTraceRaysIndirectCommandKHR.Ptr.reinterpret(long newSize) Assume theVkTraceRaysIndirectCommandKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkTraceRaysIndirectCommandKHR.Ptrthat uses the same backing storage as thisVkTraceRaysIndirectCommandKHR.Ptr, but with the new size.@NotNull VkTransformMatrixKHR.PtrVkTransformMatrixKHR.Ptr.reinterpret(long newSize) Assume theVkTransformMatrixKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkTransformMatrixKHR.Ptrthat uses the same backing storage as thisVkTransformMatrixKHR.Ptr, but with the new size.@NotNull VkValidationCacheCreateInfoEXT.PtrVkValidationCacheCreateInfoEXT.Ptr.reinterpret(long newSize) Assume theVkValidationCacheCreateInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkValidationCacheCreateInfoEXT.Ptrthat uses the same backing storage as thisVkValidationCacheCreateInfoEXT.Ptr, but with the new size.@NotNull VkValidationFeaturesEXT.PtrVkValidationFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkValidationFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkValidationFeaturesEXT.Ptrthat uses the same backing storage as thisVkValidationFeaturesEXT.Ptr, but with the new size.@NotNull VkValidationFlagsEXT.PtrVkValidationFlagsEXT.Ptr.reinterpret(long newSize) Assume theVkValidationFlagsEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkValidationFlagsEXT.Ptrthat uses the same backing storage as thisVkValidationFlagsEXT.Ptr, but with the new size.VkVertexInputAttributeDescription.Ptr.reinterpret(long newSize) Assume theVkVertexInputAttributeDescription.Ptris capable of holding at leastnewSizestructures, create a new viewVkVertexInputAttributeDescription.Ptrthat uses the same backing storage as thisVkVertexInputAttributeDescription.Ptr, but with the new size.VkVertexInputAttributeDescription2EXT.Ptr.reinterpret(long newSize) Assume theVkVertexInputAttributeDescription2EXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkVertexInputAttributeDescription2EXT.Ptrthat uses the same backing storage as thisVkVertexInputAttributeDescription2EXT.Ptr, but with the new size.@NotNull VkVertexInputBindingDescription.PtrVkVertexInputBindingDescription.Ptr.reinterpret(long newSize) Assume theVkVertexInputBindingDescription.Ptris capable of holding at leastnewSizestructures, create a new viewVkVertexInputBindingDescription.Ptrthat uses the same backing storage as thisVkVertexInputBindingDescription.Ptr, but with the new size.VkVertexInputBindingDescription2EXT.Ptr.reinterpret(long newSize) Assume theVkVertexInputBindingDescription2EXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkVertexInputBindingDescription2EXT.Ptrthat uses the same backing storage as thisVkVertexInputBindingDescription2EXT.Ptr, but with the new size.VkVertexInputBindingDivisorDescription.Ptr.reinterpret(long newSize) Assume theVkVertexInputBindingDivisorDescription.Ptris capable of holding at leastnewSizestructures, create a new viewVkVertexInputBindingDivisorDescription.Ptrthat uses the same backing storage as thisVkVertexInputBindingDivisorDescription.Ptr, but with the new size.@NotNull VkVideoBeginCodingInfoKHR.PtrVkVideoBeginCodingInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoBeginCodingInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoBeginCodingInfoKHR.Ptrthat uses the same backing storage as thisVkVideoBeginCodingInfoKHR.Ptr, but with the new size.@NotNull VkVideoCapabilitiesKHR.PtrVkVideoCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoCapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoCodingControlInfoKHR.PtrVkVideoCodingControlInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoCodingControlInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoCodingControlInfoKHR.Ptrthat uses the same backing storage as thisVkVideoCodingControlInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeAV1CapabilitiesKHR.PtrVkVideoDecodeAV1CapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeAV1CapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeAV1CapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeAV1CapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoDecodeAV1DpbSlotInfoKHR.PtrVkVideoDecodeAV1DpbSlotInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeAV1DpbSlotInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeAV1DpbSlotInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeAV1DpbSlotInfoKHR.Ptr, but with the new size.VkVideoDecodeAV1InlineSessionParametersInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeAV1InlineSessionParametersInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeAV1InlineSessionParametersInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeAV1InlineSessionParametersInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeAV1PictureInfoKHR.PtrVkVideoDecodeAV1PictureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeAV1PictureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeAV1PictureInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeAV1PictureInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeAV1ProfileInfoKHR.PtrVkVideoDecodeAV1ProfileInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeAV1ProfileInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeAV1ProfileInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeAV1ProfileInfoKHR.Ptr, but with the new size.VkVideoDecodeAV1SessionParametersCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeAV1SessionParametersCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeAV1SessionParametersCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeAV1SessionParametersCreateInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeCapabilitiesKHR.PtrVkVideoDecodeCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeCapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoDecodeH264CapabilitiesKHR.PtrVkVideoDecodeH264CapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH264CapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH264CapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH264CapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoDecodeH264DpbSlotInfoKHR.PtrVkVideoDecodeH264DpbSlotInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH264DpbSlotInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH264DpbSlotInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH264DpbSlotInfoKHR.Ptr, but with the new size.VkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeH264PictureInfoKHR.PtrVkVideoDecodeH264PictureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH264PictureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH264PictureInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH264PictureInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeH264ProfileInfoKHR.PtrVkVideoDecodeH264ProfileInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH264ProfileInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH264ProfileInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH264ProfileInfoKHR.Ptr, but with the new size.VkVideoDecodeH264SessionParametersAddInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH264SessionParametersAddInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH264SessionParametersAddInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH264SessionParametersAddInfoKHR.Ptr, but with the new size.VkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeH265CapabilitiesKHR.PtrVkVideoDecodeH265CapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH265CapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH265CapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH265CapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoDecodeH265DpbSlotInfoKHR.PtrVkVideoDecodeH265DpbSlotInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH265DpbSlotInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH265DpbSlotInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH265DpbSlotInfoKHR.Ptr, but with the new size.VkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeH265PictureInfoKHR.PtrVkVideoDecodeH265PictureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH265PictureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH265PictureInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH265PictureInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeH265ProfileInfoKHR.PtrVkVideoDecodeH265ProfileInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH265ProfileInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH265ProfileInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH265ProfileInfoKHR.Ptr, but with the new size.VkVideoDecodeH265SessionParametersAddInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH265SessionParametersAddInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH265SessionParametersAddInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH265SessionParametersAddInfoKHR.Ptr, but with the new size.VkVideoDecodeH265SessionParametersCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH265SessionParametersCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH265SessionParametersCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH265SessionParametersCreateInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeInfoKHR.PtrVkVideoDecodeInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeInfoKHR.Ptr, but with the new size.@NotNull VkVideoDecodeUsageInfoKHR.PtrVkVideoDecodeUsageInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeUsageInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeUsageInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeUsageInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeAV1CapabilitiesKHR.PtrVkVideoEncodeAV1CapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1CapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1CapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1CapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoEncodeAV1DpbSlotInfoKHR.PtrVkVideoEncodeAV1DpbSlotInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1DpbSlotInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1DpbSlotInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1DpbSlotInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeAV1FrameSizeKHR.PtrVkVideoEncodeAV1FrameSizeKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1FrameSizeKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1FrameSizeKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1FrameSizeKHR.Ptr, but with the new size.VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeAV1PictureInfoKHR.PtrVkVideoEncodeAV1PictureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1PictureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1PictureInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1PictureInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeAV1ProfileInfoKHR.PtrVkVideoEncodeAV1ProfileInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1ProfileInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1ProfileInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1ProfileInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeAV1QIndexKHR.PtrVkVideoEncodeAV1QIndexKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1QIndexKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1QIndexKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1QIndexKHR.Ptr, but with the new size.VkVideoEncodeAV1QualityLevelPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1QualityLevelPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1QualityLevelPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1QualityLevelPropertiesKHR.Ptr, but with the new size.VkVideoEncodeAV1QuantizationMapCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1QuantizationMapCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1QuantizationMapCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1QuantizationMapCapabilitiesKHR.Ptr, but with the new size.VkVideoEncodeAV1RateControlInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1RateControlInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1RateControlInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1RateControlInfoKHR.Ptr, but with the new size.VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1RateControlLayerInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1RateControlLayerInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1RateControlLayerInfoKHR.Ptr, but with the new size.VkVideoEncodeAV1SessionCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1SessionCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1SessionCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1SessionCreateInfoKHR.Ptr, but with the new size.VkVideoEncodeAV1SessionParametersCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1SessionParametersCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1SessionParametersCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1SessionParametersCreateInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeCapabilitiesKHR.PtrVkVideoEncodeCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeCapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH264CapabilitiesKHR.PtrVkVideoEncodeH264CapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264CapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264CapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264CapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH264DpbSlotInfoKHR.PtrVkVideoEncodeH264DpbSlotInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264DpbSlotInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264DpbSlotInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264DpbSlotInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH264FrameSizeKHR.PtrVkVideoEncodeH264FrameSizeKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264FrameSizeKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264FrameSizeKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264FrameSizeKHR.Ptr, but with the new size.VkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264GopRemainingFrameInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264GopRemainingFrameInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr, but with the new size.VkVideoEncodeH264NaluSliceInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264NaluSliceInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264NaluSliceInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264NaluSliceInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH264PictureInfoKHR.PtrVkVideoEncodeH264PictureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264PictureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264PictureInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264PictureInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH264ProfileInfoKHR.PtrVkVideoEncodeH264ProfileInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264ProfileInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264ProfileInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264ProfileInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH264QpKHR.PtrVkVideoEncodeH264QpKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264QpKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264QpKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264QpKHR.Ptr, but with the new size.VkVideoEncodeH264QualityLevelPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264QualityLevelPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264QualityLevelPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264QualityLevelPropertiesKHR.Ptr, but with the new size.VkVideoEncodeH264QuantizationMapCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264QuantizationMapCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264QuantizationMapCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264QuantizationMapCapabilitiesKHR.Ptr, but with the new size.VkVideoEncodeH264RateControlInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264RateControlInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264RateControlInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264RateControlInfoKHR.Ptr, but with the new size.VkVideoEncodeH264RateControlLayerInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264RateControlLayerInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264RateControlLayerInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264RateControlLayerInfoKHR.Ptr, but with the new size.VkVideoEncodeH264SessionCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264SessionCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264SessionCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264SessionCreateInfoKHR.Ptr, but with the new size.VkVideoEncodeH264SessionParametersAddInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264SessionParametersAddInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264SessionParametersAddInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264SessionParametersAddInfoKHR.Ptr, but with the new size.VkVideoEncodeH264SessionParametersCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264SessionParametersCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264SessionParametersCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264SessionParametersCreateInfoKHR.Ptr, but with the new size.VkVideoEncodeH264SessionParametersFeedbackInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264SessionParametersFeedbackInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264SessionParametersFeedbackInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264SessionParametersFeedbackInfoKHR.Ptr, but with the new size.VkVideoEncodeH264SessionParametersGetInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264SessionParametersGetInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264SessionParametersGetInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264SessionParametersGetInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH265CapabilitiesKHR.PtrVkVideoEncodeH265CapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265CapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265CapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265CapabilitiesKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH265DpbSlotInfoKHR.PtrVkVideoEncodeH265DpbSlotInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265DpbSlotInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265DpbSlotInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265DpbSlotInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH265FrameSizeKHR.PtrVkVideoEncodeH265FrameSizeKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265FrameSizeKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265FrameSizeKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265FrameSizeKHR.Ptr, but with the new size.VkVideoEncodeH265GopRemainingFrameInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265GopRemainingFrameInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265GopRemainingFrameInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265GopRemainingFrameInfoKHR.Ptr, but with the new size.VkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH265PictureInfoKHR.PtrVkVideoEncodeH265PictureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265PictureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265PictureInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265PictureInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH265ProfileInfoKHR.PtrVkVideoEncodeH265ProfileInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265ProfileInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265ProfileInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265ProfileInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeH265QpKHR.PtrVkVideoEncodeH265QpKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265QpKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265QpKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265QpKHR.Ptr, but with the new size.VkVideoEncodeH265QualityLevelPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265QualityLevelPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265QualityLevelPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265QualityLevelPropertiesKHR.Ptr, but with the new size.VkVideoEncodeH265QuantizationMapCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265QuantizationMapCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265QuantizationMapCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265QuantizationMapCapabilitiesKHR.Ptr, but with the new size.VkVideoEncodeH265RateControlInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265RateControlInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265RateControlInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265RateControlInfoKHR.Ptr, but with the new size.VkVideoEncodeH265RateControlLayerInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265RateControlLayerInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265RateControlLayerInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265RateControlLayerInfoKHR.Ptr, but with the new size.VkVideoEncodeH265SessionCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265SessionCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265SessionCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265SessionCreateInfoKHR.Ptr, but with the new size.VkVideoEncodeH265SessionParametersAddInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265SessionParametersAddInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265SessionParametersAddInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265SessionParametersAddInfoKHR.Ptr, but with the new size.VkVideoEncodeH265SessionParametersCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265SessionParametersCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265SessionParametersCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265SessionParametersCreateInfoKHR.Ptr, but with the new size.VkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr, but with the new size.VkVideoEncodeH265SessionParametersGetInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265SessionParametersGetInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265SessionParametersGetInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265SessionParametersGetInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeInfoKHR.PtrVkVideoEncodeInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeQualityLevelInfoKHR.PtrVkVideoEncodeQualityLevelInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeQualityLevelInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeQualityLevelInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeQualityLevelInfoKHR.Ptr, but with the new size.VkVideoEncodeQualityLevelPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeQualityLevelPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeQualityLevelPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeQualityLevelPropertiesKHR.Ptr, but with the new size.VkVideoEncodeQuantizationMapCapabilitiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeQuantizationMapCapabilitiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeQuantizationMapCapabilitiesKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeQuantizationMapCapabilitiesKHR.Ptr, but with the new size.VkVideoEncodeQuantizationMapInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeQuantizationMapInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeQuantizationMapInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeQuantizationMapInfoKHR.Ptr, but with the new size.VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeRateControlInfoKHR.PtrVkVideoEncodeRateControlInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeRateControlInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeRateControlInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeRateControlInfoKHR.Ptr, but with the new size.VkVideoEncodeRateControlLayerInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeRateControlLayerInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeRateControlLayerInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeRateControlLayerInfoKHR.Ptr, but with the new size.VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr, but with the new size.VkVideoEncodeSessionParametersGetInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeSessionParametersGetInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeSessionParametersGetInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeSessionParametersGetInfoKHR.Ptr, but with the new size.@NotNull VkVideoEncodeUsageInfoKHR.PtrVkVideoEncodeUsageInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeUsageInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeUsageInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeUsageInfoKHR.Ptr, but with the new size.@NotNull VkVideoEndCodingInfoKHR.PtrVkVideoEndCodingInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEndCodingInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEndCodingInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEndCodingInfoKHR.Ptr, but with the new size.VkVideoFormatAV1QuantizationMapPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoFormatAV1QuantizationMapPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoFormatAV1QuantizationMapPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoFormatAV1QuantizationMapPropertiesKHR.Ptr, but with the new size.VkVideoFormatH265QuantizationMapPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoFormatH265QuantizationMapPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoFormatH265QuantizationMapPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoFormatH265QuantizationMapPropertiesKHR.Ptr, but with the new size.@NotNull VkVideoFormatPropertiesKHR.PtrVkVideoFormatPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoFormatPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoFormatPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoFormatPropertiesKHR.Ptr, but with the new size.VkVideoFormatQuantizationMapPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoFormatQuantizationMapPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoFormatQuantizationMapPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoFormatQuantizationMapPropertiesKHR.Ptr, but with the new size.@NotNull VkVideoInlineQueryInfoKHR.PtrVkVideoInlineQueryInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoInlineQueryInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoInlineQueryInfoKHR.Ptrthat uses the same backing storage as thisVkVideoInlineQueryInfoKHR.Ptr, but with the new size.@NotNull VkVideoPictureResourceInfoKHR.PtrVkVideoPictureResourceInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoPictureResourceInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoPictureResourceInfoKHR.Ptrthat uses the same backing storage as thisVkVideoPictureResourceInfoKHR.Ptr, but with the new size.@NotNull VkVideoProfileInfoKHR.PtrVkVideoProfileInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoProfileInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoProfileInfoKHR.Ptrthat uses the same backing storage as thisVkVideoProfileInfoKHR.Ptr, but with the new size.@NotNull VkVideoProfileListInfoKHR.PtrVkVideoProfileListInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoProfileListInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoProfileListInfoKHR.Ptrthat uses the same backing storage as thisVkVideoProfileListInfoKHR.Ptr, but with the new size.@NotNull VkVideoReferenceSlotInfoKHR.PtrVkVideoReferenceSlotInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoReferenceSlotInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoReferenceSlotInfoKHR.Ptrthat uses the same backing storage as thisVkVideoReferenceSlotInfoKHR.Ptr, but with the new size.@NotNull VkVideoSessionCreateInfoKHR.PtrVkVideoSessionCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoSessionCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoSessionCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoSessionCreateInfoKHR.Ptr, but with the new size.VkVideoSessionMemoryRequirementsKHR.Ptr.reinterpret(long newSize) Assume theVkVideoSessionMemoryRequirementsKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoSessionMemoryRequirementsKHR.Ptrthat uses the same backing storage as thisVkVideoSessionMemoryRequirementsKHR.Ptr, but with the new size.VkVideoSessionParametersCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoSessionParametersCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoSessionParametersCreateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoSessionParametersCreateInfoKHR.Ptr, but with the new size.VkVideoSessionParametersUpdateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoSessionParametersUpdateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoSessionParametersUpdateInfoKHR.Ptrthat uses the same backing storage as thisVkVideoSessionParametersUpdateInfoKHR.Ptr, but with the new size.@NotNull VkViewport.PtrVkViewport.Ptr.reinterpret(long newSize) Assume theVkViewport.Ptris capable of holding at leastnewSizestructures, create a new viewVkViewport.Ptrthat uses the same backing storage as thisVkViewport.Ptr, but with the new size.@NotNull VkViewportSwizzleNV.PtrVkViewportSwizzleNV.Ptr.reinterpret(long newSize) Assume theVkViewportSwizzleNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkViewportSwizzleNV.Ptrthat uses the same backing storage as thisVkViewportSwizzleNV.Ptr, but with the new size.@NotNull VkViewportWScalingNV.PtrVkViewportWScalingNV.Ptr.reinterpret(long newSize) Assume theVkViewportWScalingNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkViewportWScalingNV.Ptrthat uses the same backing storage as thisVkViewportWScalingNV.Ptr, but with the new size.@NotNull VkViSurfaceCreateInfoNN.PtrVkViSurfaceCreateInfoNN.Ptr.reinterpret(long newSize) Assume theVkViSurfaceCreateInfoNN.Ptris capable of holding at leastnewSizestructures, create a new viewVkViSurfaceCreateInfoNN.Ptrthat uses the same backing storage as thisVkViSurfaceCreateInfoNN.Ptr, but with the new size.@NotNull VkWaylandSurfaceCreateInfoKHR.PtrVkWaylandSurfaceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkWaylandSurfaceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkWaylandSurfaceCreateInfoKHR.Ptrthat uses the same backing storage as thisVkWaylandSurfaceCreateInfoKHR.Ptr, but with the new size.VkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr.reinterpret(long newSize) Assume theVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptrthat uses the same backing storage as thisVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr, but with the new size.VkWin32KeyedMutexAcquireReleaseInfoNV.Ptr.reinterpret(long newSize) Assume theVkWin32KeyedMutexAcquireReleaseInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkWin32KeyedMutexAcquireReleaseInfoNV.Ptrthat uses the same backing storage as thisVkWin32KeyedMutexAcquireReleaseInfoNV.Ptr, but with the new size.@NotNull VkWin32SurfaceCreateInfoKHR.PtrVkWin32SurfaceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkWin32SurfaceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkWin32SurfaceCreateInfoKHR.Ptrthat uses the same backing storage as thisVkWin32SurfaceCreateInfoKHR.Ptr, but with the new size.@NotNull VkWriteDescriptorSet.PtrVkWriteDescriptorSet.Ptr.reinterpret(long newSize) Assume theVkWriteDescriptorSet.Ptris capable of holding at leastnewSizestructures, create a new viewVkWriteDescriptorSet.Ptrthat uses the same backing storage as thisVkWriteDescriptorSet.Ptr, but with the new size.VkWriteDescriptorSetAccelerationStructureKHR.Ptr.reinterpret(long newSize) Assume theVkWriteDescriptorSetAccelerationStructureKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkWriteDescriptorSetAccelerationStructureKHR.Ptrthat uses the same backing storage as thisVkWriteDescriptorSetAccelerationStructureKHR.Ptr, but with the new size.VkWriteDescriptorSetAccelerationStructureNV.Ptr.reinterpret(long newSize) Assume theVkWriteDescriptorSetAccelerationStructureNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkWriteDescriptorSetAccelerationStructureNV.Ptrthat uses the same backing storage as thisVkWriteDescriptorSetAccelerationStructureNV.Ptr, but with the new size.VkWriteDescriptorSetInlineUniformBlock.Ptr.reinterpret(long newSize) Assume theVkWriteDescriptorSetInlineUniformBlock.Ptris capable of holding at leastnewSizestructures, create a new viewVkWriteDescriptorSetInlineUniformBlock.Ptrthat uses the same backing storage as thisVkWriteDescriptorSetInlineUniformBlock.Ptr, but with the new size.VkWriteDescriptorSetPartitionedAccelerationStructureNV.Ptr.reinterpret(long newSize) Assume theVkWriteDescriptorSetPartitionedAccelerationStructureNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkWriteDescriptorSetPartitionedAccelerationStructureNV.Ptrthat uses the same backing storage as thisVkWriteDescriptorSetPartitionedAccelerationStructureNV.Ptr, but with the new size.VkWriteIndirectExecutionSetPipelineEXT.Ptr.reinterpret(long newSize) Assume theVkWriteIndirectExecutionSetPipelineEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkWriteIndirectExecutionSetPipelineEXT.Ptrthat uses the same backing storage as thisVkWriteIndirectExecutionSetPipelineEXT.Ptr, but with the new size.VkWriteIndirectExecutionSetShaderEXT.Ptr.reinterpret(long newSize) Assume theVkWriteIndirectExecutionSetShaderEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkWriteIndirectExecutionSetShaderEXT.Ptrthat uses the same backing storage as thisVkWriteIndirectExecutionSetShaderEXT.Ptr, but with the new size.@NotNull VkXcbSurfaceCreateInfoKHR.PtrVkXcbSurfaceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkXcbSurfaceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkXcbSurfaceCreateInfoKHR.Ptrthat uses the same backing storage as thisVkXcbSurfaceCreateInfoKHR.Ptr, but with the new size.@NotNull VkXlibSurfaceCreateInfoKHR.PtrVkXlibSurfaceCreateInfoKHR.Ptr.reinterpret(long newSize) Assume theVkXlibSurfaceCreateInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkXlibSurfaceCreateInfoKHR.Ptrthat uses the same backing storage as thisVkXlibSurfaceCreateInfoKHR.Ptr, but with the new size.@NotNull VkXYColorEXT.PtrVkXYColorEXT.Ptr.reinterpret(long newSize) Assume theVkXYColorEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkXYColorEXT.Ptrthat uses the same backing storage as thisVkXYColorEXT.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle with annotations of type UnsafeModifier and TypeMethodDescriptionVkAccelerationStructureKHR.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkAccelerationStructureKHR.Ptrthat uses the same backing storage as thisVkAccelerationStructureKHR.Ptr, but with the new size.VkAccelerationStructureNV.Ptr.reinterpret(long newSize) Assume theVkAccelerationStructureNV.Ptris capable of holding at leastnewSizehandles, create a new viewVkAccelerationStructureNV.Ptrthat uses the same backing storage as thisVkAccelerationStructureNV.Ptr, but with the new size.VkBuffer.Ptr.reinterpret(long newSize) Assume theVkBuffer.Ptris capable of holding at leastnewSizehandles, create a new viewVkBuffer.Ptrthat uses the same backing storage as thisVkBuffer.Ptr, but with the new size.VkBufferCollectionFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionFUCHSIA.Ptris capable of holding at leastnewSizehandles, create a new viewVkBufferCollectionFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionFUCHSIA.Ptr, but with the new size.VkBufferView.Ptr.reinterpret(long newSize) Assume theVkBufferView.Ptris capable of holding at leastnewSizehandles, create a new viewVkBufferView.Ptrthat uses the same backing storage as thisVkBufferView.Ptr, but with the new size.VkCommandBuffer.Ptr.reinterpret(long newSize) Assume theVkCommandBuffer.Ptris capable of holding at leastnewSizehandles, create a new viewVkCommandBuffer.Ptrthat uses the same backing storage as thisVkCommandBuffer.Ptr, but with the new size.VkCommandPool.Ptr.reinterpret(long newSize) Assume theVkCommandPool.Ptris capable of holding at leastnewSizehandles, create a new viewVkCommandPool.Ptrthat uses the same backing storage as thisVkCommandPool.Ptr, but with the new size.VkCudaFunctionNV.Ptr.reinterpret(long newSize) Assume theVkCudaFunctionNV.Ptris capable of holding at leastnewSizehandles, create a new viewVkCudaFunctionNV.Ptrthat uses the same backing storage as thisVkCudaFunctionNV.Ptr, but with the new size.VkCudaModuleNV.Ptr.reinterpret(long newSize) Assume theVkCudaModuleNV.Ptris capable of holding at leastnewSizehandles, create a new viewVkCudaModuleNV.Ptrthat uses the same backing storage as thisVkCudaModuleNV.Ptr, but with the new size.VkCuFunctionNVX.Ptr.reinterpret(long newSize) Assume theVkCuFunctionNVX.Ptris capable of holding at leastnewSizehandles, create a new viewVkCuFunctionNVX.Ptrthat uses the same backing storage as thisVkCuFunctionNVX.Ptr, but with the new size.VkCuModuleNVX.Ptr.reinterpret(long newSize) Assume theVkCuModuleNVX.Ptris capable of holding at leastnewSizehandles, create a new viewVkCuModuleNVX.Ptrthat uses the same backing storage as thisVkCuModuleNVX.Ptr, but with the new size.VkDebugReportCallbackEXT.Ptr.reinterpret(long newSize) Assume theVkDebugReportCallbackEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkDebugReportCallbackEXT.Ptrthat uses the same backing storage as thisVkDebugReportCallbackEXT.Ptr, but with the new size.VkDebugUtilsMessengerEXT.Ptr.reinterpret(long newSize) Assume theVkDebugUtilsMessengerEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkDebugUtilsMessengerEXT.Ptrthat uses the same backing storage as thisVkDebugUtilsMessengerEXT.Ptr, but with the new size.VkDeferredOperationKHR.Ptr.reinterpret(long newSize) Assume theVkDeferredOperationKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkDeferredOperationKHR.Ptrthat uses the same backing storage as thisVkDeferredOperationKHR.Ptr, but with the new size.VkDescriptorPool.Ptr.reinterpret(long newSize) Assume theVkDescriptorPool.Ptris capable of holding at leastnewSizehandles, create a new viewVkDescriptorPool.Ptrthat uses the same backing storage as thisVkDescriptorPool.Ptr, but with the new size.VkDescriptorSet.Ptr.reinterpret(long newSize) Assume theVkDescriptorSet.Ptris capable of holding at leastnewSizehandles, create a new viewVkDescriptorSet.Ptrthat uses the same backing storage as thisVkDescriptorSet.Ptr, but with the new size.VkDescriptorSetLayout.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetLayout.Ptris capable of holding at leastnewSizehandles, create a new viewVkDescriptorSetLayout.Ptrthat uses the same backing storage as thisVkDescriptorSetLayout.Ptr, but with the new size.VkDescriptorUpdateTemplate.Ptr.reinterpret(long newSize) Assume theVkDescriptorUpdateTemplate.Ptris capable of holding at leastnewSizehandles, create a new viewVkDescriptorUpdateTemplate.Ptrthat uses the same backing storage as thisVkDescriptorUpdateTemplate.Ptr, but with the new size.VkDevice.Ptr.reinterpret(long newSize) Assume theVkDevice.Ptris capable of holding at leastnewSizehandles, create a new viewVkDevice.Ptrthat uses the same backing storage as thisVkDevice.Ptr, but with the new size.VkDeviceMemory.Ptr.reinterpret(long newSize) Assume theVkDeviceMemory.Ptris capable of holding at leastnewSizehandles, create a new viewVkDeviceMemory.Ptrthat uses the same backing storage as thisVkDeviceMemory.Ptr, but with the new size.VkDisplayKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkDisplayKHR.Ptrthat uses the same backing storage as thisVkDisplayKHR.Ptr, but with the new size.VkDisplayModeKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayModeKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkDisplayModeKHR.Ptrthat uses the same backing storage as thisVkDisplayModeKHR.Ptr, but with the new size.VkEvent.Ptr.reinterpret(long newSize) Assume theVkEvent.Ptris capable of holding at leastnewSizehandles, create a new viewVkEvent.Ptrthat uses the same backing storage as thisVkEvent.Ptr, but with the new size.VkExternalComputeQueueNV.Ptr.reinterpret(long newSize) Assume theVkExternalComputeQueueNV.Ptris capable of holding at leastnewSizehandles, create a new viewVkExternalComputeQueueNV.Ptrthat uses the same backing storage as thisVkExternalComputeQueueNV.Ptr, but with the new size.VkFence.Ptr.reinterpret(long newSize) Assume theVkFence.Ptris capable of holding at leastnewSizehandles, create a new viewVkFence.Ptrthat uses the same backing storage as thisVkFence.Ptr, but with the new size.VkFramebuffer.Ptr.reinterpret(long newSize) Assume theVkFramebuffer.Ptris capable of holding at leastnewSizehandles, create a new viewVkFramebuffer.Ptrthat uses the same backing storage as thisVkFramebuffer.Ptr, but with the new size.VkImage.Ptr.reinterpret(long newSize) Assume theVkImage.Ptris capable of holding at leastnewSizehandles, create a new viewVkImage.Ptrthat uses the same backing storage as thisVkImage.Ptr, but with the new size.VkImageView.Ptr.reinterpret(long newSize) Assume theVkImageView.Ptris capable of holding at leastnewSizehandles, create a new viewVkImageView.Ptrthat uses the same backing storage as thisVkImageView.Ptr, but with the new size.VkIndirectCommandsLayoutEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsLayoutEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkIndirectCommandsLayoutEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsLayoutEXT.Ptr, but with the new size.VkIndirectCommandsLayoutNV.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsLayoutNV.Ptris capable of holding at leastnewSizehandles, create a new viewVkIndirectCommandsLayoutNV.Ptrthat uses the same backing storage as thisVkIndirectCommandsLayoutNV.Ptr, but with the new size.VkIndirectExecutionSetEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectExecutionSetEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkIndirectExecutionSetEXT.Ptrthat uses the same backing storage as thisVkIndirectExecutionSetEXT.Ptr, but with the new size.VkInstance.Ptr.reinterpret(long newSize) Assume theVkInstance.Ptris capable of holding at leastnewSizehandles, create a new viewVkInstance.Ptrthat uses the same backing storage as thisVkInstance.Ptr, but with the new size.VkMicromapEXT.Ptr.reinterpret(long newSize) Assume theVkMicromapEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkMicromapEXT.Ptrthat uses the same backing storage as thisVkMicromapEXT.Ptr, but with the new size.VkOpticalFlowSessionNV.Ptr.reinterpret(long newSize) Assume theVkOpticalFlowSessionNV.Ptris capable of holding at leastnewSizehandles, create a new viewVkOpticalFlowSessionNV.Ptrthat uses the same backing storage as thisVkOpticalFlowSessionNV.Ptr, but with the new size.VkPerformanceConfigurationINTEL.Ptr.reinterpret(long newSize) Assume theVkPerformanceConfigurationINTEL.Ptris capable of holding at leastnewSizehandles, create a new viewVkPerformanceConfigurationINTEL.Ptrthat uses the same backing storage as thisVkPerformanceConfigurationINTEL.Ptr, but with the new size.VkPhysicalDevice.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevice.Ptris capable of holding at leastnewSizehandles, create a new viewVkPhysicalDevice.Ptrthat uses the same backing storage as thisVkPhysicalDevice.Ptr, but with the new size.VkPipeline.Ptr.reinterpret(long newSize) Assume theVkPipeline.Ptris capable of holding at leastnewSizehandles, create a new viewVkPipeline.Ptrthat uses the same backing storage as thisVkPipeline.Ptr, but with the new size.VkPipelineBinaryKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkPipelineBinaryKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryKHR.Ptr, but with the new size.VkPipelineCache.Ptr.reinterpret(long newSize) Assume theVkPipelineCache.Ptris capable of holding at leastnewSizehandles, create a new viewVkPipelineCache.Ptrthat uses the same backing storage as thisVkPipelineCache.Ptr, but with the new size.VkPipelineLayout.Ptr.reinterpret(long newSize) Assume theVkPipelineLayout.Ptris capable of holding at leastnewSizehandles, create a new viewVkPipelineLayout.Ptrthat uses the same backing storage as thisVkPipelineLayout.Ptr, but with the new size.VkPrivateDataSlot.Ptr.reinterpret(long newSize) Assume theVkPrivateDataSlot.Ptris capable of holding at leastnewSizehandles, create a new viewVkPrivateDataSlot.Ptrthat uses the same backing storage as thisVkPrivateDataSlot.Ptr, but with the new size.VkQueryPool.Ptr.reinterpret(long newSize) Assume theVkQueryPool.Ptris capable of holding at leastnewSizehandles, create a new viewVkQueryPool.Ptrthat uses the same backing storage as thisVkQueryPool.Ptr, but with the new size.VkQueue.Ptr.reinterpret(long newSize) Assume theVkQueue.Ptris capable of holding at leastnewSizehandles, create a new viewVkQueue.Ptrthat uses the same backing storage as thisVkQueue.Ptr, but with the new size.VkRenderPass.Ptr.reinterpret(long newSize) Assume theVkRenderPass.Ptris capable of holding at leastnewSizehandles, create a new viewVkRenderPass.Ptrthat uses the same backing storage as thisVkRenderPass.Ptr, but with the new size.VkSampler.Ptr.reinterpret(long newSize) Assume theVkSampler.Ptris capable of holding at leastnewSizehandles, create a new viewVkSampler.Ptrthat uses the same backing storage as thisVkSampler.Ptr, but with the new size.VkSamplerYcbcrConversion.Ptr.reinterpret(long newSize) Assume theVkSamplerYcbcrConversion.Ptris capable of holding at leastnewSizehandles, create a new viewVkSamplerYcbcrConversion.Ptrthat uses the same backing storage as thisVkSamplerYcbcrConversion.Ptr, but with the new size.VkSemaphore.Ptr.reinterpret(long newSize) Assume theVkSemaphore.Ptris capable of holding at leastnewSizehandles, create a new viewVkSemaphore.Ptrthat uses the same backing storage as thisVkSemaphore.Ptr, but with the new size.VkSemaphoreSciSyncPoolNV.Ptr.reinterpret(long newSize) Assume theVkSemaphoreSciSyncPoolNV.Ptris capable of holding at leastnewSizehandles, create a new viewVkSemaphoreSciSyncPoolNV.Ptrthat uses the same backing storage as thisVkSemaphoreSciSyncPoolNV.Ptr, but with the new size.VkShaderEXT.Ptr.reinterpret(long newSize) Assume theVkShaderEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkShaderEXT.Ptrthat uses the same backing storage as thisVkShaderEXT.Ptr, but with the new size.VkShaderModule.Ptr.reinterpret(long newSize) Assume theVkShaderModule.Ptris capable of holding at leastnewSizehandles, create a new viewVkShaderModule.Ptrthat uses the same backing storage as thisVkShaderModule.Ptr, but with the new size.VkSurfaceKHR.Ptr.reinterpret(long newSize) Assume theVkSurfaceKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkSurfaceKHR.Ptrthat uses the same backing storage as thisVkSurfaceKHR.Ptr, but with the new size.VkSwapchainKHR.Ptr.reinterpret(long newSize) Assume theVkSwapchainKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkSwapchainKHR.Ptrthat uses the same backing storage as thisVkSwapchainKHR.Ptr, but with the new size.VkValidationCacheEXT.Ptr.reinterpret(long newSize) Assume theVkValidationCacheEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkValidationCacheEXT.Ptrthat uses the same backing storage as thisVkValidationCacheEXT.Ptr, but with the new size.VkVideoSessionKHR.Ptr.reinterpret(long newSize) Assume theVkVideoSessionKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkVideoSessionKHR.Ptrthat uses the same backing storage as thisVkVideoSessionKHR.Ptr, but with the new size.VkVideoSessionParametersKHR.Ptr.reinterpret(long newSize) Assume theVkVideoSessionParametersKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkVideoSessionParametersKHR.Ptrthat uses the same backing storage as thisVkVideoSessionParametersKHR.Ptr, but with the new size. -
Uses of Unsafe in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype with annotations of type UnsafeModifier and TypeMethodDescriptionWGPUVertexBufferLayout.attributes(int assumedCount) WGPUColorTargetState.blend(int assumedCount) WGPUVertexState.buffers(int assumedCount) WGPURenderPassDescriptor.colorAttachments(int assumedCount) WGPUFragmentState.constants(int assumedCount) WGPUProgrammableStageDescriptor.constants(int assumedCount) WGPUVertexState.constants(int assumedCount) WGPUShaderSourceGLSL.defines(int assumedCount) WGPURenderPipelineDescriptor.depthStencil(int assumedCount) WGPURenderPassDescriptor.depthStencilAttachment(int assumedCount) WGPUBindGroupDescriptor.entries(int assumedCount) WGPUBindGroupLayoutDescriptor.entries(int assumedCount) WGPURenderPipelineDescriptor.fragment(int assumedCount) WGPUCompilationInfo.messages(int assumedCount) WGPUChainedStruct.next(int assumedCount) WGPUChainedStructOut.next(int assumedCount) WGPUAdapterInfo.nextInChain(int assumedCount) WGPUBindGroupDescriptor.nextInChain(int assumedCount) WGPUBindGroupEntry.nextInChain(int assumedCount) WGPUBindGroupLayoutDescriptor.nextInChain(int assumedCount) WGPUBindGroupLayoutEntry.nextInChain(int assumedCount) WGPUBufferBindingLayout.nextInChain(int assumedCount) WGPUBufferDescriptor.nextInChain(int assumedCount) WGPUBufferMapCallbackInfo.nextInChain(int assumedCount) WGPUColorTargetState.nextInChain(int assumedCount) WGPUCommandBufferDescriptor.nextInChain(int assumedCount) WGPUCommandEncoderDescriptor.nextInChain(int assumedCount) WGPUCompilationInfo.nextInChain(int assumedCount) WGPUCompilationInfoCallbackInfo.nextInChain(int assumedCount) WGPUCompilationMessage.nextInChain(int assumedCount) WGPUComputePassDescriptor.nextInChain(int assumedCount) WGPUComputePipelineDescriptor.nextInChain(int assumedCount) WGPUConstantEntry.nextInChain(int assumedCount) WGPUCreateComputePipelineAsyncCallbackInfo.nextInChain(int assumedCount) WGPUCreateRenderPipelineAsyncCallbackInfo.nextInChain(int assumedCount) WGPUDepthStencilState.nextInChain(int assumedCount) WGPUDeviceDescriptor.nextInChain(int assumedCount) WGPUDeviceLostCallbackInfo.nextInChain(int assumedCount) WGPUFragmentState.nextInChain(int assumedCount) WGPUInstanceCapabilities.nextInChain(int assumedCount) WGPUInstanceDescriptor.nextInChain(int assumedCount) WGPUInstanceEnumerateAdapterOptions.nextInChain(int assumedCount) WGPULimits.nextInChain(int assumedCount) WGPUMultisampleState.nextInChain(int assumedCount) WGPUPipelineLayoutDescriptor.nextInChain(int assumedCount) WGPUPopErrorScopeCallbackInfo.nextInChain(int assumedCount) WGPUPrimitiveState.nextInChain(int assumedCount) WGPUProgrammableStageDescriptor.nextInChain(int assumedCount) WGPUQuerySetDescriptor.nextInChain(int assumedCount) WGPUQueueDescriptor.nextInChain(int assumedCount) WGPUQueueWorkDoneCallbackInfo.nextInChain(int assumedCount) WGPURenderBundleDescriptor.nextInChain(int assumedCount) WGPURenderBundleEncoderDescriptor.nextInChain(int assumedCount) WGPURenderPassColorAttachment.nextInChain(int assumedCount) WGPURenderPassDescriptor.nextInChain(int assumedCount) WGPURenderPipelineDescriptor.nextInChain(int assumedCount) WGPURequestAdapterCallbackInfo.nextInChain(int assumedCount) WGPURequestAdapterOptions.nextInChain(int assumedCount) WGPURequestDeviceCallbackInfo.nextInChain(int assumedCount) WGPUSamplerBindingLayout.nextInChain(int assumedCount) WGPUSamplerDescriptor.nextInChain(int assumedCount) WGPUShaderModuleDescriptor.nextInChain(int assumedCount) WGPUStorageTextureBindingLayout.nextInChain(int assumedCount) WGPUSurfaceCapabilities.nextInChain(int assumedCount) WGPUSurfaceConfiguration.nextInChain(int assumedCount) WGPUSurfaceDescriptor.nextInChain(int assumedCount) WGPUSurfaceTexture.nextInChain(int assumedCount) WGPUTextureBindingLayout.nextInChain(int assumedCount) WGPUTextureDescriptor.nextInChain(int assumedCount) WGPUTextureViewDescriptor.nextInChain(int assumedCount) WGPUUncapturedErrorCallbackInfo.nextInChain(int assumedCount) WGPUVertexState.nextInChain(int assumedCount) WGPUPipelineLayoutExtras.pushConstantRanges(int assumedCount) @NotNull WGPUAdapterInfo.PtrWGPUAdapterInfo.Ptr.reinterpret(long newSize) Assume theWGPUAdapterInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUAdapterInfo.Ptrthat uses the same backing storage as thisWGPUAdapterInfo.Ptr, but with the new size.@NotNull WGPUBindGroupDescriptor.PtrWGPUBindGroupDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBindGroupDescriptor.Ptrthat uses the same backing storage as thisWGPUBindGroupDescriptor.Ptr, but with the new size.@NotNull WGPUBindGroupEntry.PtrWGPUBindGroupEntry.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupEntry.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBindGroupEntry.Ptrthat uses the same backing storage as thisWGPUBindGroupEntry.Ptr, but with the new size.@NotNull WGPUBindGroupEntryExtras.PtrWGPUBindGroupEntryExtras.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupEntryExtras.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBindGroupEntryExtras.Ptrthat uses the same backing storage as thisWGPUBindGroupEntryExtras.Ptr, but with the new size.@NotNull WGPUBindGroupLayoutDescriptor.PtrWGPUBindGroupLayoutDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupLayoutDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBindGroupLayoutDescriptor.Ptrthat uses the same backing storage as thisWGPUBindGroupLayoutDescriptor.Ptr, but with the new size.@NotNull WGPUBindGroupLayoutEntry.PtrWGPUBindGroupLayoutEntry.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupLayoutEntry.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBindGroupLayoutEntry.Ptrthat uses the same backing storage as thisWGPUBindGroupLayoutEntry.Ptr, but with the new size.@NotNull WGPUBindGroupLayoutEntryExtras.PtrWGPUBindGroupLayoutEntryExtras.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupLayoutEntryExtras.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBindGroupLayoutEntryExtras.Ptrthat uses the same backing storage as thisWGPUBindGroupLayoutEntryExtras.Ptr, but with the new size.@NotNull WGPUBlendComponent.PtrWGPUBlendComponent.Ptr.reinterpret(long newSize) Assume theWGPUBlendComponent.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBlendComponent.Ptrthat uses the same backing storage as thisWGPUBlendComponent.Ptr, but with the new size.@NotNull WGPUBlendState.PtrWGPUBlendState.Ptr.reinterpret(long newSize) Assume theWGPUBlendState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBlendState.Ptrthat uses the same backing storage as thisWGPUBlendState.Ptr, but with the new size.@NotNull WGPUBufferBindingLayout.PtrWGPUBufferBindingLayout.Ptr.reinterpret(long newSize) Assume theWGPUBufferBindingLayout.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBufferBindingLayout.Ptrthat uses the same backing storage as thisWGPUBufferBindingLayout.Ptr, but with the new size.@NotNull WGPUBufferDescriptor.PtrWGPUBufferDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUBufferDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBufferDescriptor.Ptrthat uses the same backing storage as thisWGPUBufferDescriptor.Ptr, but with the new size.@NotNull WGPUBufferMapCallbackInfo.PtrWGPUBufferMapCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUBufferMapCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBufferMapCallbackInfo.Ptrthat uses the same backing storage as thisWGPUBufferMapCallbackInfo.Ptr, but with the new size.@NotNull WGPUChainedStruct.PtrWGPUChainedStruct.Ptr.reinterpret(long newSize) Assume theWGPUChainedStruct.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUChainedStruct.Ptrthat uses the same backing storage as thisWGPUChainedStruct.Ptr, but with the new size.@NotNull WGPUChainedStructOut.PtrWGPUChainedStructOut.Ptr.reinterpret(long newSize) Assume theWGPUChainedStructOut.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUChainedStructOut.Ptrthat uses the same backing storage as thisWGPUChainedStructOut.Ptr, but with the new size.@NotNull WGPUColor.PtrWGPUColor.Ptr.reinterpret(long newSize) Assume theWGPUColor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUColor.Ptrthat uses the same backing storage as thisWGPUColor.Ptr, but with the new size.@NotNull WGPUColorTargetState.PtrWGPUColorTargetState.Ptr.reinterpret(long newSize) Assume theWGPUColorTargetState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUColorTargetState.Ptrthat uses the same backing storage as thisWGPUColorTargetState.Ptr, but with the new size.@NotNull WGPUCommandBufferDescriptor.PtrWGPUCommandBufferDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUCommandBufferDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUCommandBufferDescriptor.Ptrthat uses the same backing storage as thisWGPUCommandBufferDescriptor.Ptr, but with the new size.@NotNull WGPUCommandEncoderDescriptor.PtrWGPUCommandEncoderDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUCommandEncoderDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUCommandEncoderDescriptor.Ptrthat uses the same backing storage as thisWGPUCommandEncoderDescriptor.Ptr, but with the new size.@NotNull WGPUCompilationInfo.PtrWGPUCompilationInfo.Ptr.reinterpret(long newSize) Assume theWGPUCompilationInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUCompilationInfo.Ptrthat uses the same backing storage as thisWGPUCompilationInfo.Ptr, but with the new size.@NotNull WGPUCompilationInfoCallbackInfo.PtrWGPUCompilationInfoCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUCompilationInfoCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUCompilationInfoCallbackInfo.Ptrthat uses the same backing storage as thisWGPUCompilationInfoCallbackInfo.Ptr, but with the new size.@NotNull WGPUCompilationMessage.PtrWGPUCompilationMessage.Ptr.reinterpret(long newSize) Assume theWGPUCompilationMessage.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUCompilationMessage.Ptrthat uses the same backing storage as thisWGPUCompilationMessage.Ptr, but with the new size.@NotNull WGPUComputePassDescriptor.PtrWGPUComputePassDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUComputePassDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUComputePassDescriptor.Ptrthat uses the same backing storage as thisWGPUComputePassDescriptor.Ptr, but with the new size.@NotNull WGPUComputePassTimestampWrites.PtrWGPUComputePassTimestampWrites.Ptr.reinterpret(long newSize) Assume theWGPUComputePassTimestampWrites.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUComputePassTimestampWrites.Ptrthat uses the same backing storage as thisWGPUComputePassTimestampWrites.Ptr, but with the new size.@NotNull WGPUComputePipelineDescriptor.PtrWGPUComputePipelineDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUComputePipelineDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUComputePipelineDescriptor.Ptrthat uses the same backing storage as thisWGPUComputePipelineDescriptor.Ptr, but with the new size.@NotNull WGPUConstantEntry.PtrWGPUConstantEntry.Ptr.reinterpret(long newSize) Assume theWGPUConstantEntry.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUConstantEntry.Ptrthat uses the same backing storage as thisWGPUConstantEntry.Ptr, but with the new size.WGPUCreateComputePipelineAsyncCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUCreateComputePipelineAsyncCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUCreateComputePipelineAsyncCallbackInfo.Ptrthat uses the same backing storage as thisWGPUCreateComputePipelineAsyncCallbackInfo.Ptr, but with the new size.WGPUCreateRenderPipelineAsyncCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUCreateRenderPipelineAsyncCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUCreateRenderPipelineAsyncCallbackInfo.Ptrthat uses the same backing storage as thisWGPUCreateRenderPipelineAsyncCallbackInfo.Ptr, but with the new size.@NotNull WGPUDepthStencilState.PtrWGPUDepthStencilState.Ptr.reinterpret(long newSize) Assume theWGPUDepthStencilState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUDepthStencilState.Ptrthat uses the same backing storage as thisWGPUDepthStencilState.Ptr, but with the new size.@NotNull WGPUDeviceDescriptor.PtrWGPUDeviceDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUDeviceDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUDeviceDescriptor.Ptrthat uses the same backing storage as thisWGPUDeviceDescriptor.Ptr, but with the new size.@NotNull WGPUDeviceExtras.PtrWGPUDeviceExtras.Ptr.reinterpret(long newSize) Assume theWGPUDeviceExtras.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUDeviceExtras.Ptrthat uses the same backing storage as thisWGPUDeviceExtras.Ptr, but with the new size.@NotNull WGPUDeviceLostCallbackInfo.PtrWGPUDeviceLostCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUDeviceLostCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUDeviceLostCallbackInfo.Ptrthat uses the same backing storage as thisWGPUDeviceLostCallbackInfo.Ptr, but with the new size.@NotNull WGPUExtent3d.PtrWGPUExtent3d.Ptr.reinterpret(long newSize) Assume theWGPUExtent3d.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUExtent3d.Ptrthat uses the same backing storage as thisWGPUExtent3d.Ptr, but with the new size.@NotNull WGPUFragmentState.PtrWGPUFragmentState.Ptr.reinterpret(long newSize) Assume theWGPUFragmentState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUFragmentState.Ptrthat uses the same backing storage as thisWGPUFragmentState.Ptr, but with the new size.@NotNull WGPUFuture.PtrWGPUFuture.Ptr.reinterpret(long newSize) Assume theWGPUFuture.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUFuture.Ptrthat uses the same backing storage as thisWGPUFuture.Ptr, but with the new size.@NotNull WGPUFutureWaitInfo.PtrWGPUFutureWaitInfo.Ptr.reinterpret(long newSize) Assume theWGPUFutureWaitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUFutureWaitInfo.Ptrthat uses the same backing storage as thisWGPUFutureWaitInfo.Ptr, but with the new size.@NotNull WGPUGlobalReport.PtrWGPUGlobalReport.Ptr.reinterpret(long newSize) Assume theWGPUGlobalReport.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUGlobalReport.Ptrthat uses the same backing storage as thisWGPUGlobalReport.Ptr, but with the new size.@NotNull WGPUHubReport.PtrWGPUHubReport.Ptr.reinterpret(long newSize) Assume theWGPUHubReport.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUHubReport.Ptrthat uses the same backing storage as thisWGPUHubReport.Ptr, but with the new size.@NotNull WGPUInstanceCapabilities.PtrWGPUInstanceCapabilities.Ptr.reinterpret(long newSize) Assume theWGPUInstanceCapabilities.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUInstanceCapabilities.Ptrthat uses the same backing storage as thisWGPUInstanceCapabilities.Ptr, but with the new size.@NotNull WGPUInstanceDescriptor.PtrWGPUInstanceDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUInstanceDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUInstanceDescriptor.Ptrthat uses the same backing storage as thisWGPUInstanceDescriptor.Ptr, but with the new size.WGPUInstanceEnumerateAdapterOptions.Ptr.reinterpret(long newSize) Assume theWGPUInstanceEnumerateAdapterOptions.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUInstanceEnumerateAdapterOptions.Ptrthat uses the same backing storage as thisWGPUInstanceEnumerateAdapterOptions.Ptr, but with the new size.@NotNull WGPUInstanceExtras.PtrWGPUInstanceExtras.Ptr.reinterpret(long newSize) Assume theWGPUInstanceExtras.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUInstanceExtras.Ptrthat uses the same backing storage as thisWGPUInstanceExtras.Ptr, but with the new size.@NotNull WGPULimits.PtrWGPULimits.Ptr.reinterpret(long newSize) Assume theWGPULimits.Ptris capable of holding at leastnewSizestructures, create a new viewWGPULimits.Ptrthat uses the same backing storage as thisWGPULimits.Ptr, but with the new size.@NotNull WGPUMultisampleState.PtrWGPUMultisampleState.Ptr.reinterpret(long newSize) Assume theWGPUMultisampleState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUMultisampleState.Ptrthat uses the same backing storage as thisWGPUMultisampleState.Ptr, but with the new size.@NotNull WGPUNativeLimits.PtrWGPUNativeLimits.Ptr.reinterpret(long newSize) Assume theWGPUNativeLimits.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUNativeLimits.Ptrthat uses the same backing storage as thisWGPUNativeLimits.Ptr, but with the new size.@NotNull WGPUOrigin3d.PtrWGPUOrigin3d.Ptr.reinterpret(long newSize) Assume theWGPUOrigin3d.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUOrigin3d.Ptrthat uses the same backing storage as thisWGPUOrigin3d.Ptr, but with the new size.@NotNull WGPUPipelineLayoutDescriptor.PtrWGPUPipelineLayoutDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUPipelineLayoutDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUPipelineLayoutDescriptor.Ptrthat uses the same backing storage as thisWGPUPipelineLayoutDescriptor.Ptr, but with the new size.@NotNull WGPUPipelineLayoutExtras.PtrWGPUPipelineLayoutExtras.Ptr.reinterpret(long newSize) Assume theWGPUPipelineLayoutExtras.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUPipelineLayoutExtras.Ptrthat uses the same backing storage as thisWGPUPipelineLayoutExtras.Ptr, but with the new size.@NotNull WGPUPopErrorScopeCallbackInfo.PtrWGPUPopErrorScopeCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUPopErrorScopeCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUPopErrorScopeCallbackInfo.Ptrthat uses the same backing storage as thisWGPUPopErrorScopeCallbackInfo.Ptr, but with the new size.@NotNull WGPUPrimitiveState.PtrWGPUPrimitiveState.Ptr.reinterpret(long newSize) Assume theWGPUPrimitiveState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUPrimitiveState.Ptrthat uses the same backing storage as thisWGPUPrimitiveState.Ptr, but with the new size.@NotNull WGPUProgrammableStageDescriptor.PtrWGPUProgrammableStageDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUProgrammableStageDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUProgrammableStageDescriptor.Ptrthat uses the same backing storage as thisWGPUProgrammableStageDescriptor.Ptr, but with the new size.@NotNull WGPUPushConstantRange.PtrWGPUPushConstantRange.Ptr.reinterpret(long newSize) Assume theWGPUPushConstantRange.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUPushConstantRange.Ptrthat uses the same backing storage as thisWGPUPushConstantRange.Ptr, but with the new size.@NotNull WGPUQuerySetDescriptor.PtrWGPUQuerySetDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUQuerySetDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUQuerySetDescriptor.Ptrthat uses the same backing storage as thisWGPUQuerySetDescriptor.Ptr, but with the new size.@NotNull WGPUQuerySetDescriptorExtras.PtrWGPUQuerySetDescriptorExtras.Ptr.reinterpret(long newSize) Assume theWGPUQuerySetDescriptorExtras.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUQuerySetDescriptorExtras.Ptrthat uses the same backing storage as thisWGPUQuerySetDescriptorExtras.Ptr, but with the new size.@NotNull WGPUQueueDescriptor.PtrWGPUQueueDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUQueueDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUQueueDescriptor.Ptrthat uses the same backing storage as thisWGPUQueueDescriptor.Ptr, but with the new size.@NotNull WGPUQueueWorkDoneCallbackInfo.PtrWGPUQueueWorkDoneCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUQueueWorkDoneCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUQueueWorkDoneCallbackInfo.Ptrthat uses the same backing storage as thisWGPUQueueWorkDoneCallbackInfo.Ptr, but with the new size.@NotNull WGPURegistryReport.PtrWGPURegistryReport.Ptr.reinterpret(long newSize) Assume theWGPURegistryReport.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURegistryReport.Ptrthat uses the same backing storage as thisWGPURegistryReport.Ptr, but with the new size.@NotNull WGPURenderBundleDescriptor.PtrWGPURenderBundleDescriptor.Ptr.reinterpret(long newSize) Assume theWGPURenderBundleDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderBundleDescriptor.Ptrthat uses the same backing storage as thisWGPURenderBundleDescriptor.Ptr, but with the new size.WGPURenderBundleEncoderDescriptor.Ptr.reinterpret(long newSize) Assume theWGPURenderBundleEncoderDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderBundleEncoderDescriptor.Ptrthat uses the same backing storage as thisWGPURenderBundleEncoderDescriptor.Ptr, but with the new size.@NotNull WGPURenderPassColorAttachment.PtrWGPURenderPassColorAttachment.Ptr.reinterpret(long newSize) Assume theWGPURenderPassColorAttachment.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderPassColorAttachment.Ptrthat uses the same backing storage as thisWGPURenderPassColorAttachment.Ptr, but with the new size.WGPURenderPassDepthStencilAttachment.Ptr.reinterpret(long newSize) Assume theWGPURenderPassDepthStencilAttachment.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderPassDepthStencilAttachment.Ptrthat uses the same backing storage as thisWGPURenderPassDepthStencilAttachment.Ptr, but with the new size.@NotNull WGPURenderPassDescriptor.PtrWGPURenderPassDescriptor.Ptr.reinterpret(long newSize) Assume theWGPURenderPassDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderPassDescriptor.Ptrthat uses the same backing storage as thisWGPURenderPassDescriptor.Ptr, but with the new size.@NotNull WGPURenderPassMaxDrawCount.PtrWGPURenderPassMaxDrawCount.Ptr.reinterpret(long newSize) Assume theWGPURenderPassMaxDrawCount.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderPassMaxDrawCount.Ptrthat uses the same backing storage as thisWGPURenderPassMaxDrawCount.Ptr, but with the new size.@NotNull WGPURenderPassTimestampWrites.PtrWGPURenderPassTimestampWrites.Ptr.reinterpret(long newSize) Assume theWGPURenderPassTimestampWrites.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderPassTimestampWrites.Ptrthat uses the same backing storage as thisWGPURenderPassTimestampWrites.Ptr, but with the new size.@NotNull WGPURenderPipelineDescriptor.PtrWGPURenderPipelineDescriptor.Ptr.reinterpret(long newSize) Assume theWGPURenderPipelineDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderPipelineDescriptor.Ptrthat uses the same backing storage as thisWGPURenderPipelineDescriptor.Ptr, but with the new size.@NotNull WGPURequestAdapterCallbackInfo.PtrWGPURequestAdapterCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPURequestAdapterCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURequestAdapterCallbackInfo.Ptrthat uses the same backing storage as thisWGPURequestAdapterCallbackInfo.Ptr, but with the new size.@NotNull WGPURequestAdapterOptions.PtrWGPURequestAdapterOptions.Ptr.reinterpret(long newSize) Assume theWGPURequestAdapterOptions.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURequestAdapterOptions.Ptrthat uses the same backing storage as thisWGPURequestAdapterOptions.Ptr, but with the new size.@NotNull WGPURequestDeviceCallbackInfo.PtrWGPURequestDeviceCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPURequestDeviceCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURequestDeviceCallbackInfo.Ptrthat uses the same backing storage as thisWGPURequestDeviceCallbackInfo.Ptr, but with the new size.@NotNull WGPUSamplerBindingLayout.PtrWGPUSamplerBindingLayout.Ptr.reinterpret(long newSize) Assume theWGPUSamplerBindingLayout.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSamplerBindingLayout.Ptrthat uses the same backing storage as thisWGPUSamplerBindingLayout.Ptr, but with the new size.@NotNull WGPUSamplerDescriptor.PtrWGPUSamplerDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUSamplerDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSamplerDescriptor.Ptrthat uses the same backing storage as thisWGPUSamplerDescriptor.Ptr, but with the new size.@NotNull WGPUShaderDefine.PtrWGPUShaderDefine.Ptr.reinterpret(long newSize) Assume theWGPUShaderDefine.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUShaderDefine.Ptrthat uses the same backing storage as thisWGPUShaderDefine.Ptr, but with the new size.@NotNull WGPUShaderModuleDescriptor.PtrWGPUShaderModuleDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUShaderModuleDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUShaderModuleDescriptor.Ptrthat uses the same backing storage as thisWGPUShaderModuleDescriptor.Ptr, but with the new size.@NotNull WGPUShaderModuleDescriptorSpirV.PtrWGPUShaderModuleDescriptorSpirV.Ptr.reinterpret(long newSize) Assume theWGPUShaderModuleDescriptorSpirV.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUShaderModuleDescriptorSpirV.Ptrthat uses the same backing storage as thisWGPUShaderModuleDescriptorSpirV.Ptr, but with the new size.@NotNull WGPUShaderSourceGLSL.PtrWGPUShaderSourceGLSL.Ptr.reinterpret(long newSize) Assume theWGPUShaderSourceGLSL.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUShaderSourceGLSL.Ptrthat uses the same backing storage as thisWGPUShaderSourceGLSL.Ptr, but with the new size.@NotNull WGPUShaderSourceSpirv.PtrWGPUShaderSourceSpirv.Ptr.reinterpret(long newSize) Assume theWGPUShaderSourceSpirv.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUShaderSourceSpirv.Ptrthat uses the same backing storage as thisWGPUShaderSourceSpirv.Ptr, but with the new size.@NotNull WGPUShaderSourceWgsl.PtrWGPUShaderSourceWgsl.Ptr.reinterpret(long newSize) Assume theWGPUShaderSourceWgsl.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUShaderSourceWgsl.Ptrthat uses the same backing storage as thisWGPUShaderSourceWgsl.Ptr, but with the new size.@NotNull WGPUStencilFaceState.PtrWGPUStencilFaceState.Ptr.reinterpret(long newSize) Assume theWGPUStencilFaceState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUStencilFaceState.Ptrthat uses the same backing storage as thisWGPUStencilFaceState.Ptr, but with the new size.@NotNull WGPUStorageTextureBindingLayout.PtrWGPUStorageTextureBindingLayout.Ptr.reinterpret(long newSize) Assume theWGPUStorageTextureBindingLayout.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUStorageTextureBindingLayout.Ptrthat uses the same backing storage as thisWGPUStorageTextureBindingLayout.Ptr, but with the new size.@NotNull WGPUStringView.PtrWGPUStringView.Ptr.reinterpret(long newSize) Assume theWGPUStringView.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUStringView.Ptrthat uses the same backing storage as thisWGPUStringView.Ptr, but with the new size.@NotNull WGPUSupportedFeatures.PtrWGPUSupportedFeatures.Ptr.reinterpret(long newSize) Assume theWGPUSupportedFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSupportedFeatures.Ptrthat uses the same backing storage as thisWGPUSupportedFeatures.Ptr, but with the new size.WGPUSupportedWgslLanguageFeatures.Ptr.reinterpret(long newSize) Assume theWGPUSupportedWgslLanguageFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSupportedWgslLanguageFeatures.Ptrthat uses the same backing storage as thisWGPUSupportedWgslLanguageFeatures.Ptr, but with the new size.@NotNull WGPUSurfaceCapabilities.PtrWGPUSurfaceCapabilities.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceCapabilities.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceCapabilities.Ptrthat uses the same backing storage as thisWGPUSurfaceCapabilities.Ptr, but with the new size.@NotNull WGPUSurfaceConfiguration.PtrWGPUSurfaceConfiguration.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceConfiguration.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceConfiguration.Ptrthat uses the same backing storage as thisWGPUSurfaceConfiguration.Ptr, but with the new size.@NotNull WGPUSurfaceConfigurationExtras.PtrWGPUSurfaceConfigurationExtras.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceConfigurationExtras.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceConfigurationExtras.Ptrthat uses the same backing storage as thisWGPUSurfaceConfigurationExtras.Ptr, but with the new size.@NotNull WGPUSurfaceDescriptor.PtrWGPUSurfaceDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceDescriptor.Ptrthat uses the same backing storage as thisWGPUSurfaceDescriptor.Ptr, but with the new size.WGPUSurfaceSourceAndroidNativeWindow.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceSourceAndroidNativeWindow.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceSourceAndroidNativeWindow.Ptrthat uses the same backing storage as thisWGPUSurfaceSourceAndroidNativeWindow.Ptr, but with the new size.@NotNull WGPUSurfaceSourceMetalLayer.PtrWGPUSurfaceSourceMetalLayer.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceSourceMetalLayer.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceSourceMetalLayer.Ptrthat uses the same backing storage as thisWGPUSurfaceSourceMetalLayer.Ptr, but with the new size.@NotNull WGPUSurfaceSourceWaylandSurface.PtrWGPUSurfaceSourceWaylandSurface.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceSourceWaylandSurface.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceSourceWaylandSurface.Ptrthat uses the same backing storage as thisWGPUSurfaceSourceWaylandSurface.Ptr, but with the new size.@NotNull WGPUSurfaceSourceWindowsHwnd.PtrWGPUSurfaceSourceWindowsHwnd.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceSourceWindowsHwnd.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceSourceWindowsHwnd.Ptrthat uses the same backing storage as thisWGPUSurfaceSourceWindowsHwnd.Ptr, but with the new size.@NotNull WGPUSurfaceSourceXcbWindow.PtrWGPUSurfaceSourceXcbWindow.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceSourceXcbWindow.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceSourceXcbWindow.Ptrthat uses the same backing storage as thisWGPUSurfaceSourceXcbWindow.Ptr, but with the new size.@NotNull WGPUSurfaceSourceXlibWindow.PtrWGPUSurfaceSourceXlibWindow.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceSourceXlibWindow.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceSourceXlibWindow.Ptrthat uses the same backing storage as thisWGPUSurfaceSourceXlibWindow.Ptr, but with the new size.@NotNull WGPUSurfaceTexture.PtrWGPUSurfaceTexture.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceTexture.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceTexture.Ptrthat uses the same backing storage as thisWGPUSurfaceTexture.Ptr, but with the new size.@NotNull WGPUTexelCopyBufferInfo.PtrWGPUTexelCopyBufferInfo.Ptr.reinterpret(long newSize) Assume theWGPUTexelCopyBufferInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUTexelCopyBufferInfo.Ptrthat uses the same backing storage as thisWGPUTexelCopyBufferInfo.Ptr, but with the new size.@NotNull WGPUTexelCopyBufferLayout.PtrWGPUTexelCopyBufferLayout.Ptr.reinterpret(long newSize) Assume theWGPUTexelCopyBufferLayout.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUTexelCopyBufferLayout.Ptrthat uses the same backing storage as thisWGPUTexelCopyBufferLayout.Ptr, but with the new size.@NotNull WGPUTexelCopyTextureInfo.PtrWGPUTexelCopyTextureInfo.Ptr.reinterpret(long newSize) Assume theWGPUTexelCopyTextureInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUTexelCopyTextureInfo.Ptrthat uses the same backing storage as thisWGPUTexelCopyTextureInfo.Ptr, but with the new size.@NotNull WGPUTextureBindingLayout.PtrWGPUTextureBindingLayout.Ptr.reinterpret(long newSize) Assume theWGPUTextureBindingLayout.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUTextureBindingLayout.Ptrthat uses the same backing storage as thisWGPUTextureBindingLayout.Ptr, but with the new size.@NotNull WGPUTextureDescriptor.PtrWGPUTextureDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUTextureDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUTextureDescriptor.Ptrthat uses the same backing storage as thisWGPUTextureDescriptor.Ptr, but with the new size.@NotNull WGPUTextureViewDescriptor.PtrWGPUTextureViewDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUTextureViewDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUTextureViewDescriptor.Ptrthat uses the same backing storage as thisWGPUTextureViewDescriptor.Ptr, but with the new size.@NotNull WGPUUncapturedErrorCallbackInfo.PtrWGPUUncapturedErrorCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUUncapturedErrorCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUUncapturedErrorCallbackInfo.Ptrthat uses the same backing storage as thisWGPUUncapturedErrorCallbackInfo.Ptr, but with the new size.@NotNull WGPUVertexAttribute.PtrWGPUVertexAttribute.Ptr.reinterpret(long newSize) Assume theWGPUVertexAttribute.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUVertexAttribute.Ptrthat uses the same backing storage as thisWGPUVertexAttribute.Ptr, but with the new size.@NotNull WGPUVertexBufferLayout.PtrWGPUVertexBufferLayout.Ptr.reinterpret(long newSize) Assume theWGPUVertexBufferLayout.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUVertexBufferLayout.Ptrthat uses the same backing storage as thisWGPUVertexBufferLayout.Ptr, but with the new size.@NotNull WGPUVertexState.PtrWGPUVertexState.Ptr.reinterpret(long newSize) Assume theWGPUVertexState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUVertexState.Ptrthat uses the same backing storage as thisWGPUVertexState.Ptr, but with the new size.WGPUDeviceDescriptor.requiredLimits(int assumedCount) WGPUFragmentState.targets(int assumedCount) WGPUComputePassDescriptor.timestampWrites(int assumedCount) WGPURenderPassDescriptor.timestampWrites(int assumedCount) -
Uses of Unsafe in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle with annotations of type UnsafeModifier and TypeMethodDescriptionWGPUAdapter.Ptr.reinterpret(long newSize) Assume theWGPUAdapter.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUAdapter.Ptrthat uses the same backing storage as thisWGPUAdapter.Ptr, but with the new size.WGPUBindGroup.Ptr.reinterpret(long newSize) Assume theWGPUBindGroup.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUBindGroup.Ptrthat uses the same backing storage as thisWGPUBindGroup.Ptr, but with the new size.WGPUBindGroupLayout.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupLayout.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUBindGroupLayout.Ptrthat uses the same backing storage as thisWGPUBindGroupLayout.Ptr, but with the new size.WGPUBuffer.Ptr.reinterpret(long newSize) Assume theWGPUBuffer.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUBuffer.Ptrthat uses the same backing storage as thisWGPUBuffer.Ptr, but with the new size.WGPUCommandBuffer.Ptr.reinterpret(long newSize) Assume theWGPUCommandBuffer.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUCommandBuffer.Ptrthat uses the same backing storage as thisWGPUCommandBuffer.Ptr, but with the new size.WGPUCommandEncoder.Ptr.reinterpret(long newSize) Assume theWGPUCommandEncoder.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUCommandEncoder.Ptrthat uses the same backing storage as thisWGPUCommandEncoder.Ptr, but with the new size.WGPUComputePassEncoder.Ptr.reinterpret(long newSize) Assume theWGPUComputePassEncoder.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUComputePassEncoder.Ptrthat uses the same backing storage as thisWGPUComputePassEncoder.Ptr, but with the new size.WGPUComputePipeline.Ptr.reinterpret(long newSize) Assume theWGPUComputePipeline.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUComputePipeline.Ptrthat uses the same backing storage as thisWGPUComputePipeline.Ptr, but with the new size.WGPUDevice.Ptr.reinterpret(long newSize) Assume theWGPUDevice.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUDevice.Ptrthat uses the same backing storage as thisWGPUDevice.Ptr, but with the new size.WGPUInstance.Ptr.reinterpret(long newSize) Assume theWGPUInstance.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUInstance.Ptrthat uses the same backing storage as thisWGPUInstance.Ptr, but with the new size.WGPUPipelineLayout.Ptr.reinterpret(long newSize) Assume theWGPUPipelineLayout.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUPipelineLayout.Ptrthat uses the same backing storage as thisWGPUPipelineLayout.Ptr, but with the new size.WGPUQuerySet.Ptr.reinterpret(long newSize) Assume theWGPUQuerySet.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUQuerySet.Ptrthat uses the same backing storage as thisWGPUQuerySet.Ptr, but with the new size.WGPUQueue.Ptr.reinterpret(long newSize) Assume theWGPUQueue.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUQueue.Ptrthat uses the same backing storage as thisWGPUQueue.Ptr, but with the new size.WGPURenderBundle.Ptr.reinterpret(long newSize) Assume theWGPURenderBundle.Ptris capable of holding at leastnewSizehandles, create a new viewWGPURenderBundle.Ptrthat uses the same backing storage as thisWGPURenderBundle.Ptr, but with the new size.WGPURenderBundleEncoder.Ptr.reinterpret(long newSize) Assume theWGPURenderBundleEncoder.Ptris capable of holding at leastnewSizehandles, create a new viewWGPURenderBundleEncoder.Ptrthat uses the same backing storage as thisWGPURenderBundleEncoder.Ptr, but with the new size.WGPURenderPassEncoder.Ptr.reinterpret(long newSize) Assume theWGPURenderPassEncoder.Ptris capable of holding at leastnewSizehandles, create a new viewWGPURenderPassEncoder.Ptrthat uses the same backing storage as thisWGPURenderPassEncoder.Ptr, but with the new size.WGPURenderPipeline.Ptr.reinterpret(long newSize) Assume theWGPURenderPipeline.Ptris capable of holding at leastnewSizehandles, create a new viewWGPURenderPipeline.Ptrthat uses the same backing storage as thisWGPURenderPipeline.Ptr, but with the new size.WGPUSampler.Ptr.reinterpret(long newSize) Assume theWGPUSampler.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUSampler.Ptrthat uses the same backing storage as thisWGPUSampler.Ptr, but with the new size.WGPUShaderModule.Ptr.reinterpret(long newSize) Assume theWGPUShaderModule.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUShaderModule.Ptrthat uses the same backing storage as thisWGPUShaderModule.Ptr, but with the new size.WGPUSurface.Ptr.reinterpret(long newSize) Assume theWGPUSurface.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUSurface.Ptrthat uses the same backing storage as thisWGPUSurface.Ptr, but with the new size.WGPUTexture.Ptr.reinterpret(long newSize) Assume theWGPUTexture.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUTexture.Ptrthat uses the same backing storage as thisWGPUTexture.Ptr, but with the new size.WGPUTextureView.Ptr.reinterpret(long newSize) Assume theWGPUTextureView.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUTextureView.Ptrthat uses the same backing storage as thisWGPUTextureView.Ptr, but with the new size.