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 TypeMethodDescriptionvoid
LibcArena.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 String
BytePtr.readString()
Assumes theBytePtr
is a null-terminated string, reads the string from the beginning of the underlying memory segment, until the first NUL byte is encountered.@NotNull String
WCharPtr.readWString()
(Windows only) Assume theWCharPtr
is 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 BytePtr
BytePtr.reinterpret
(long newSize) @NotNull CLongPtr
CLongPtr.reinterpret
(long newSize) @NotNull DoublePtr
DoublePtr.reinterpret
(long newSize) @NotNull FloatPtr
FloatPtr.reinterpret
(long newSize) @NotNull IntPtr
IntPtr.reinterpret
(long newSize) @NotNull LongPtr
LongPtr.reinterpret
(long newSize) @NotNull PointerPtr
PointerPtr.reinterpret
(long newSize) Assume thePointerPtr
is capable of holding at leastnewSize
pointers, create a new viewPointerPtr
that uses the same backing storage as thisPointerPtr
, but with the new size.@NotNull ShortPtr
ShortPtr.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.Ptr
GLFWallocator.Ptr.reinterpret
(long newSize) Assume theGLFWallocator.Ptr
is capable of holding at leastnewSize
structures, create a new viewGLFWallocator.Ptr
that uses the same backing storage as thisGLFWallocator.Ptr
, but with the new size.@NotNull GLFWgamepadstate.Ptr
GLFWgamepadstate.Ptr.reinterpret
(long newSize) Assume theGLFWgamepadstate.Ptr
is capable of holding at leastnewSize
structures, create a new viewGLFWgamepadstate.Ptr
that uses the same backing storage as thisGLFWgamepadstate.Ptr
, but with the new size.@NotNull GLFWgammaramp.Ptr
GLFWgammaramp.Ptr.reinterpret
(long newSize) Assume theGLFWgammaramp.Ptr
is capable of holding at leastnewSize
structures, create a new viewGLFWgammaramp.Ptr
that uses the same backing storage as thisGLFWgammaramp.Ptr
, but with the new size.@NotNull GLFWimage.Ptr
GLFWimage.Ptr.reinterpret
(long newSize) Assume theGLFWimage.Ptr
is capable of holding at leastnewSize
structures, create a new viewGLFWimage.Ptr
that uses the same backing storage as thisGLFWimage.Ptr
, but with the new size.@NotNull GLFWvidmode.Ptr
GLFWvidmode.Ptr.reinterpret
(long newSize) Assume theGLFWvidmode.Ptr
is capable of holding at leastnewSize
structures, create a new viewGLFWvidmode.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLFWcursor.Ptr
that uses the same backing storage as thisGLFWcursor.Ptr
, but with the new size.GLFWmonitor.Ptr.reinterpret
(long newSize) Assume theGLFWmonitor.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLFWmonitor.Ptr
that uses the same backing storage as thisGLFWmonitor.Ptr
, but with the new size.GLFWwindow.Ptr.reinterpret
(long newSize) Assume theGLFWwindow.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLFWwindow.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewALCcontext.Ptr
that uses the same backing storage as thisALCcontext.Ptr
, but with the new size.ALCdevice.Ptr.reinterpret
(long newSize) Assume theALCdevice.Ptr
is capable of holding at leastnewSize
handles, create a new viewALCdevice.Ptr
that 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.Ptr
CLBufferRegion.Ptr.reinterpret
(long newSize) Assume theCLBufferRegion.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLBufferRegion.Ptr
that uses the same backing storage as thisCLBufferRegion.Ptr
, but with the new size.CLDeviceIntegerDotProductAccelerationPropertiesKhr.Ptr.reinterpret
(long newSize) Assume theCLDeviceIntegerDotProductAccelerationPropertiesKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLDeviceIntegerDotProductAccelerationPropertiesKhr.Ptr
that uses the same backing storage as thisCLDeviceIntegerDotProductAccelerationPropertiesKhr.Ptr
, but with the new size.@NotNull CLDevicePciBusInfoKhr.Ptr
CLDevicePciBusInfoKhr.Ptr.reinterpret
(long newSize) Assume theCLDevicePciBusInfoKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLDevicePciBusInfoKhr.Ptr
that uses the same backing storage as thisCLDevicePciBusInfoKhr.Ptr
, but with the new size.@NotNull CLDx9SurfaceInfoKhr.Ptr
CLDx9SurfaceInfoKhr.Ptr.reinterpret
(long newSize) Assume theCLDx9SurfaceInfoKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLDx9SurfaceInfoKhr.Ptr
that uses the same backing storage as thisCLDx9SurfaceInfoKhr.Ptr
, but with the new size.@NotNull CLImageDesc.Ptr
CLImageDesc.Ptr.reinterpret
(long newSize) Assume theCLImageDesc.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLImageDesc.Ptr
that uses the same backing storage as thisCLImageDesc.Ptr
, but with the new size.@NotNull CLImageDescBufferOrMemObject.Ptr
CLImageDescBufferOrMemObject.Ptr.reinterpret
(long newSize) Assume theCLImageDescBufferOrMemObject.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLImageDescBufferOrMemObject.Ptr
that uses the same backing storage as thisCLImageDescBufferOrMemObject.Ptr
, but with the new size.@NotNull CLImageFormat.Ptr
CLImageFormat.Ptr.reinterpret
(long newSize) Assume theCLImageFormat.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLImageFormat.Ptr
that uses the same backing storage as thisCLImageFormat.Ptr
, but with the new size.@NotNull CLMemAndroidNativeBufferHostPtr.Ptr
CLMemAndroidNativeBufferHostPtr.Ptr.reinterpret
(long newSize) Assume theCLMemAndroidNativeBufferHostPtr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMemAndroidNativeBufferHostPtr.Ptr
that uses the same backing storage as thisCLMemAndroidNativeBufferHostPtr.Ptr
, but with the new size.@NotNull CLMemExtHostPtr.Ptr
CLMemExtHostPtr.Ptr.reinterpret
(long newSize) Assume theCLMemExtHostPtr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMemExtHostPtr.Ptr
that uses the same backing storage as thisCLMemExtHostPtr.Ptr
, but with the new size.@NotNull CLMemIonHostPtr.Ptr
CLMemIonHostPtr.Ptr.reinterpret
(long newSize) Assume theCLMemIonHostPtr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMemIonHostPtr.Ptr
that uses the same backing storage as thisCLMemIonHostPtr.Ptr
, but with the new size.@NotNull CLMotionEstimationDescIntel.Ptr
CLMotionEstimationDescIntel.Ptr.reinterpret
(long newSize) Assume theCLMotionEstimationDescIntel.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMotionEstimationDescIntel.Ptr
that uses the same backing storage as thisCLMotionEstimationDescIntel.Ptr
, but with the new size.@NotNull CLMutableDispatchArgKhr.Ptr
CLMutableDispatchArgKhr.Ptr.reinterpret
(long newSize) Assume theCLMutableDispatchArgKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMutableDispatchArgKhr.Ptr
that uses the same backing storage as thisCLMutableDispatchArgKhr.Ptr
, but with the new size.@NotNull CLMutableDispatchConfigKhr.Ptr
CLMutableDispatchConfigKhr.Ptr.reinterpret
(long newSize) Assume theCLMutableDispatchConfigKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMutableDispatchConfigKhr.Ptr
that uses the same backing storage as thisCLMutableDispatchConfigKhr.Ptr
, but with the new size.@NotNull CLMutableDispatchExecInfoKhr.Ptr
CLMutableDispatchExecInfoKhr.Ptr.reinterpret
(long newSize) Assume theCLMutableDispatchExecInfoKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLMutableDispatchExecInfoKhr.Ptr
that uses the same backing storage as thisCLMutableDispatchExecInfoKhr.Ptr
, but with the new size.@NotNull CLNameVersion.Ptr
CLNameVersion.Ptr.reinterpret
(long newSize) Assume theCLNameVersion.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLNameVersion.Ptr
that uses the same backing storage as thisCLNameVersion.Ptr
, but with the new size.@NotNull CLNameVersionKhr.Ptr
CLNameVersionKhr.Ptr.reinterpret
(long newSize) Assume theCLNameVersionKhr.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLNameVersionKhr.Ptr
that uses the same backing storage as thisCLNameVersionKhr.Ptr
, but with the new size.@NotNull CLQueueFamilyPropertiesIntel.Ptr
CLQueueFamilyPropertiesIntel.Ptr.reinterpret
(long newSize) Assume theCLQueueFamilyPropertiesIntel.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLQueueFamilyPropertiesIntel.Ptr
that uses the same backing storage as thisCLQueueFamilyPropertiesIntel.Ptr
, but with the new size.@NotNull VAImageFormatCLREF.Ptr
VAImageFormatCLREF.Ptr.reinterpret
(long newSize) Assume theVAImageFormatCLREF.Ptr
is capable of holding at leastnewSize
structures, create a new viewVAImageFormatCLREF.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLAcceleratorIntel.Ptr
that uses the same backing storage as thisCLAcceleratorIntel.Ptr
, but with the new size.CLCommandBufferKhr.Ptr.reinterpret
(long newSize) Assume theCLCommandBufferKhr.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLCommandBufferKhr.Ptr
that uses the same backing storage as thisCLCommandBufferKhr.Ptr
, but with the new size.CLCommandQueue.Ptr.reinterpret
(long newSize) Assume theCLCommandQueue.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLCommandQueue.Ptr
that uses the same backing storage as thisCLCommandQueue.Ptr
, but with the new size.CLContext.Ptr.reinterpret
(long newSize) Assume theCLContext.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLContext.Ptr
that uses the same backing storage as thisCLContext.Ptr
, but with the new size.CLDeviceId.Ptr.reinterpret
(long newSize) Assume theCLDeviceId.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLDeviceId.Ptr
that uses the same backing storage as thisCLDeviceId.Ptr
, but with the new size.CLEvent.Ptr.reinterpret
(long newSize) Assume theCLEvent.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLEvent.Ptr
that uses the same backing storage as thisCLEvent.Ptr
, but with the new size.CLGLsync.Ptr.reinterpret
(long newSize) Assume theCLGLsync.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLGLsync.Ptr
that uses the same backing storage as thisCLGLsync.Ptr
, but with the new size.CLIcdDispatch.Ptr.reinterpret
(long newSize) Assume theCLIcdDispatch.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLIcdDispatch.Ptr
that uses the same backing storage as thisCLIcdDispatch.Ptr
, but with the new size.CLKernel.Ptr.reinterpret
(long newSize) Assume theCLKernel.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLKernel.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLMutableCommandKhr.Ptr
that uses the same backing storage as thisCLMutableCommandKhr.Ptr
, but with the new size.CLPlatformId.Ptr.reinterpret
(long newSize) Assume theCLPlatformId.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLPlatformId.Ptr
that uses the same backing storage as thisCLPlatformId.Ptr
, but with the new size.CLProgram.Ptr.reinterpret
(long newSize) Assume theCLProgram.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLProgram.Ptr
that uses the same backing storage as thisCLProgram.Ptr
, but with the new size.CLSampler.Ptr.reinterpret
(long newSize) Assume theCLSampler.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLSampler.Ptr
that uses the same backing storage as thisCLSampler.Ptr
, but with the new size.CLSemaphoreKhr.Ptr.reinterpret
(long newSize) Assume theCLSemaphoreKhr.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLSemaphoreKhr.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLeglClientBufferEXT.Ptr
that uses the same backing storage as thisGLeglClientBufferEXT.Ptr
, but with the new size.GLeglImageOES.Ptr.reinterpret
(long newSize) Assume theGLeglImageOES.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLeglImageOES.Ptr
that uses the same backing storage as thisGLeglImageOES.Ptr
, but with the new size.GLsync.Ptr.reinterpret
(long newSize) Assume theGLsync.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLsync.Ptr
that 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.Ptr
LUID.Ptr.reinterpret
(long newSize) @NotNull MLCoordinateFrameUID.Ptr
MLCoordinateFrameUID.Ptr.reinterpret
(long newSize) Assume theMLCoordinateFrameUID.Ptr
is capable of holding at leastnewSize
structures, create a new viewMLCoordinateFrameUID.Ptr
that uses the same backing storage as thisMLCoordinateFrameUID.Ptr
, but with the new size.@NotNull XrActionCreateInfo.Ptr
XrActionCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrActionCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionCreateInfo.Ptr
that uses the same backing storage as thisXrActionCreateInfo.Ptr
, but with the new size.@NotNull XrActionSetCreateInfo.Ptr
XrActionSetCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrActionSetCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionSetCreateInfo.Ptr
that uses the same backing storage as thisXrActionSetCreateInfo.Ptr
, but with the new size.@NotNull XrActionSpaceCreateInfo.Ptr
XrActionSpaceCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrActionSpaceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionSpaceCreateInfo.Ptr
that uses the same backing storage as thisXrActionSpaceCreateInfo.Ptr
, but with the new size.@NotNull XrActionsSyncInfo.Ptr
XrActionsSyncInfo.Ptr.reinterpret
(long newSize) Assume theXrActionsSyncInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionsSyncInfo.Ptr
that uses the same backing storage as thisXrActionsSyncInfo.Ptr
, but with the new size.@NotNull XrActionStateBoolean.Ptr
XrActionStateBoolean.Ptr.reinterpret
(long newSize) Assume theXrActionStateBoolean.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionStateBoolean.Ptr
that uses the same backing storage as thisXrActionStateBoolean.Ptr
, but with the new size.@NotNull XrActionStateFloat.Ptr
XrActionStateFloat.Ptr.reinterpret
(long newSize) Assume theXrActionStateFloat.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionStateFloat.Ptr
that uses the same backing storage as thisXrActionStateFloat.Ptr
, but with the new size.@NotNull XrActionStateGetInfo.Ptr
XrActionStateGetInfo.Ptr.reinterpret
(long newSize) Assume theXrActionStateGetInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionStateGetInfo.Ptr
that uses the same backing storage as thisXrActionStateGetInfo.Ptr
, but with the new size.@NotNull XrActionStatePose.Ptr
XrActionStatePose.Ptr.reinterpret
(long newSize) Assume theXrActionStatePose.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionStatePose.Ptr
that uses the same backing storage as thisXrActionStatePose.Ptr
, but with the new size.@NotNull XrActionStateVector2f.Ptr
XrActionStateVector2f.Ptr.reinterpret
(long newSize) Assume theXrActionStateVector2f.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionStateVector2f.Ptr
that uses the same backing storage as thisXrActionStateVector2f.Ptr
, but with the new size.@NotNull XrActionSuggestedBinding.Ptr
XrActionSuggestedBinding.Ptr.reinterpret
(long newSize) Assume theXrActionSuggestedBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionSuggestedBinding.Ptr
that uses the same backing storage as thisXrActionSuggestedBinding.Ptr
, but with the new size.@NotNull XrActiveActionSet.Ptr
XrActiveActionSet.Ptr.reinterpret
(long newSize) Assume theXrActiveActionSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActiveActionSet.Ptr
that uses the same backing storage as thisXrActiveActionSet.Ptr
, but with the new size.@NotNull XrActiveActionSetPrioritiesEXT.Ptr
XrActiveActionSetPrioritiesEXT.Ptr.reinterpret
(long newSize) Assume theXrActiveActionSetPrioritiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActiveActionSetPrioritiesEXT.Ptr
that uses the same backing storage as thisXrActiveActionSetPrioritiesEXT.Ptr
, but with the new size.@NotNull XrActiveActionSetPriorityEXT.Ptr
XrActiveActionSetPriorityEXT.Ptr.reinterpret
(long newSize) Assume theXrActiveActionSetPriorityEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActiveActionSetPriorityEXT.Ptr
that uses the same backing storage as thisXrActiveActionSetPriorityEXT.Ptr
, but with the new size.@NotNull XrAnchorSpaceCreateInfoBD.Ptr
XrAnchorSpaceCreateInfoBD.Ptr.reinterpret
(long newSize) Assume theXrAnchorSpaceCreateInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrAnchorSpaceCreateInfoBD.Ptr
that uses the same backing storage as thisXrAnchorSpaceCreateInfoBD.Ptr
, but with the new size.XrAndroidSurfaceSwapchainCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrAndroidSurfaceSwapchainCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrAndroidSurfaceSwapchainCreateInfoFB.Ptr
that uses the same backing storage as thisXrAndroidSurfaceSwapchainCreateInfoFB.Ptr
, but with the new size.@NotNull XrApiLayerCreateInfo.Ptr
XrApiLayerCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrApiLayerCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrApiLayerCreateInfo.Ptr
that uses the same backing storage as thisXrApiLayerCreateInfo.Ptr
, but with the new size.@NotNull XrApiLayerNextInfo.Ptr
XrApiLayerNextInfo.Ptr.reinterpret
(long newSize) Assume theXrApiLayerNextInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrApiLayerNextInfo.Ptr
that uses the same backing storage as thisXrApiLayerNextInfo.Ptr
, but with the new size.@NotNull XrApiLayerProperties.Ptr
XrApiLayerProperties.Ptr.reinterpret
(long newSize) Assume theXrApiLayerProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrApiLayerProperties.Ptr
that uses the same backing storage as thisXrApiLayerProperties.Ptr
, but with the new size.@NotNull XrApplicationInfo.Ptr
XrApplicationInfo.Ptr.reinterpret
(long newSize) Assume theXrApplicationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrApplicationInfo.Ptr
that uses the same backing storage as thisXrApplicationInfo.Ptr
, but with the new size.@NotNull XrBaseInStructure.Ptr
XrBaseInStructure.Ptr.reinterpret
(long newSize) Assume theXrBaseInStructure.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBaseInStructure.Ptr
that uses the same backing storage as thisXrBaseInStructure.Ptr
, but with the new size.@NotNull XrBaseOutStructure.Ptr
XrBaseOutStructure.Ptr.reinterpret
(long newSize) Assume theXrBaseOutStructure.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBaseOutStructure.Ptr
that uses the same backing storage as thisXrBaseOutStructure.Ptr
, but with the new size.XrBindingModificationBaseHeaderKHR.Ptr.reinterpret
(long newSize) Assume theXrBindingModificationBaseHeaderKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBindingModificationBaseHeaderKHR.Ptr
that uses the same backing storage as thisXrBindingModificationBaseHeaderKHR.Ptr
, but with the new size.@NotNull XrBindingModificationsKHR.Ptr
XrBindingModificationsKHR.Ptr.reinterpret
(long newSize) Assume theXrBindingModificationsKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBindingModificationsKHR.Ptr
that uses the same backing storage as thisXrBindingModificationsKHR.Ptr
, but with the new size.@NotNull XrBodyJointLocationBD.Ptr
XrBodyJointLocationBD.Ptr.reinterpret
(long newSize) Assume theXrBodyJointLocationBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointLocationBD.Ptr
that uses the same backing storage as thisXrBodyJointLocationBD.Ptr
, but with the new size.@NotNull XrBodyJointLocationFB.Ptr
XrBodyJointLocationFB.Ptr.reinterpret
(long newSize) Assume theXrBodyJointLocationFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointLocationFB.Ptr
that uses the same backing storage as thisXrBodyJointLocationFB.Ptr
, but with the new size.@NotNull XrBodyJointLocationHTC.Ptr
XrBodyJointLocationHTC.Ptr.reinterpret
(long newSize) Assume theXrBodyJointLocationHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointLocationHTC.Ptr
that uses the same backing storage as thisXrBodyJointLocationHTC.Ptr
, but with the new size.@NotNull XrBodyJointLocationsBD.Ptr
XrBodyJointLocationsBD.Ptr.reinterpret
(long newSize) Assume theXrBodyJointLocationsBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointLocationsBD.Ptr
that uses the same backing storage as thisXrBodyJointLocationsBD.Ptr
, but with the new size.@NotNull XrBodyJointLocationsFB.Ptr
XrBodyJointLocationsFB.Ptr.reinterpret
(long newSize) Assume theXrBodyJointLocationsFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointLocationsFB.Ptr
that uses the same backing storage as thisXrBodyJointLocationsFB.Ptr
, but with the new size.@NotNull XrBodyJointLocationsHTC.Ptr
XrBodyJointLocationsHTC.Ptr.reinterpret
(long newSize) Assume theXrBodyJointLocationsHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointLocationsHTC.Ptr
that uses the same backing storage as thisXrBodyJointLocationsHTC.Ptr
, but with the new size.@NotNull XrBodyJointsLocateInfoBD.Ptr
XrBodyJointsLocateInfoBD.Ptr.reinterpret
(long newSize) Assume theXrBodyJointsLocateInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointsLocateInfoBD.Ptr
that uses the same backing storage as thisXrBodyJointsLocateInfoBD.Ptr
, but with the new size.@NotNull XrBodyJointsLocateInfoFB.Ptr
XrBodyJointsLocateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrBodyJointsLocateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointsLocateInfoFB.Ptr
that uses the same backing storage as thisXrBodyJointsLocateInfoFB.Ptr
, but with the new size.@NotNull XrBodyJointsLocateInfoHTC.Ptr
XrBodyJointsLocateInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrBodyJointsLocateInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointsLocateInfoHTC.Ptr
that uses the same backing storage as thisXrBodyJointsLocateInfoHTC.Ptr
, but with the new size.@NotNull XrBodySkeletonFB.Ptr
XrBodySkeletonFB.Ptr.reinterpret
(long newSize) Assume theXrBodySkeletonFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodySkeletonFB.Ptr
that uses the same backing storage as thisXrBodySkeletonFB.Ptr
, but with the new size.@NotNull XrBodySkeletonHTC.Ptr
XrBodySkeletonHTC.Ptr.reinterpret
(long newSize) Assume theXrBodySkeletonHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodySkeletonHTC.Ptr
that uses the same backing storage as thisXrBodySkeletonHTC.Ptr
, but with the new size.@NotNull XrBodySkeletonJointFB.Ptr
XrBodySkeletonJointFB.Ptr.reinterpret
(long newSize) Assume theXrBodySkeletonJointFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodySkeletonJointFB.Ptr
that uses the same backing storage as thisXrBodySkeletonJointFB.Ptr
, but with the new size.@NotNull XrBodySkeletonJointHTC.Ptr
XrBodySkeletonJointHTC.Ptr.reinterpret
(long newSize) Assume theXrBodySkeletonJointHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodySkeletonJointHTC.Ptr
that uses the same backing storage as thisXrBodySkeletonJointHTC.Ptr
, but with the new size.@NotNull XrBodyTrackerCreateInfoBD.Ptr
XrBodyTrackerCreateInfoBD.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerCreateInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyTrackerCreateInfoBD.Ptr
that uses the same backing storage as thisXrBodyTrackerCreateInfoBD.Ptr
, but with the new size.@NotNull XrBodyTrackerCreateInfoFB.Ptr
XrBodyTrackerCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyTrackerCreateInfoFB.Ptr
that uses the same backing storage as thisXrBodyTrackerCreateInfoFB.Ptr
, but with the new size.@NotNull XrBodyTrackerCreateInfoHTC.Ptr
XrBodyTrackerCreateInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerCreateInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyTrackerCreateInfoHTC.Ptr
that uses the same backing storage as thisXrBodyTrackerCreateInfoHTC.Ptr
, but with the new size.@NotNull XrBoundary2DFB.Ptr
XrBoundary2DFB.Ptr.reinterpret
(long newSize) Assume theXrBoundary2DFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBoundary2DFB.Ptr
that uses the same backing storage as thisXrBoundary2DFB.Ptr
, but with the new size.XrBoundSourcesForActionEnumerateInfo.Ptr.reinterpret
(long newSize) Assume theXrBoundSourcesForActionEnumerateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBoundSourcesForActionEnumerateInfo.Ptr
that uses the same backing storage as thisXrBoundSourcesForActionEnumerateInfo.Ptr
, but with the new size.@NotNull XrBoxf.Ptr
XrBoxf.Ptr.reinterpret
(long newSize) Assume theXrBoxf.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBoxf.Ptr
that uses the same backing storage as thisXrBoxf.Ptr
, but with the new size.@NotNull XrBoxfKHR.Ptr
XrBoxfKHR.Ptr.reinterpret
(long newSize) Assume theXrBoxfKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBoxfKHR.Ptr
that uses the same backing storage as thisXrBoxfKHR.Ptr
, but with the new size.XrColocationAdvertisementStartInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrColocationAdvertisementStartInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrColocationAdvertisementStartInfoMETA.Ptr
that uses the same backing storage as thisXrColocationAdvertisementStartInfoMETA.Ptr
, but with the new size.XrColocationAdvertisementStopInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrColocationAdvertisementStopInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrColocationAdvertisementStopInfoMETA.Ptr
that uses the same backing storage as thisXrColocationAdvertisementStopInfoMETA.Ptr
, but with the new size.XrColocationDiscoveryStartInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrColocationDiscoveryStartInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrColocationDiscoveryStartInfoMETA.Ptr
that uses the same backing storage as thisXrColocationDiscoveryStartInfoMETA.Ptr
, but with the new size.XrColocationDiscoveryStopInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrColocationDiscoveryStopInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrColocationDiscoveryStopInfoMETA.Ptr
that uses the same backing storage as thisXrColocationDiscoveryStopInfoMETA.Ptr
, but with the new size.@NotNull XrColor3f.Ptr
XrColor3f.Ptr.reinterpret
(long newSize) Assume theXrColor3f.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrColor3f.Ptr
that uses the same backing storage as thisXrColor3f.Ptr
, but with the new size.@NotNull XrColor3fKHR.Ptr
XrColor3fKHR.Ptr.reinterpret
(long newSize) Assume theXrColor3fKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrColor3fKHR.Ptr
that uses the same backing storage as thisXrColor3fKHR.Ptr
, but with the new size.@NotNull XrColor4f.Ptr
XrColor4f.Ptr.reinterpret
(long newSize) Assume theXrColor4f.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrColor4f.Ptr
that uses the same backing storage as thisXrColor4f.Ptr
, but with the new size.@NotNull XrCompositionLayerAlphaBlendFB.Ptr
XrCompositionLayerAlphaBlendFB.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerAlphaBlendFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerAlphaBlendFB.Ptr
that uses the same backing storage as thisXrCompositionLayerAlphaBlendFB.Ptr
, but with the new size.@NotNull XrCompositionLayerBaseHeader.Ptr
XrCompositionLayerBaseHeader.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerBaseHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerBaseHeader.Ptr
that uses the same backing storage as thisXrCompositionLayerBaseHeader.Ptr
, but with the new size.XrCompositionLayerColorScaleBiasKHR.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerColorScaleBiasKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerColorScaleBiasKHR.Ptr
that uses the same backing storage as thisXrCompositionLayerColorScaleBiasKHR.Ptr
, but with the new size.@NotNull XrCompositionLayerCubeKHR.Ptr
XrCompositionLayerCubeKHR.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerCubeKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerCubeKHR.Ptr
that uses the same backing storage as thisXrCompositionLayerCubeKHR.Ptr
, but with the new size.@NotNull XrCompositionLayerCylinderKHR.Ptr
XrCompositionLayerCylinderKHR.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerCylinderKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerCylinderKHR.Ptr
that uses the same backing storage as thisXrCompositionLayerCylinderKHR.Ptr
, but with the new size.@NotNull XrCompositionLayerDepthInfoKHR.Ptr
XrCompositionLayerDepthInfoKHR.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerDepthInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerDepthInfoKHR.Ptr
that uses the same backing storage as thisXrCompositionLayerDepthInfoKHR.Ptr
, but with the new size.@NotNull XrCompositionLayerDepthTestFB.Ptr
XrCompositionLayerDepthTestFB.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerDepthTestFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerDepthTestFB.Ptr
that uses the same backing storage as thisXrCompositionLayerDepthTestFB.Ptr
, but with the new size.@NotNull XrCompositionLayerDepthTestVARJO.Ptr
XrCompositionLayerDepthTestVARJO.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerDepthTestVARJO.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerDepthTestVARJO.Ptr
that uses the same backing storage as thisXrCompositionLayerDepthTestVARJO.Ptr
, but with the new size.@NotNull XrCompositionLayerEquirect2KHR.Ptr
XrCompositionLayerEquirect2KHR.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerEquirect2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerEquirect2KHR.Ptr
that uses the same backing storage as thisXrCompositionLayerEquirect2KHR.Ptr
, but with the new size.@NotNull XrCompositionLayerEquirectKHR.Ptr
XrCompositionLayerEquirectKHR.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerEquirectKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerEquirectKHR.Ptr
that uses the same backing storage as thisXrCompositionLayerEquirectKHR.Ptr
, but with the new size.@NotNull XrCompositionLayerImageLayoutFB.Ptr
XrCompositionLayerImageLayoutFB.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerImageLayoutFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerImageLayoutFB.Ptr
that uses the same backing storage as thisXrCompositionLayerImageLayoutFB.Ptr
, but with the new size.@NotNull XrCompositionLayerPassthroughFB.Ptr
XrCompositionLayerPassthroughFB.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerPassthroughFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerPassthroughFB.Ptr
that uses the same backing storage as thisXrCompositionLayerPassthroughFB.Ptr
, but with the new size.@NotNull XrCompositionLayerPassthroughHTC.Ptr
XrCompositionLayerPassthroughHTC.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerPassthroughHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerPassthroughHTC.Ptr
that uses the same backing storage as thisXrCompositionLayerPassthroughHTC.Ptr
, but with the new size.@NotNull XrCompositionLayerProjection.Ptr
XrCompositionLayerProjection.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerProjection.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerProjection.Ptr
that uses the same backing storage as thisXrCompositionLayerProjection.Ptr
, but with the new size.@NotNull XrCompositionLayerProjectionView.Ptr
XrCompositionLayerProjectionView.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerProjectionView.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerProjectionView.Ptr
that uses the same backing storage as thisXrCompositionLayerProjectionView.Ptr
, but with the new size.@NotNull XrCompositionLayerQuad.Ptr
XrCompositionLayerQuad.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerQuad.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerQuad.Ptr
that uses the same backing storage as thisXrCompositionLayerQuad.Ptr
, but with the new size.XrCompositionLayerReprojectionInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerReprojectionInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerReprojectionInfoMSFT.Ptr
that uses the same backing storage as thisXrCompositionLayerReprojectionInfoMSFT.Ptr
, but with the new size.XrCompositionLayerReprojectionPlaneOverrideMSFT.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerReprojectionPlaneOverrideMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerReprojectionPlaneOverrideMSFT.Ptr
that uses the same backing storage as thisXrCompositionLayerReprojectionPlaneOverrideMSFT.Ptr
, but with the new size.XrCompositionLayerSecureContentFB.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerSecureContentFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerSecureContentFB.Ptr
that uses the same backing storage as thisXrCompositionLayerSecureContentFB.Ptr
, but with the new size.@NotNull XrCompositionLayerSettingsFB.Ptr
XrCompositionLayerSettingsFB.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerSettingsFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerSettingsFB.Ptr
that uses the same backing storage as thisXrCompositionLayerSettingsFB.Ptr
, but with the new size.XrCompositionLayerSpaceWarpInfoFB.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerSpaceWarpInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerSpaceWarpInfoFB.Ptr
that uses the same backing storage as thisXrCompositionLayerSpaceWarpInfoFB.Ptr
, but with the new size.@NotNull XrControllerModelKeyStateMSFT.Ptr
XrControllerModelKeyStateMSFT.Ptr.reinterpret
(long newSize) Assume theXrControllerModelKeyStateMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrControllerModelKeyStateMSFT.Ptr
that uses the same backing storage as thisXrControllerModelKeyStateMSFT.Ptr
, but with the new size.XrControllerModelNodePropertiesMSFT.Ptr.reinterpret
(long newSize) Assume theXrControllerModelNodePropertiesMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrControllerModelNodePropertiesMSFT.Ptr
that uses the same backing storage as thisXrControllerModelNodePropertiesMSFT.Ptr
, but with the new size.@NotNull XrControllerModelNodeStateMSFT.Ptr
XrControllerModelNodeStateMSFT.Ptr.reinterpret
(long newSize) Assume theXrControllerModelNodeStateMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrControllerModelNodeStateMSFT.Ptr
that uses the same backing storage as thisXrControllerModelNodeStateMSFT.Ptr
, but with the new size.@NotNull XrControllerModelPropertiesMSFT.Ptr
XrControllerModelPropertiesMSFT.Ptr.reinterpret
(long newSize) Assume theXrControllerModelPropertiesMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrControllerModelPropertiesMSFT.Ptr
that uses the same backing storage as thisXrControllerModelPropertiesMSFT.Ptr
, but with the new size.@NotNull XrControllerModelStateMSFT.Ptr
XrControllerModelStateMSFT.Ptr.reinterpret
(long newSize) Assume theXrControllerModelStateMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrControllerModelStateMSFT.Ptr
that uses the same backing storage as thisXrControllerModelStateMSFT.Ptr
, but with the new size.@NotNull XrCoordinateSpaceCreateInfoML.Ptr
XrCoordinateSpaceCreateInfoML.Ptr.reinterpret
(long newSize) Assume theXrCoordinateSpaceCreateInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCoordinateSpaceCreateInfoML.Ptr
that uses the same backing storage as thisXrCoordinateSpaceCreateInfoML.Ptr
, but with the new size.XrCreateSpatialAnchorsCompletionML.Ptr.reinterpret
(long newSize) Assume theXrCreateSpatialAnchorsCompletionML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCreateSpatialAnchorsCompletionML.Ptr
that uses the same backing storage as thisXrCreateSpatialAnchorsCompletionML.Ptr
, but with the new size.XrCreateSpatialContextCompletionEXT.Ptr.reinterpret
(long newSize) Assume theXrCreateSpatialContextCompletionEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCreateSpatialContextCompletionEXT.Ptr
that uses the same backing storage as thisXrCreateSpatialContextCompletionEXT.Ptr
, but with the new size.XrCreateSpatialDiscoverySnapshotCompletionEXT.Ptr.reinterpret
(long newSize) Assume theXrCreateSpatialDiscoverySnapshotCompletionEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCreateSpatialDiscoverySnapshotCompletionEXT.Ptr
that uses the same backing storage as thisXrCreateSpatialDiscoverySnapshotCompletionEXT.Ptr
, but with the new size.XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr
that uses the same backing storage as thisXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr
, but with the new size.XrCreateSpatialPersistenceContextCompletionEXT.Ptr.reinterpret
(long newSize) Assume theXrCreateSpatialPersistenceContextCompletionEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCreateSpatialPersistenceContextCompletionEXT.Ptr
that uses the same backing storage as thisXrCreateSpatialPersistenceContextCompletionEXT.Ptr
, but with the new size.@NotNull XrDebugUtilsLabelEXT.Ptr
XrDebugUtilsLabelEXT.Ptr.reinterpret
(long newSize) Assume theXrDebugUtilsLabelEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDebugUtilsLabelEXT.Ptr
that uses the same backing storage as thisXrDebugUtilsLabelEXT.Ptr
, but with the new size.XrDebugUtilsMessengerCallbackDataEXT.Ptr.reinterpret
(long newSize) Assume theXrDebugUtilsMessengerCallbackDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDebugUtilsMessengerCallbackDataEXT.Ptr
that uses the same backing storage as thisXrDebugUtilsMessengerCallbackDataEXT.Ptr
, but with the new size.XrDebugUtilsMessengerCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrDebugUtilsMessengerCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDebugUtilsMessengerCreateInfoEXT.Ptr
that uses the same backing storage as thisXrDebugUtilsMessengerCreateInfoEXT.Ptr
, but with the new size.@NotNull XrDebugUtilsObjectNameInfoEXT.Ptr
XrDebugUtilsObjectNameInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrDebugUtilsObjectNameInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDebugUtilsObjectNameInfoEXT.Ptr
that uses the same backing storage as thisXrDebugUtilsObjectNameInfoEXT.Ptr
, but with the new size.@NotNull XrDeserializeSceneFragmentMSFT.Ptr
XrDeserializeSceneFragmentMSFT.Ptr.reinterpret
(long newSize) Assume theXrDeserializeSceneFragmentMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDeserializeSceneFragmentMSFT.Ptr
that uses the same backing storage as thisXrDeserializeSceneFragmentMSFT.Ptr
, but with the new size.@NotNull XrDevicePcmSampleRateGetInfoFB.Ptr
XrDevicePcmSampleRateGetInfoFB.Ptr.reinterpret
(long newSize) Assume theXrDevicePcmSampleRateGetInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDevicePcmSampleRateGetInfoFB.Ptr
that uses the same backing storage as thisXrDevicePcmSampleRateGetInfoFB.Ptr
, but with the new size.@NotNull XrDevicePcmSampleRateStateFB.Ptr
XrDevicePcmSampleRateStateFB.Ptr.reinterpret
(long newSize) Assume theXrDevicePcmSampleRateStateFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDevicePcmSampleRateStateFB.Ptr
that uses the same backing storage as thisXrDevicePcmSampleRateStateFB.Ptr
, but with the new size.@NotNull XrDigitalLensControlALMALENCE.Ptr
XrDigitalLensControlALMALENCE.Ptr.reinterpret
(long newSize) Assume theXrDigitalLensControlALMALENCE.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDigitalLensControlALMALENCE.Ptr
that uses the same backing storage as thisXrDigitalLensControlALMALENCE.Ptr
, but with the new size.XrEnvironmentDepthHandRemovalSetInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthHandRemovalSetInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthHandRemovalSetInfoMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthHandRemovalSetInfoMETA.Ptr
, but with the new size.XrEnvironmentDepthImageAcquireInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthImageAcquireInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthImageAcquireInfoMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthImageAcquireInfoMETA.Ptr
, but with the new size.@NotNull XrEnvironmentDepthImageMETA.Ptr
XrEnvironmentDepthImageMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthImageMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthImageMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthImageMETA.Ptr
, but with the new size.@NotNull XrEnvironmentDepthImageViewMETA.Ptr
XrEnvironmentDepthImageViewMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthImageViewMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthImageViewMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthImageViewMETA.Ptr
, but with the new size.XrEnvironmentDepthProviderCreateInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthProviderCreateInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthProviderCreateInfoMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthProviderCreateInfoMETA.Ptr
, but with the new size.XrEnvironmentDepthSwapchainCreateInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthSwapchainCreateInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthSwapchainCreateInfoMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthSwapchainCreateInfoMETA.Ptr
, but with the new size.XrEnvironmentDepthSwapchainStateMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthSwapchainStateMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthSwapchainStateMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthSwapchainStateMETA.Ptr
, but with the new size.@NotNull XrEventDataBaseHeader.Ptr
XrEventDataBaseHeader.Ptr.reinterpret
(long newSize) Assume theXrEventDataBaseHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataBaseHeader.Ptr
that uses the same backing storage as thisXrEventDataBaseHeader.Ptr
, but with the new size.@NotNull XrEventDataBuffer.Ptr
XrEventDataBuffer.Ptr.reinterpret
(long newSize) Assume theXrEventDataBuffer.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataBuffer.Ptr
that uses the same backing storage as thisXrEventDataBuffer.Ptr
, but with the new size.XrEventDataColocationAdvertisementCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataColocationAdvertisementCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataColocationAdvertisementCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataColocationAdvertisementCompleteMETA.Ptr
, but with the new size.XrEventDataColocationDiscoveryCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataColocationDiscoveryCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataColocationDiscoveryCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataColocationDiscoveryCompleteMETA.Ptr
, but with the new size.XrEventDataColocationDiscoveryResultMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataColocationDiscoveryResultMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataColocationDiscoveryResultMETA.Ptr
that uses the same backing storage as thisXrEventDataColocationDiscoveryResultMETA.Ptr
, but with the new size.XrEventDataDisplayRefreshRateChangedFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataDisplayRefreshRateChangedFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataDisplayRefreshRateChangedFB.Ptr
that uses the same backing storage as thisXrEventDataDisplayRefreshRateChangedFB.Ptr
, but with the new size.@NotNull XrEventDataEventsLost.Ptr
XrEventDataEventsLost.Ptr.reinterpret
(long newSize) Assume theXrEventDataEventsLost.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataEventsLost.Ptr
that uses the same backing storage as thisXrEventDataEventsLost.Ptr
, but with the new size.XrEventDataEyeCalibrationChangedML.Ptr.reinterpret
(long newSize) Assume theXrEventDataEyeCalibrationChangedML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataEyeCalibrationChangedML.Ptr
that uses the same backing storage as thisXrEventDataEyeCalibrationChangedML.Ptr
, but with the new size.@NotNull XrEventDataHeadsetFitChangedML.Ptr
XrEventDataHeadsetFitChangedML.Ptr.reinterpret
(long newSize) Assume theXrEventDataHeadsetFitChangedML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataHeadsetFitChangedML.Ptr
that uses the same backing storage as thisXrEventDataHeadsetFitChangedML.Ptr
, but with the new size.@NotNull XrEventDataInstanceLossPending.Ptr
XrEventDataInstanceLossPending.Ptr.reinterpret
(long newSize) Assume theXrEventDataInstanceLossPending.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataInstanceLossPending.Ptr
that uses the same backing storage as thisXrEventDataInstanceLossPending.Ptr
, but with the new size.XrEventDataInteractionProfileChanged.Ptr.reinterpret
(long newSize) Assume theXrEventDataInteractionProfileChanged.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataInteractionProfileChanged.Ptr
that uses the same backing storage as thisXrEventDataInteractionProfileChanged.Ptr
, but with the new size.XrEventDataInteractionRenderModelsChangedEXT.Ptr.reinterpret
(long newSize) Assume theXrEventDataInteractionRenderModelsChangedEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataInteractionRenderModelsChangedEXT.Ptr
that uses the same backing storage as thisXrEventDataInteractionRenderModelsChangedEXT.Ptr
, but with the new size.@NotNull XrEventDataLocalizationChangedML.Ptr
XrEventDataLocalizationChangedML.Ptr.reinterpret
(long newSize) Assume theXrEventDataLocalizationChangedML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataLocalizationChangedML.Ptr
that uses the same backing storage as thisXrEventDataLocalizationChangedML.Ptr
, but with the new size.XrEventDataMainSessionVisibilityChangedEXTX.Ptr.reinterpret
(long newSize) Assume theXrEventDataMainSessionVisibilityChangedEXTX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataMainSessionVisibilityChangedEXTX.Ptr
that uses the same backing storage as thisXrEventDataMainSessionVisibilityChangedEXTX.Ptr
, but with the new size.XrEventDataMarkerTrackingUpdateVARJO.Ptr.reinterpret
(long newSize) Assume theXrEventDataMarkerTrackingUpdateVARJO.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataMarkerTrackingUpdateVARJO.Ptr
that uses the same backing storage as thisXrEventDataMarkerTrackingUpdateVARJO.Ptr
, but with the new size.XrEventDataPassthroughLayerResumedMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataPassthroughLayerResumedMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataPassthroughLayerResumedMETA.Ptr
that uses the same backing storage as thisXrEventDataPassthroughLayerResumedMETA.Ptr
, but with the new size.XrEventDataPassthroughStateChangedFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataPassthroughStateChangedFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataPassthroughStateChangedFB.Ptr
that uses the same backing storage as thisXrEventDataPassthroughStateChangedFB.Ptr
, but with the new size.@NotNull XrEventDataPerfSettingsEXT.Ptr
XrEventDataPerfSettingsEXT.Ptr.reinterpret
(long newSize) Assume theXrEventDataPerfSettingsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataPerfSettingsEXT.Ptr
that uses the same backing storage as thisXrEventDataPerfSettingsEXT.Ptr
, but with the new size.XrEventDataReferenceSpaceChangePending.Ptr.reinterpret
(long newSize) Assume theXrEventDataReferenceSpaceChangePending.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataReferenceSpaceChangePending.Ptr
that uses the same backing storage as thisXrEventDataReferenceSpaceChangePending.Ptr
, but with the new size.XrEventDataSceneCaptureCompleteFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSceneCaptureCompleteFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSceneCaptureCompleteFB.Ptr
that uses the same backing storage as thisXrEventDataSceneCaptureCompleteFB.Ptr
, but with the new size.XrEventDataSenseDataProviderStateChangedBD.Ptr.reinterpret
(long newSize) Assume theXrEventDataSenseDataProviderStateChangedBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSenseDataProviderStateChangedBD.Ptr
that uses the same backing storage as thisXrEventDataSenseDataProviderStateChangedBD.Ptr
, but with the new size.@NotNull XrEventDataSenseDataUpdatedBD.Ptr
XrEventDataSenseDataUpdatedBD.Ptr.reinterpret
(long newSize) Assume theXrEventDataSenseDataUpdatedBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSenseDataUpdatedBD.Ptr
that uses the same backing storage as thisXrEventDataSenseDataUpdatedBD.Ptr
, but with the new size.@NotNull XrEventDataSessionStateChanged.Ptr
XrEventDataSessionStateChanged.Ptr.reinterpret
(long newSize) Assume theXrEventDataSessionStateChanged.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSessionStateChanged.Ptr
that uses the same backing storage as thisXrEventDataSessionStateChanged.Ptr
, but with the new size.XrEventDataShareSpacesCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataShareSpacesCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataShareSpacesCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataShareSpacesCompleteMETA.Ptr
, but with the new size.@NotNull XrEventDataSpaceEraseCompleteFB.Ptr
XrEventDataSpaceEraseCompleteFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpaceEraseCompleteFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpaceEraseCompleteFB.Ptr
that uses the same backing storage as thisXrEventDataSpaceEraseCompleteFB.Ptr
, but with the new size.XrEventDataSpaceListSaveCompleteFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpaceListSaveCompleteFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpaceListSaveCompleteFB.Ptr
that uses the same backing storage as thisXrEventDataSpaceListSaveCompleteFB.Ptr
, but with the new size.@NotNull XrEventDataSpaceQueryCompleteFB.Ptr
XrEventDataSpaceQueryCompleteFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpaceQueryCompleteFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpaceQueryCompleteFB.Ptr
that uses the same backing storage as thisXrEventDataSpaceQueryCompleteFB.Ptr
, but with the new size.XrEventDataSpaceQueryResultsAvailableFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpaceQueryResultsAvailableFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpaceQueryResultsAvailableFB.Ptr
that uses the same backing storage as thisXrEventDataSpaceQueryResultsAvailableFB.Ptr
, but with the new size.@NotNull XrEventDataSpaceSaveCompleteFB.Ptr
XrEventDataSpaceSaveCompleteFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpaceSaveCompleteFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpaceSaveCompleteFB.Ptr
that uses the same backing storage as thisXrEventDataSpaceSaveCompleteFB.Ptr
, but with the new size.XrEventDataSpaceSetStatusCompleteFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpaceSetStatusCompleteFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpaceSetStatusCompleteFB.Ptr
that uses the same backing storage as thisXrEventDataSpaceSetStatusCompleteFB.Ptr
, but with the new size.@NotNull XrEventDataSpaceShareCompleteFB.Ptr
XrEventDataSpaceShareCompleteFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpaceShareCompleteFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpaceShareCompleteFB.Ptr
that uses the same backing storage as thisXrEventDataSpaceShareCompleteFB.Ptr
, but with the new size.XrEventDataSpatialAnchorCreateCompleteFB.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpatialAnchorCreateCompleteFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpatialAnchorCreateCompleteFB.Ptr
that uses the same backing storage as thisXrEventDataSpatialAnchorCreateCompleteFB.Ptr
, but with the new size.XrEventDataSpatialDiscoveryRecommendedEXT.Ptr.reinterpret
(long newSize) Assume theXrEventDataSpatialDiscoveryRecommendedEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataSpatialDiscoveryRecommendedEXT.Ptr
that uses the same backing storage as thisXrEventDataSpatialDiscoveryRecommendedEXT.Ptr
, but with the new size.XrEventDataStartColocationAdvertisementCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataStartColocationAdvertisementCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataStartColocationAdvertisementCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataStartColocationAdvertisementCompleteMETA.Ptr
, but with the new size.XrEventDataStartColocationDiscoveryCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataStartColocationDiscoveryCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataStartColocationDiscoveryCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataStartColocationDiscoveryCompleteMETA.Ptr
, but with the new size.XrEventDataStopColocationAdvertisementCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataStopColocationAdvertisementCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataStopColocationAdvertisementCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataStopColocationAdvertisementCompleteMETA.Ptr
, but with the new size.XrEventDataStopColocationDiscoveryCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataStopColocationDiscoveryCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataStopColocationDiscoveryCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataStopColocationDiscoveryCompleteMETA.Ptr
, but with the new size.XrEventDataUserPresenceChangedEXT.Ptr.reinterpret
(long newSize) Assume theXrEventDataUserPresenceChangedEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataUserPresenceChangedEXT.Ptr
that uses the same backing storage as thisXrEventDataUserPresenceChangedEXT.Ptr
, but with the new size.XrEventDataVirtualKeyboardBackspaceMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataVirtualKeyboardBackspaceMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataVirtualKeyboardBackspaceMETA.Ptr
that uses the same backing storage as thisXrEventDataVirtualKeyboardBackspaceMETA.Ptr
, but with the new size.XrEventDataVirtualKeyboardCommitTextMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataVirtualKeyboardCommitTextMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataVirtualKeyboardCommitTextMETA.Ptr
that uses the same backing storage as thisXrEventDataVirtualKeyboardCommitTextMETA.Ptr
, but with the new size.XrEventDataVirtualKeyboardEnterMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataVirtualKeyboardEnterMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataVirtualKeyboardEnterMETA.Ptr
that uses the same backing storage as thisXrEventDataVirtualKeyboardEnterMETA.Ptr
, but with the new size.XrEventDataVirtualKeyboardHiddenMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataVirtualKeyboardHiddenMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataVirtualKeyboardHiddenMETA.Ptr
that uses the same backing storage as thisXrEventDataVirtualKeyboardHiddenMETA.Ptr
, but with the new size.XrEventDataVirtualKeyboardShownMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataVirtualKeyboardShownMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataVirtualKeyboardShownMETA.Ptr
that uses the same backing storage as thisXrEventDataVirtualKeyboardShownMETA.Ptr
, but with the new size.XrEventDataVisibilityMaskChangedKHR.Ptr.reinterpret
(long newSize) Assume theXrEventDataVisibilityMaskChangedKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataVisibilityMaskChangedKHR.Ptr
that uses the same backing storage as thisXrEventDataVisibilityMaskChangedKHR.Ptr
, but with the new size.XrEventDataViveTrackerConnectedHTCX.Ptr.reinterpret
(long newSize) Assume theXrEventDataViveTrackerConnectedHTCX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataViveTrackerConnectedHTCX.Ptr
that uses the same backing storage as thisXrEventDataViveTrackerConnectedHTCX.Ptr
, but with the new size.@NotNull XrExtensionProperties.Ptr
XrExtensionProperties.Ptr.reinterpret
(long newSize) Assume theXrExtensionProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExtensionProperties.Ptr
that uses the same backing storage as thisXrExtensionProperties.Ptr
, but with the new size.@NotNull XrExtent2Df.Ptr
XrExtent2Df.Ptr.reinterpret
(long newSize) Assume theXrExtent2Df.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExtent2Df.Ptr
that uses the same backing storage as thisXrExtent2Df.Ptr
, but with the new size.@NotNull XrExtent2Di.Ptr
XrExtent2Di.Ptr.reinterpret
(long newSize) Assume theXrExtent2Di.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExtent2Di.Ptr
that uses the same backing storage as thisXrExtent2Di.Ptr
, but with the new size.@NotNull XrExtent3Df.Ptr
XrExtent3Df.Ptr.reinterpret
(long newSize) Assume theXrExtent3Df.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExtent3Df.Ptr
that uses the same backing storage as thisXrExtent3Df.Ptr
, but with the new size.@NotNull XrExtent3DfEXT.Ptr
XrExtent3DfEXT.Ptr.reinterpret
(long newSize) Assume theXrExtent3DfEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExtent3DfEXT.Ptr
that uses the same backing storage as thisXrExtent3DfEXT.Ptr
, but with the new size.@NotNull XrExtent3DfFB.Ptr
XrExtent3DfFB.Ptr.reinterpret
(long newSize) Assume theXrExtent3DfFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExtent3DfFB.Ptr
that uses the same backing storage as thisXrExtent3DfFB.Ptr
, but with the new size.@NotNull XrExtent3DfKHR.Ptr
XrExtent3DfKHR.Ptr.reinterpret
(long newSize) Assume theXrExtent3DfKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExtent3DfKHR.Ptr
that uses the same backing storage as thisXrExtent3DfKHR.Ptr
, but with the new size.@NotNull XrExternalCameraExtrinsicsOCULUS.Ptr
XrExternalCameraExtrinsicsOCULUS.Ptr.reinterpret
(long newSize) Assume theXrExternalCameraExtrinsicsOCULUS.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExternalCameraExtrinsicsOCULUS.Ptr
that uses the same backing storage as thisXrExternalCameraExtrinsicsOCULUS.Ptr
, but with the new size.@NotNull XrExternalCameraIntrinsicsOCULUS.Ptr
XrExternalCameraIntrinsicsOCULUS.Ptr.reinterpret
(long newSize) Assume theXrExternalCameraIntrinsicsOCULUS.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExternalCameraIntrinsicsOCULUS.Ptr
that uses the same backing storage as thisXrExternalCameraIntrinsicsOCULUS.Ptr
, but with the new size.@NotNull XrExternalCameraOCULUS.Ptr
XrExternalCameraOCULUS.Ptr.reinterpret
(long newSize) Assume theXrExternalCameraOCULUS.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrExternalCameraOCULUS.Ptr
that uses the same backing storage as thisXrExternalCameraOCULUS.Ptr
, but with the new size.@NotNull XrEyeGazeFB.Ptr
XrEyeGazeFB.Ptr.reinterpret
(long newSize) Assume theXrEyeGazeFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEyeGazeFB.Ptr
that uses the same backing storage as thisXrEyeGazeFB.Ptr
, but with the new size.@NotNull XrEyeGazeSampleTimeEXT.Ptr
XrEyeGazeSampleTimeEXT.Ptr.reinterpret
(long newSize) Assume theXrEyeGazeSampleTimeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEyeGazeSampleTimeEXT.Ptr
that uses the same backing storage as thisXrEyeGazeSampleTimeEXT.Ptr
, but with the new size.@NotNull XrEyeGazesFB.Ptr
XrEyeGazesFB.Ptr.reinterpret
(long newSize) Assume theXrEyeGazesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEyeGazesFB.Ptr
that uses the same backing storage as thisXrEyeGazesFB.Ptr
, but with the new size.@NotNull XrEyeGazesInfoFB.Ptr
XrEyeGazesInfoFB.Ptr.reinterpret
(long newSize) Assume theXrEyeGazesInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEyeGazesInfoFB.Ptr
that uses the same backing storage as thisXrEyeGazesInfoFB.Ptr
, but with the new size.@NotNull XrEyeTrackerCreateInfoFB.Ptr
XrEyeTrackerCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrEyeTrackerCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEyeTrackerCreateInfoFB.Ptr
that uses the same backing storage as thisXrEyeTrackerCreateInfoFB.Ptr
, but with the new size.@NotNull XrFaceExpressionInfo2FB.Ptr
XrFaceExpressionInfo2FB.Ptr.reinterpret
(long newSize) Assume theXrFaceExpressionInfo2FB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFaceExpressionInfo2FB.Ptr
that uses the same backing storage as thisXrFaceExpressionInfo2FB.Ptr
, but with the new size.@NotNull XrFaceExpressionInfoFB.Ptr
XrFaceExpressionInfoFB.Ptr.reinterpret
(long newSize) Assume theXrFaceExpressionInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFaceExpressionInfoFB.Ptr
that uses the same backing storage as thisXrFaceExpressionInfoFB.Ptr
, but with the new size.@NotNull XrFaceExpressionStatusFB.Ptr
XrFaceExpressionStatusFB.Ptr.reinterpret
(long newSize) Assume theXrFaceExpressionStatusFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFaceExpressionStatusFB.Ptr
that uses the same backing storage as thisXrFaceExpressionStatusFB.Ptr
, but with the new size.@NotNull XrFaceExpressionWeights2FB.Ptr
XrFaceExpressionWeights2FB.Ptr.reinterpret
(long newSize) Assume theXrFaceExpressionWeights2FB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFaceExpressionWeights2FB.Ptr
that uses the same backing storage as thisXrFaceExpressionWeights2FB.Ptr
, but with the new size.@NotNull XrFaceExpressionWeightsFB.Ptr
XrFaceExpressionWeightsFB.Ptr.reinterpret
(long newSize) Assume theXrFaceExpressionWeightsFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFaceExpressionWeightsFB.Ptr
that uses the same backing storage as thisXrFaceExpressionWeightsFB.Ptr
, but with the new size.@NotNull XrFaceTrackerCreateInfo2FB.Ptr
XrFaceTrackerCreateInfo2FB.Ptr.reinterpret
(long newSize) Assume theXrFaceTrackerCreateInfo2FB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFaceTrackerCreateInfo2FB.Ptr
that uses the same backing storage as thisXrFaceTrackerCreateInfo2FB.Ptr
, but with the new size.@NotNull XrFaceTrackerCreateInfoFB.Ptr
XrFaceTrackerCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrFaceTrackerCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFaceTrackerCreateInfoFB.Ptr
that uses the same backing storage as thisXrFaceTrackerCreateInfoFB.Ptr
, but with the new size.XrFacialExpressionBlendShapeGetInfoML.Ptr.reinterpret
(long newSize) Assume theXrFacialExpressionBlendShapeGetInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFacialExpressionBlendShapeGetInfoML.Ptr
that uses the same backing storage as thisXrFacialExpressionBlendShapeGetInfoML.Ptr
, but with the new size.XrFacialExpressionBlendShapePropertiesML.Ptr.reinterpret
(long newSize) Assume theXrFacialExpressionBlendShapePropertiesML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFacialExpressionBlendShapePropertiesML.Ptr
that uses the same backing storage as thisXrFacialExpressionBlendShapePropertiesML.Ptr
, but with the new size.XrFacialExpressionClientCreateInfoML.Ptr.reinterpret
(long newSize) Assume theXrFacialExpressionClientCreateInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFacialExpressionClientCreateInfoML.Ptr
that uses the same backing storage as thisXrFacialExpressionClientCreateInfoML.Ptr
, but with the new size.@NotNull XrFacialExpressionsHTC.Ptr
XrFacialExpressionsHTC.Ptr.reinterpret
(long newSize) Assume theXrFacialExpressionsHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFacialExpressionsHTC.Ptr
that uses the same backing storage as thisXrFacialExpressionsHTC.Ptr
, but with the new size.@NotNull XrFacialTrackerCreateInfoHTC.Ptr
XrFacialTrackerCreateInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrFacialTrackerCreateInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFacialTrackerCreateInfoHTC.Ptr
that uses the same backing storage as thisXrFacialTrackerCreateInfoHTC.Ptr
, but with the new size.XrForceFeedbackCurlApplyLocationMNDX.Ptr.reinterpret
(long newSize) Assume theXrForceFeedbackCurlApplyLocationMNDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrForceFeedbackCurlApplyLocationMNDX.Ptr
that uses the same backing storage as thisXrForceFeedbackCurlApplyLocationMNDX.Ptr
, but with the new size.XrForceFeedbackCurlApplyLocationsMNDX.Ptr.reinterpret
(long newSize) Assume theXrForceFeedbackCurlApplyLocationsMNDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrForceFeedbackCurlApplyLocationsMNDX.Ptr
that uses the same backing storage as thisXrForceFeedbackCurlApplyLocationsMNDX.Ptr
, but with the new size.XrFoveatedViewConfigurationViewVARJO.Ptr.reinterpret
(long newSize) Assume theXrFoveatedViewConfigurationViewVARJO.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveatedViewConfigurationViewVARJO.Ptr
that uses the same backing storage as thisXrFoveatedViewConfigurationViewVARJO.Ptr
, but with the new size.@NotNull XrFoveationApplyInfoHTC.Ptr
XrFoveationApplyInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrFoveationApplyInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationApplyInfoHTC.Ptr
that uses the same backing storage as thisXrFoveationApplyInfoHTC.Ptr
, but with the new size.@NotNull XrFoveationConfigurationHTC.Ptr
XrFoveationConfigurationHTC.Ptr.reinterpret
(long newSize) Assume theXrFoveationConfigurationHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationConfigurationHTC.Ptr
that uses the same backing storage as thisXrFoveationConfigurationHTC.Ptr
, but with the new size.@NotNull XrFoveationCustomModeInfoHTC.Ptr
XrFoveationCustomModeInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrFoveationCustomModeInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationCustomModeInfoHTC.Ptr
that uses the same backing storage as thisXrFoveationCustomModeInfoHTC.Ptr
, but with the new size.@NotNull XrFoveationDynamicModeInfoHTC.Ptr
XrFoveationDynamicModeInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrFoveationDynamicModeInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationDynamicModeInfoHTC.Ptr
that uses the same backing storage as thisXrFoveationDynamicModeInfoHTC.Ptr
, but with the new size.XrFoveationEyeTrackedProfileCreateInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrFoveationEyeTrackedProfileCreateInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationEyeTrackedProfileCreateInfoMETA.Ptr
that uses the same backing storage as thisXrFoveationEyeTrackedProfileCreateInfoMETA.Ptr
, but with the new size.@NotNull XrFoveationEyeTrackedStateMETA.Ptr
XrFoveationEyeTrackedStateMETA.Ptr.reinterpret
(long newSize) Assume theXrFoveationEyeTrackedStateMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationEyeTrackedStateMETA.Ptr
that uses the same backing storage as thisXrFoveationEyeTrackedStateMETA.Ptr
, but with the new size.XrFoveationLevelProfileCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrFoveationLevelProfileCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationLevelProfileCreateInfoFB.Ptr
that uses the same backing storage as thisXrFoveationLevelProfileCreateInfoFB.Ptr
, but with the new size.@NotNull XrFoveationProfileCreateInfoFB.Ptr
XrFoveationProfileCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrFoveationProfileCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationProfileCreateInfoFB.Ptr
that uses the same backing storage as thisXrFoveationProfileCreateInfoFB.Ptr
, but with the new size.@NotNull XrFovf.Ptr
XrFovf.Ptr.reinterpret
(long newSize) Assume theXrFovf.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFovf.Ptr
that uses the same backing storage as thisXrFovf.Ptr
, but with the new size.@NotNull XrFrameBeginInfo.Ptr
XrFrameBeginInfo.Ptr.reinterpret
(long newSize) Assume theXrFrameBeginInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrameBeginInfo.Ptr
that uses the same backing storage as thisXrFrameBeginInfo.Ptr
, but with the new size.@NotNull XrFrameEndInfo.Ptr
XrFrameEndInfo.Ptr.reinterpret
(long newSize) Assume theXrFrameEndInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrameEndInfo.Ptr
that uses the same backing storage as thisXrFrameEndInfo.Ptr
, but with the new size.@NotNull XrFrameEndInfoML.Ptr
XrFrameEndInfoML.Ptr.reinterpret
(long newSize) Assume theXrFrameEndInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrameEndInfoML.Ptr
that uses the same backing storage as thisXrFrameEndInfoML.Ptr
, but with the new size.@NotNull XrFrameState.Ptr
XrFrameState.Ptr.reinterpret
(long newSize) Assume theXrFrameState.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrameState.Ptr
that uses the same backing storage as thisXrFrameState.Ptr
, but with the new size.@NotNull XrFrameSynthesisConfigViewEXT.Ptr
XrFrameSynthesisConfigViewEXT.Ptr.reinterpret
(long newSize) Assume theXrFrameSynthesisConfigViewEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrameSynthesisConfigViewEXT.Ptr
that uses the same backing storage as thisXrFrameSynthesisConfigViewEXT.Ptr
, but with the new size.@NotNull XrFrameSynthesisInfoEXT.Ptr
XrFrameSynthesisInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrFrameSynthesisInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrameSynthesisInfoEXT.Ptr
that uses the same backing storage as thisXrFrameSynthesisInfoEXT.Ptr
, but with the new size.@NotNull XrFrameWaitInfo.Ptr
XrFrameWaitInfo.Ptr.reinterpret
(long newSize) Assume theXrFrameWaitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrameWaitInfo.Ptr
that uses the same backing storage as thisXrFrameWaitInfo.Ptr
, but with the new size.@NotNull XrFrustumf.Ptr
XrFrustumf.Ptr.reinterpret
(long newSize) Assume theXrFrustumf.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrustumf.Ptr
that uses the same backing storage as thisXrFrustumf.Ptr
, but with the new size.@NotNull XrFrustumfKHR.Ptr
XrFrustumfKHR.Ptr.reinterpret
(long newSize) Assume theXrFrustumfKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFrustumfKHR.Ptr
that uses the same backing storage as thisXrFrustumfKHR.Ptr
, but with the new size.@NotNull XrFutureCancelInfoEXT.Ptr
XrFutureCancelInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrFutureCancelInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFutureCancelInfoEXT.Ptr
that uses the same backing storage as thisXrFutureCancelInfoEXT.Ptr
, but with the new size.@NotNull XrFutureCompletionBaseHeaderEXT.Ptr
XrFutureCompletionBaseHeaderEXT.Ptr.reinterpret
(long newSize) Assume theXrFutureCompletionBaseHeaderEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFutureCompletionBaseHeaderEXT.Ptr
that uses the same backing storage as thisXrFutureCompletionBaseHeaderEXT.Ptr
, but with the new size.@NotNull XrFutureCompletionEXT.Ptr
XrFutureCompletionEXT.Ptr.reinterpret
(long newSize) Assume theXrFutureCompletionEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFutureCompletionEXT.Ptr
that uses the same backing storage as thisXrFutureCompletionEXT.Ptr
, but with the new size.@NotNull XrFuturePollInfoEXT.Ptr
XrFuturePollInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrFuturePollInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFuturePollInfoEXT.Ptr
that uses the same backing storage as thisXrFuturePollInfoEXT.Ptr
, but with the new size.@NotNull XrFuturePollResultEXT.Ptr
XrFuturePollResultEXT.Ptr.reinterpret
(long newSize) Assume theXrFuturePollResultEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFuturePollResultEXT.Ptr
that uses the same backing storage as thisXrFuturePollResultEXT.Ptr
, but with the new size.@NotNull XrFuturePollResultProgressBD.Ptr
XrFuturePollResultProgressBD.Ptr.reinterpret
(long newSize) Assume theXrFuturePollResultProgressBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFuturePollResultProgressBD.Ptr
that uses the same backing storage as thisXrFuturePollResultProgressBD.Ptr
, but with the new size.@NotNull XrGeometryInstanceCreateInfoFB.Ptr
XrGeometryInstanceCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrGeometryInstanceCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGeometryInstanceCreateInfoFB.Ptr
that uses the same backing storage as thisXrGeometryInstanceCreateInfoFB.Ptr
, but with the new size.@NotNull XrGeometryInstanceTransformFB.Ptr
XrGeometryInstanceTransformFB.Ptr.reinterpret
(long newSize) Assume theXrGeometryInstanceTransformFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGeometryInstanceTransformFB.Ptr
that uses the same backing storage as thisXrGeometryInstanceTransformFB.Ptr
, but with the new size.@NotNull XrGlobalDimmerFrameEndInfoML.Ptr
XrGlobalDimmerFrameEndInfoML.Ptr.reinterpret
(long newSize) Assume theXrGlobalDimmerFrameEndInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGlobalDimmerFrameEndInfoML.Ptr
that uses the same backing storage as thisXrGlobalDimmerFrameEndInfoML.Ptr
, but with the new size.@NotNull XrGraphicsBindingD3D11KHR.Ptr
XrGraphicsBindingD3D11KHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingD3D11KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingD3D11KHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingD3D11KHR.Ptr
, but with the new size.@NotNull XrGraphicsBindingD3D12KHR.Ptr
XrGraphicsBindingD3D12KHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingD3D12KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingD3D12KHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingD3D12KHR.Ptr
, but with the new size.@NotNull XrGraphicsBindingEGLMNDX.Ptr
XrGraphicsBindingEGLMNDX.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingEGLMNDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingEGLMNDX.Ptr
that uses the same backing storage as thisXrGraphicsBindingEGLMNDX.Ptr
, but with the new size.@NotNull XrGraphicsBindingMetalKHR.Ptr
XrGraphicsBindingMetalKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingMetalKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingMetalKHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingMetalKHR.Ptr
, but with the new size.XrGraphicsBindingOpenGLESAndroidKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingOpenGLESAndroidKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingOpenGLESAndroidKHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingOpenGLESAndroidKHR.Ptr
, but with the new size.XrGraphicsBindingOpenGLWaylandKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingOpenGLWaylandKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingOpenGLWaylandKHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingOpenGLWaylandKHR.Ptr
, but with the new size.@NotNull XrGraphicsBindingOpenGLWin32KHR.Ptr
XrGraphicsBindingOpenGLWin32KHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingOpenGLWin32KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingOpenGLWin32KHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingOpenGLWin32KHR.Ptr
, but with the new size.@NotNull XrGraphicsBindingOpenGLXcbKHR.Ptr
XrGraphicsBindingOpenGLXcbKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingOpenGLXcbKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingOpenGLXcbKHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingOpenGLXcbKHR.Ptr
, but with the new size.@NotNull XrGraphicsBindingOpenGLXlibKHR.Ptr
XrGraphicsBindingOpenGLXlibKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingOpenGLXlibKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingOpenGLXlibKHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingOpenGLXlibKHR.Ptr
, but with the new size.@NotNull XrGraphicsBindingVulkan2KHR.Ptr
XrGraphicsBindingVulkan2KHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingVulkan2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingVulkan2KHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingVulkan2KHR.Ptr
, but with the new size.@NotNull XrGraphicsBindingVulkanKHR.Ptr
XrGraphicsBindingVulkanKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsBindingVulkanKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsBindingVulkanKHR.Ptr
that uses the same backing storage as thisXrGraphicsBindingVulkanKHR.Ptr
, but with the new size.@NotNull XrGraphicsRequirementsD3D11KHR.Ptr
XrGraphicsRequirementsD3D11KHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsRequirementsD3D11KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsRequirementsD3D11KHR.Ptr
that uses the same backing storage as thisXrGraphicsRequirementsD3D11KHR.Ptr
, but with the new size.@NotNull XrGraphicsRequirementsD3D12KHR.Ptr
XrGraphicsRequirementsD3D12KHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsRequirementsD3D12KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsRequirementsD3D12KHR.Ptr
that uses the same backing storage as thisXrGraphicsRequirementsD3D12KHR.Ptr
, but with the new size.@NotNull XrGraphicsRequirementsMetalKHR.Ptr
XrGraphicsRequirementsMetalKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsRequirementsMetalKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsRequirementsMetalKHR.Ptr
that uses the same backing storage as thisXrGraphicsRequirementsMetalKHR.Ptr
, but with the new size.XrGraphicsRequirementsOpenGLESKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsRequirementsOpenGLESKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsRequirementsOpenGLESKHR.Ptr
that uses the same backing storage as thisXrGraphicsRequirementsOpenGLESKHR.Ptr
, but with the new size.@NotNull XrGraphicsRequirementsOpenGLKHR.Ptr
XrGraphicsRequirementsOpenGLKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsRequirementsOpenGLKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsRequirementsOpenGLKHR.Ptr
that uses the same backing storage as thisXrGraphicsRequirementsOpenGLKHR.Ptr
, but with the new size.@NotNull XrGraphicsRequirementsVulkan2KHR.Ptr
XrGraphicsRequirementsVulkan2KHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsRequirementsVulkan2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsRequirementsVulkan2KHR.Ptr
that uses the same backing storage as thisXrGraphicsRequirementsVulkan2KHR.Ptr
, but with the new size.@NotNull XrGraphicsRequirementsVulkanKHR.Ptr
XrGraphicsRequirementsVulkanKHR.Ptr.reinterpret
(long newSize) Assume theXrGraphicsRequirementsVulkanKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrGraphicsRequirementsVulkanKHR.Ptr
that uses the same backing storage as thisXrGraphicsRequirementsVulkanKHR.Ptr
, but with the new size.@NotNull XrHandCapsuleFB.Ptr
XrHandCapsuleFB.Ptr.reinterpret
(long newSize) Assume theXrHandCapsuleFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandCapsuleFB.Ptr
that uses the same backing storage as thisXrHandCapsuleFB.Ptr
, but with the new size.@NotNull XrHandJointLocationEXT.Ptr
XrHandJointLocationEXT.Ptr.reinterpret
(long newSize) Assume theXrHandJointLocationEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandJointLocationEXT.Ptr
that uses the same backing storage as thisXrHandJointLocationEXT.Ptr
, but with the new size.@NotNull XrHandJointLocationsEXT.Ptr
XrHandJointLocationsEXT.Ptr.reinterpret
(long newSize) Assume theXrHandJointLocationsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandJointLocationsEXT.Ptr
that uses the same backing storage as thisXrHandJointLocationsEXT.Ptr
, but with the new size.@NotNull XrHandJointsLocateInfoEXT.Ptr
XrHandJointsLocateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrHandJointsLocateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandJointsLocateInfoEXT.Ptr
that uses the same backing storage as thisXrHandJointsLocateInfoEXT.Ptr
, but with the new size.@NotNull XrHandJointsMotionRangeInfoEXT.Ptr
XrHandJointsMotionRangeInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrHandJointsMotionRangeInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandJointsMotionRangeInfoEXT.Ptr
that uses the same backing storage as thisXrHandJointsMotionRangeInfoEXT.Ptr
, but with the new size.@NotNull XrHandJointVelocitiesEXT.Ptr
XrHandJointVelocitiesEXT.Ptr.reinterpret
(long newSize) Assume theXrHandJointVelocitiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandJointVelocitiesEXT.Ptr
that uses the same backing storage as thisXrHandJointVelocitiesEXT.Ptr
, but with the new size.@NotNull XrHandJointVelocityEXT.Ptr
XrHandJointVelocityEXT.Ptr.reinterpret
(long newSize) Assume theXrHandJointVelocityEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandJointVelocityEXT.Ptr
that uses the same backing storage as thisXrHandJointVelocityEXT.Ptr
, but with the new size.@NotNull XrHandMeshIndexBufferMSFT.Ptr
XrHandMeshIndexBufferMSFT.Ptr.reinterpret
(long newSize) Assume theXrHandMeshIndexBufferMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandMeshIndexBufferMSFT.Ptr
that uses the same backing storage as thisXrHandMeshIndexBufferMSFT.Ptr
, but with the new size.@NotNull XrHandMeshMSFT.Ptr
XrHandMeshMSFT.Ptr.reinterpret
(long newSize) Assume theXrHandMeshMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandMeshMSFT.Ptr
that uses the same backing storage as thisXrHandMeshMSFT.Ptr
, but with the new size.@NotNull XrHandMeshSpaceCreateInfoMSFT.Ptr
XrHandMeshSpaceCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrHandMeshSpaceCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandMeshSpaceCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrHandMeshSpaceCreateInfoMSFT.Ptr
, but with the new size.@NotNull XrHandMeshUpdateInfoMSFT.Ptr
XrHandMeshUpdateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrHandMeshUpdateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandMeshUpdateInfoMSFT.Ptr
that uses the same backing storage as thisXrHandMeshUpdateInfoMSFT.Ptr
, but with the new size.@NotNull XrHandMeshVertexBufferMSFT.Ptr
XrHandMeshVertexBufferMSFT.Ptr.reinterpret
(long newSize) Assume theXrHandMeshVertexBufferMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandMeshVertexBufferMSFT.Ptr
that uses the same backing storage as thisXrHandMeshVertexBufferMSFT.Ptr
, but with the new size.@NotNull XrHandMeshVertexMSFT.Ptr
XrHandMeshVertexMSFT.Ptr.reinterpret
(long newSize) Assume theXrHandMeshVertexMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandMeshVertexMSFT.Ptr
that uses the same backing storage as thisXrHandMeshVertexMSFT.Ptr
, but with the new size.@NotNull XrHandPoseTypeInfoMSFT.Ptr
XrHandPoseTypeInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrHandPoseTypeInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandPoseTypeInfoMSFT.Ptr
that uses the same backing storage as thisXrHandPoseTypeInfoMSFT.Ptr
, but with the new size.@NotNull XrHandTrackerCreateInfoEXT.Ptr
XrHandTrackerCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrHandTrackerCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandTrackerCreateInfoEXT.Ptr
that uses the same backing storage as thisXrHandTrackerCreateInfoEXT.Ptr
, but with the new size.@NotNull XrHandTrackingAimStateFB.Ptr
XrHandTrackingAimStateFB.Ptr.reinterpret
(long newSize) Assume theXrHandTrackingAimStateFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandTrackingAimStateFB.Ptr
that uses the same backing storage as thisXrHandTrackingAimStateFB.Ptr
, but with the new size.@NotNull XrHandTrackingCapsulesStateFB.Ptr
XrHandTrackingCapsulesStateFB.Ptr.reinterpret
(long newSize) Assume theXrHandTrackingCapsulesStateFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandTrackingCapsulesStateFB.Ptr
that uses the same backing storage as thisXrHandTrackingCapsulesStateFB.Ptr
, but with the new size.@NotNull XrHandTrackingDataSourceInfoEXT.Ptr
XrHandTrackingDataSourceInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrHandTrackingDataSourceInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandTrackingDataSourceInfoEXT.Ptr
that uses the same backing storage as thisXrHandTrackingDataSourceInfoEXT.Ptr
, but with the new size.@NotNull XrHandTrackingDataSourceStateEXT.Ptr
XrHandTrackingDataSourceStateEXT.Ptr.reinterpret
(long newSize) Assume theXrHandTrackingDataSourceStateEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandTrackingDataSourceStateEXT.Ptr
that uses the same backing storage as thisXrHandTrackingDataSourceStateEXT.Ptr
, but with the new size.@NotNull XrHandTrackingMeshFB.Ptr
XrHandTrackingMeshFB.Ptr.reinterpret
(long newSize) Assume theXrHandTrackingMeshFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandTrackingMeshFB.Ptr
that uses the same backing storage as thisXrHandTrackingMeshFB.Ptr
, but with the new size.@NotNull XrHandTrackingScaleFB.Ptr
XrHandTrackingScaleFB.Ptr.reinterpret
(long newSize) Assume theXrHandTrackingScaleFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHandTrackingScaleFB.Ptr
that uses the same backing storage as thisXrHandTrackingScaleFB.Ptr
, but with the new size.@NotNull XrHapticActionInfo.Ptr
XrHapticActionInfo.Ptr.reinterpret
(long newSize) Assume theXrHapticActionInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHapticActionInfo.Ptr
that uses the same backing storage as thisXrHapticActionInfo.Ptr
, but with the new size.XrHapticAmplitudeEnvelopeVibrationFB.Ptr.reinterpret
(long newSize) Assume theXrHapticAmplitudeEnvelopeVibrationFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHapticAmplitudeEnvelopeVibrationFB.Ptr
that uses the same backing storage as thisXrHapticAmplitudeEnvelopeVibrationFB.Ptr
, but with the new size.@NotNull XrHapticBaseHeader.Ptr
XrHapticBaseHeader.Ptr.reinterpret
(long newSize) Assume theXrHapticBaseHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHapticBaseHeader.Ptr
that uses the same backing storage as thisXrHapticBaseHeader.Ptr
, but with the new size.@NotNull XrHapticPcmVibrationFB.Ptr
XrHapticPcmVibrationFB.Ptr.reinterpret
(long newSize) Assume theXrHapticPcmVibrationFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHapticPcmVibrationFB.Ptr
that uses the same backing storage as thisXrHapticPcmVibrationFB.Ptr
, but with the new size.@NotNull XrHapticVibration.Ptr
XrHapticVibration.Ptr.reinterpret
(long newSize) Assume theXrHapticVibration.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHapticVibration.Ptr
that uses the same backing storage as thisXrHapticVibration.Ptr
, but with the new size.XrHolographicWindowAttachmentMSFT.Ptr.reinterpret
(long newSize) Assume theXrHolographicWindowAttachmentMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrHolographicWindowAttachmentMSFT.Ptr
that uses the same backing storage as thisXrHolographicWindowAttachmentMSFT.Ptr
, but with the new size.XrInputSourceLocalizedNameGetInfo.Ptr.reinterpret
(long newSize) Assume theXrInputSourceLocalizedNameGetInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInputSourceLocalizedNameGetInfo.Ptr
that uses the same backing storage as thisXrInputSourceLocalizedNameGetInfo.Ptr
, but with the new size.@NotNull XrInstanceCreateInfo.Ptr
XrInstanceCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrInstanceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInstanceCreateInfo.Ptr
that uses the same backing storage as thisXrInstanceCreateInfo.Ptr
, but with the new size.@NotNull XrInstanceCreateInfoAndroidKHR.Ptr
XrInstanceCreateInfoAndroidKHR.Ptr.reinterpret
(long newSize) Assume theXrInstanceCreateInfoAndroidKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInstanceCreateInfoAndroidKHR.Ptr
that uses the same backing storage as thisXrInstanceCreateInfoAndroidKHR.Ptr
, but with the new size.@NotNull XrInstanceProperties.Ptr
XrInstanceProperties.Ptr.reinterpret
(long newSize) Assume theXrInstanceProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInstanceProperties.Ptr
that uses the same backing storage as thisXrInstanceProperties.Ptr
, but with the new size.XrInteractionProfileAnalogThresholdVALVE.Ptr.reinterpret
(long newSize) Assume theXrInteractionProfileAnalogThresholdVALVE.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInteractionProfileAnalogThresholdVALVE.Ptr
that uses the same backing storage as thisXrInteractionProfileAnalogThresholdVALVE.Ptr
, but with the new size.XrInteractionProfileDpadBindingEXT.Ptr.reinterpret
(long newSize) Assume theXrInteractionProfileDpadBindingEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInteractionProfileDpadBindingEXT.Ptr
that uses the same backing storage as thisXrInteractionProfileDpadBindingEXT.Ptr
, but with the new size.@NotNull XrInteractionProfileState.Ptr
XrInteractionProfileState.Ptr.reinterpret
(long newSize) Assume theXrInteractionProfileState.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInteractionProfileState.Ptr
that uses the same backing storage as thisXrInteractionProfileState.Ptr
, but with the new size.XrInteractionProfileSuggestedBinding.Ptr.reinterpret
(long newSize) Assume theXrInteractionProfileSuggestedBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInteractionProfileSuggestedBinding.Ptr
that uses the same backing storage as thisXrInteractionProfileSuggestedBinding.Ptr
, but with the new size.XrInteractionRenderModelIdsEnumerateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrInteractionRenderModelIdsEnumerateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInteractionRenderModelIdsEnumerateInfoEXT.Ptr
that uses the same backing storage as thisXrInteractionRenderModelIdsEnumerateInfoEXT.Ptr
, but with the new size.XrInteractionRenderModelSubactionPathInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrInteractionRenderModelSubactionPathInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInteractionRenderModelSubactionPathInfoEXT.Ptr
that uses the same backing storage as thisXrInteractionRenderModelSubactionPathInfoEXT.Ptr
, but with the new size.XrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptr
that uses the same backing storage as thisXrInteractionRenderModelTopLevelUserPathGetInfoEXT.Ptr
, but with the new size.@NotNull XrKeyboardSpaceCreateInfoFB.Ptr
XrKeyboardSpaceCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrKeyboardSpaceCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrKeyboardSpaceCreateInfoFB.Ptr
that uses the same backing storage as thisXrKeyboardSpaceCreateInfoFB.Ptr
, but with the new size.@NotNull XrKeyboardTrackingDescriptionFB.Ptr
XrKeyboardTrackingDescriptionFB.Ptr.reinterpret
(long newSize) Assume theXrKeyboardTrackingDescriptionFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrKeyboardTrackingDescriptionFB.Ptr
that uses the same backing storage as thisXrKeyboardTrackingDescriptionFB.Ptr
, but with the new size.@NotNull XrKeyboardTrackingQueryFB.Ptr
XrKeyboardTrackingQueryFB.Ptr.reinterpret
(long newSize) Assume theXrKeyboardTrackingQueryFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrKeyboardTrackingQueryFB.Ptr
that uses the same backing storage as thisXrKeyboardTrackingQueryFB.Ptr
, but with the new size.@NotNull XrLoaderInitInfoAndroidKHR.Ptr
XrLoaderInitInfoAndroidKHR.Ptr.reinterpret
(long newSize) Assume theXrLoaderInitInfoAndroidKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLoaderInitInfoAndroidKHR.Ptr
that uses the same backing storage as thisXrLoaderInitInfoAndroidKHR.Ptr
, but with the new size.@NotNull XrLoaderInitInfoBaseHeaderKHR.Ptr
XrLoaderInitInfoBaseHeaderKHR.Ptr.reinterpret
(long newSize) Assume theXrLoaderInitInfoBaseHeaderKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLoaderInitInfoBaseHeaderKHR.Ptr
that uses the same backing storage as thisXrLoaderInitInfoBaseHeaderKHR.Ptr
, but with the new size.@NotNull XrLocalDimmingFrameEndInfoMETA.Ptr
XrLocalDimmingFrameEndInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrLocalDimmingFrameEndInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLocalDimmingFrameEndInfoMETA.Ptr
that uses the same backing storage as thisXrLocalDimmingFrameEndInfoMETA.Ptr
, but with the new size.@NotNull XrLocalizationEnableEventsInfoML.Ptr
XrLocalizationEnableEventsInfoML.Ptr.reinterpret
(long newSize) Assume theXrLocalizationEnableEventsInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLocalizationEnableEventsInfoML.Ptr
that uses the same backing storage as thisXrLocalizationEnableEventsInfoML.Ptr
, but with the new size.@NotNull XrLocalizationMapImportInfoML.Ptr
XrLocalizationMapImportInfoML.Ptr.reinterpret
(long newSize) Assume theXrLocalizationMapImportInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLocalizationMapImportInfoML.Ptr
that uses the same backing storage as thisXrLocalizationMapImportInfoML.Ptr
, but with the new size.@NotNull XrLocalizationMapML.Ptr
XrLocalizationMapML.Ptr.reinterpret
(long newSize) Assume theXrLocalizationMapML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLocalizationMapML.Ptr
that uses the same backing storage as thisXrLocalizationMapML.Ptr
, but with the new size.XrLocalizationMapQueryInfoBaseHeaderML.Ptr.reinterpret
(long newSize) Assume theXrLocalizationMapQueryInfoBaseHeaderML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLocalizationMapQueryInfoBaseHeaderML.Ptr
that uses the same backing storage as thisXrLocalizationMapQueryInfoBaseHeaderML.Ptr
, but with the new size.@NotNull XrMapLocalizationRequestInfoML.Ptr
XrMapLocalizationRequestInfoML.Ptr.reinterpret
(long newSize) Assume theXrMapLocalizationRequestInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMapLocalizationRequestInfoML.Ptr
that uses the same backing storage as thisXrMapLocalizationRequestInfoML.Ptr
, but with the new size.@NotNull XrMarkerDetectorAprilTagInfoML.Ptr
XrMarkerDetectorAprilTagInfoML.Ptr.reinterpret
(long newSize) Assume theXrMarkerDetectorAprilTagInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerDetectorAprilTagInfoML.Ptr
that uses the same backing storage as thisXrMarkerDetectorAprilTagInfoML.Ptr
, but with the new size.@NotNull XrMarkerDetectorArucoInfoML.Ptr
XrMarkerDetectorArucoInfoML.Ptr.reinterpret
(long newSize) Assume theXrMarkerDetectorArucoInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerDetectorArucoInfoML.Ptr
that uses the same backing storage as thisXrMarkerDetectorArucoInfoML.Ptr
, but with the new size.@NotNull XrMarkerDetectorCreateInfoML.Ptr
XrMarkerDetectorCreateInfoML.Ptr.reinterpret
(long newSize) Assume theXrMarkerDetectorCreateInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerDetectorCreateInfoML.Ptr
that uses the same backing storage as thisXrMarkerDetectorCreateInfoML.Ptr
, but with the new size.XrMarkerDetectorCustomProfileInfoML.Ptr.reinterpret
(long newSize) Assume theXrMarkerDetectorCustomProfileInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerDetectorCustomProfileInfoML.Ptr
that uses the same backing storage as thisXrMarkerDetectorCustomProfileInfoML.Ptr
, but with the new size.@NotNull XrMarkerDetectorSizeInfoML.Ptr
XrMarkerDetectorSizeInfoML.Ptr.reinterpret
(long newSize) Assume theXrMarkerDetectorSizeInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerDetectorSizeInfoML.Ptr
that uses the same backing storage as thisXrMarkerDetectorSizeInfoML.Ptr
, but with the new size.@NotNull XrMarkerDetectorSnapshotInfoML.Ptr
XrMarkerDetectorSnapshotInfoML.Ptr.reinterpret
(long newSize) Assume theXrMarkerDetectorSnapshotInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerDetectorSnapshotInfoML.Ptr
that uses the same backing storage as thisXrMarkerDetectorSnapshotInfoML.Ptr
, but with the new size.@NotNull XrMarkerDetectorStateML.Ptr
XrMarkerDetectorStateML.Ptr.reinterpret
(long newSize) Assume theXrMarkerDetectorStateML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerDetectorStateML.Ptr
that uses the same backing storage as thisXrMarkerDetectorStateML.Ptr
, but with the new size.@NotNull XrMarkerSpaceCreateInfoML.Ptr
XrMarkerSpaceCreateInfoML.Ptr.reinterpret
(long newSize) Assume theXrMarkerSpaceCreateInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerSpaceCreateInfoML.Ptr
that uses the same backing storage as thisXrMarkerSpaceCreateInfoML.Ptr
, but with the new size.@NotNull XrMarkerSpaceCreateInfoVARJO.Ptr
XrMarkerSpaceCreateInfoVARJO.Ptr.reinterpret
(long newSize) Assume theXrMarkerSpaceCreateInfoVARJO.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrMarkerSpaceCreateInfoVARJO.Ptr
that uses the same backing storage as thisXrMarkerSpaceCreateInfoVARJO.Ptr
, but with the new size.@NotNull XrNegotiateApiLayerRequest.Ptr
XrNegotiateApiLayerRequest.Ptr.reinterpret
(long newSize) Assume theXrNegotiateApiLayerRequest.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrNegotiateApiLayerRequest.Ptr
that uses the same backing storage as thisXrNegotiateApiLayerRequest.Ptr
, but with the new size.@NotNull XrNegotiateLoaderInfo.Ptr
XrNegotiateLoaderInfo.Ptr.reinterpret
(long newSize) Assume theXrNegotiateLoaderInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrNegotiateLoaderInfo.Ptr
that uses the same backing storage as thisXrNegotiateLoaderInfo.Ptr
, but with the new size.@NotNull XrNegotiateRuntimeRequest.Ptr
XrNegotiateRuntimeRequest.Ptr.reinterpret
(long newSize) Assume theXrNegotiateRuntimeRequest.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrNegotiateRuntimeRequest.Ptr
that uses the same backing storage as thisXrNegotiateRuntimeRequest.Ptr
, but with the new size.@NotNull XrNewSceneComputeInfoMSFT.Ptr
XrNewSceneComputeInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrNewSceneComputeInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrNewSceneComputeInfoMSFT.Ptr
that uses the same backing storage as thisXrNewSceneComputeInfoMSFT.Ptr
, but with the new size.@NotNull XrOffset2Df.Ptr
XrOffset2Df.Ptr.reinterpret
(long newSize) Assume theXrOffset2Df.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrOffset2Df.Ptr
that uses the same backing storage as thisXrOffset2Df.Ptr
, but with the new size.@NotNull XrOffset2Di.Ptr
XrOffset2Di.Ptr.reinterpret
(long newSize) Assume theXrOffset2Di.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrOffset2Di.Ptr
that uses the same backing storage as thisXrOffset2Di.Ptr
, but with the new size.@NotNull XrOffset3DfFB.Ptr
XrOffset3DfFB.Ptr.reinterpret
(long newSize) Assume theXrOffset3DfFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrOffset3DfFB.Ptr
that uses the same backing storage as thisXrOffset3DfFB.Ptr
, but with the new size.XrPassthroughBrightnessContrastSaturationFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughBrightnessContrastSaturationFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughBrightnessContrastSaturationFB.Ptr
that uses the same backing storage as thisXrPassthroughBrightnessContrastSaturationFB.Ptr
, but with the new size.@NotNull XrPassthroughColorHTC.Ptr
XrPassthroughColorHTC.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughColorHTC.Ptr
that uses the same backing storage as thisXrPassthroughColorHTC.Ptr
, but with the new size.XrPassthroughColorLutCreateInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorLutCreateInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughColorLutCreateInfoMETA.Ptr
that uses the same backing storage as thisXrPassthroughColorLutCreateInfoMETA.Ptr
, but with the new size.@NotNull XrPassthroughColorLutDataMETA.Ptr
XrPassthroughColorLutDataMETA.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorLutDataMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughColorLutDataMETA.Ptr
that uses the same backing storage as thisXrPassthroughColorLutDataMETA.Ptr
, but with the new size.XrPassthroughColorLutUpdateInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorLutUpdateInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughColorLutUpdateInfoMETA.Ptr
that uses the same backing storage as thisXrPassthroughColorLutUpdateInfoMETA.Ptr
, but with the new size.XrPassthroughColorMapInterpolatedLutMETA.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorMapInterpolatedLutMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughColorMapInterpolatedLutMETA.Ptr
that uses the same backing storage as thisXrPassthroughColorMapInterpolatedLutMETA.Ptr
, but with the new size.@NotNull XrPassthroughColorMapLutMETA.Ptr
XrPassthroughColorMapLutMETA.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorMapLutMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughColorMapLutMETA.Ptr
that uses the same backing storage as thisXrPassthroughColorMapLutMETA.Ptr
, but with the new size.XrPassthroughColorMapMonoToMonoFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorMapMonoToMonoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughColorMapMonoToMonoFB.Ptr
that uses the same backing storage as thisXrPassthroughColorMapMonoToMonoFB.Ptr
, but with the new size.XrPassthroughColorMapMonoToRgbaFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorMapMonoToRgbaFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughColorMapMonoToRgbaFB.Ptr
that uses the same backing storage as thisXrPassthroughColorMapMonoToRgbaFB.Ptr
, but with the new size.@NotNull XrPassthroughCreateInfoFB.Ptr
XrPassthroughCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughCreateInfoFB.Ptr
that uses the same backing storage as thisXrPassthroughCreateInfoFB.Ptr
, but with the new size.@NotNull XrPassthroughCreateInfoHTC.Ptr
XrPassthroughCreateInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrPassthroughCreateInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughCreateInfoHTC.Ptr
that uses the same backing storage as thisXrPassthroughCreateInfoHTC.Ptr
, but with the new size.XrPassthroughKeyboardHandsIntensityFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughKeyboardHandsIntensityFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughKeyboardHandsIntensityFB.Ptr
that uses the same backing storage as thisXrPassthroughKeyboardHandsIntensityFB.Ptr
, but with the new size.@NotNull XrPassthroughLayerCreateInfoFB.Ptr
XrPassthroughLayerCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughLayerCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughLayerCreateInfoFB.Ptr
that uses the same backing storage as thisXrPassthroughLayerCreateInfoFB.Ptr
, but with the new size.XrPassthroughMeshTransformInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrPassthroughMeshTransformInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughMeshTransformInfoHTC.Ptr
that uses the same backing storage as thisXrPassthroughMeshTransformInfoHTC.Ptr
, but with the new size.@NotNull XrPassthroughPreferencesMETA.Ptr
XrPassthroughPreferencesMETA.Ptr.reinterpret
(long newSize) Assume theXrPassthroughPreferencesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughPreferencesMETA.Ptr
that uses the same backing storage as thisXrPassthroughPreferencesMETA.Ptr
, but with the new size.@NotNull XrPassthroughStyleFB.Ptr
XrPassthroughStyleFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughStyleFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPassthroughStyleFB.Ptr
that uses the same backing storage as thisXrPassthroughStyleFB.Ptr
, but with the new size.@NotNull XrPerformanceMetricsCounterMETA.Ptr
XrPerformanceMetricsCounterMETA.Ptr.reinterpret
(long newSize) Assume theXrPerformanceMetricsCounterMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPerformanceMetricsCounterMETA.Ptr
that uses the same backing storage as thisXrPerformanceMetricsCounterMETA.Ptr
, but with the new size.@NotNull XrPerformanceMetricsStateMETA.Ptr
XrPerformanceMetricsStateMETA.Ptr.reinterpret
(long newSize) Assume theXrPerformanceMetricsStateMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPerformanceMetricsStateMETA.Ptr
that uses the same backing storage as thisXrPerformanceMetricsStateMETA.Ptr
, but with the new size.XrPersistSpatialEntityCompletionEXT.Ptr.reinterpret
(long newSize) Assume theXrPersistSpatialEntityCompletionEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPersistSpatialEntityCompletionEXT.Ptr
that uses the same backing storage as thisXrPersistSpatialEntityCompletionEXT.Ptr
, but with the new size.@NotNull XrPlaneDetectorBeginInfoEXT.Ptr
XrPlaneDetectorBeginInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorBeginInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPlaneDetectorBeginInfoEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorBeginInfoEXT.Ptr
, but with the new size.@NotNull XrPlaneDetectorCreateInfoEXT.Ptr
XrPlaneDetectorCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPlaneDetectorCreateInfoEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorCreateInfoEXT.Ptr
, but with the new size.@NotNull XrPlaneDetectorGetInfoEXT.Ptr
XrPlaneDetectorGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPlaneDetectorGetInfoEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorGetInfoEXT.Ptr
, but with the new size.@NotNull XrPlaneDetectorLocationEXT.Ptr
XrPlaneDetectorLocationEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorLocationEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPlaneDetectorLocationEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorLocationEXT.Ptr
, but with the new size.@NotNull XrPlaneDetectorLocationsEXT.Ptr
XrPlaneDetectorLocationsEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorLocationsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPlaneDetectorLocationsEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorLocationsEXT.Ptr
, but with the new size.@NotNull XrPlaneDetectorPolygonBufferEXT.Ptr
XrPlaneDetectorPolygonBufferEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorPolygonBufferEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPlaneDetectorPolygonBufferEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorPolygonBufferEXT.Ptr
, but with the new size.@NotNull XrPosef.Ptr
XrPosef.Ptr.reinterpret
(long newSize) Assume theXrPosef.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPosef.Ptr
that uses the same backing storage as thisXrPosef.Ptr
, but with the new size.@NotNull XrQuaternionf.Ptr
XrQuaternionf.Ptr.reinterpret
(long newSize) Assume theXrQuaternionf.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrQuaternionf.Ptr
that uses the same backing storage as thisXrQuaternionf.Ptr
, but with the new size.@NotNull XrQueriedSenseDataBD.Ptr
XrQueriedSenseDataBD.Ptr.reinterpret
(long newSize) Assume theXrQueriedSenseDataBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrQueriedSenseDataBD.Ptr
that uses the same backing storage as thisXrQueriedSenseDataBD.Ptr
, but with the new size.@NotNull XrQueriedSenseDataGetInfoBD.Ptr
XrQueriedSenseDataGetInfoBD.Ptr.reinterpret
(long newSize) Assume theXrQueriedSenseDataGetInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrQueriedSenseDataGetInfoBD.Ptr
that uses the same backing storage as thisXrQueriedSenseDataGetInfoBD.Ptr
, but with the new size.XrRecommendedLayerResolutionGetInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrRecommendedLayerResolutionGetInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRecommendedLayerResolutionGetInfoMETA.Ptr
that uses the same backing storage as thisXrRecommendedLayerResolutionGetInfoMETA.Ptr
, but with the new size.@NotNull XrRecommendedLayerResolutionMETA.Ptr
XrRecommendedLayerResolutionMETA.Ptr.reinterpret
(long newSize) Assume theXrRecommendedLayerResolutionMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRecommendedLayerResolutionMETA.Ptr
that uses the same backing storage as thisXrRecommendedLayerResolutionMETA.Ptr
, but with the new size.@NotNull XrRect2Df.Ptr
XrRect2Df.Ptr.reinterpret
(long newSize) Assume theXrRect2Df.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRect2Df.Ptr
that uses the same backing storage as thisXrRect2Df.Ptr
, but with the new size.@NotNull XrRect2Di.Ptr
XrRect2Di.Ptr.reinterpret
(long newSize) Assume theXrRect2Di.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRect2Di.Ptr
that uses the same backing storage as thisXrRect2Di.Ptr
, but with the new size.@NotNull XrRect3DfFB.Ptr
XrRect3DfFB.Ptr.reinterpret
(long newSize) Assume theXrRect3DfFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRect3DfFB.Ptr
that uses the same backing storage as thisXrRect3DfFB.Ptr
, but with the new size.@NotNull XrReferenceSpaceCreateInfo.Ptr
XrReferenceSpaceCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrReferenceSpaceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrReferenceSpaceCreateInfo.Ptr
that uses the same backing storage as thisXrReferenceSpaceCreateInfo.Ptr
, but with the new size.@NotNull XrRenderModelAssetCreateInfoEXT.Ptr
XrRenderModelAssetCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelAssetCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelAssetCreateInfoEXT.Ptr
that uses the same backing storage as thisXrRenderModelAssetCreateInfoEXT.Ptr
, but with the new size.@NotNull XrRenderModelAssetDataEXT.Ptr
XrRenderModelAssetDataEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelAssetDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelAssetDataEXT.Ptr
that uses the same backing storage as thisXrRenderModelAssetDataEXT.Ptr
, but with the new size.@NotNull XrRenderModelAssetDataGetInfoEXT.Ptr
XrRenderModelAssetDataGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelAssetDataGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelAssetDataGetInfoEXT.Ptr
that uses the same backing storage as thisXrRenderModelAssetDataGetInfoEXT.Ptr
, but with the new size.XrRenderModelAssetNodePropertiesEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelAssetNodePropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelAssetNodePropertiesEXT.Ptr
that uses the same backing storage as thisXrRenderModelAssetNodePropertiesEXT.Ptr
, but with the new size.@NotNull XrRenderModelAssetPropertiesEXT.Ptr
XrRenderModelAssetPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelAssetPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelAssetPropertiesEXT.Ptr
that uses the same backing storage as thisXrRenderModelAssetPropertiesEXT.Ptr
, but with the new size.XrRenderModelAssetPropertiesGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelAssetPropertiesGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelAssetPropertiesGetInfoEXT.Ptr
that uses the same backing storage as thisXrRenderModelAssetPropertiesGetInfoEXT.Ptr
, but with the new size.@NotNull XrRenderModelBufferFB.Ptr
XrRenderModelBufferFB.Ptr.reinterpret
(long newSize) Assume theXrRenderModelBufferFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelBufferFB.Ptr
that uses the same backing storage as thisXrRenderModelBufferFB.Ptr
, but with the new size.XrRenderModelCapabilitiesRequestFB.Ptr.reinterpret
(long newSize) Assume theXrRenderModelCapabilitiesRequestFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelCapabilitiesRequestFB.Ptr
that uses the same backing storage as thisXrRenderModelCapabilitiesRequestFB.Ptr
, but with the new size.@NotNull XrRenderModelCreateInfoEXT.Ptr
XrRenderModelCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelCreateInfoEXT.Ptr
that uses the same backing storage as thisXrRenderModelCreateInfoEXT.Ptr
, but with the new size.@NotNull XrRenderModelLoadInfoFB.Ptr
XrRenderModelLoadInfoFB.Ptr.reinterpret
(long newSize) Assume theXrRenderModelLoadInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelLoadInfoFB.Ptr
that uses the same backing storage as thisXrRenderModelLoadInfoFB.Ptr
, but with the new size.@NotNull XrRenderModelNodeStateEXT.Ptr
XrRenderModelNodeStateEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelNodeStateEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelNodeStateEXT.Ptr
that uses the same backing storage as thisXrRenderModelNodeStateEXT.Ptr
, but with the new size.@NotNull XrRenderModelPathInfoFB.Ptr
XrRenderModelPathInfoFB.Ptr.reinterpret
(long newSize) Assume theXrRenderModelPathInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelPathInfoFB.Ptr
that uses the same backing storage as thisXrRenderModelPathInfoFB.Ptr
, but with the new size.@NotNull XrRenderModelPropertiesEXT.Ptr
XrRenderModelPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelPropertiesEXT.Ptr
that uses the same backing storage as thisXrRenderModelPropertiesEXT.Ptr
, but with the new size.@NotNull XrRenderModelPropertiesFB.Ptr
XrRenderModelPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrRenderModelPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelPropertiesFB.Ptr
that uses the same backing storage as thisXrRenderModelPropertiesFB.Ptr
, but with the new size.XrRenderModelPropertiesGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelPropertiesGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelPropertiesGetInfoEXT.Ptr
that uses the same backing storage as thisXrRenderModelPropertiesGetInfoEXT.Ptr
, but with the new size.@NotNull XrRenderModelSpaceCreateInfoEXT.Ptr
XrRenderModelSpaceCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelSpaceCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelSpaceCreateInfoEXT.Ptr
that uses the same backing storage as thisXrRenderModelSpaceCreateInfoEXT.Ptr
, but with the new size.@NotNull XrRenderModelStateEXT.Ptr
XrRenderModelStateEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelStateEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelStateEXT.Ptr
that uses the same backing storage as thisXrRenderModelStateEXT.Ptr
, but with the new size.@NotNull XrRenderModelStateGetInfoEXT.Ptr
XrRenderModelStateGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelStateGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelStateGetInfoEXT.Ptr
that uses the same backing storage as thisXrRenderModelStateGetInfoEXT.Ptr
, but with the new size.@NotNull XrRoomLayoutFB.Ptr
XrRoomLayoutFB.Ptr.reinterpret
(long newSize) Assume theXrRoomLayoutFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRoomLayoutFB.Ptr
that uses the same backing storage as thisXrRoomLayoutFB.Ptr
, but with the new size.@NotNull XrSceneBoundsMSFT.Ptr
XrSceneBoundsMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneBoundsMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneBoundsMSFT.Ptr
that uses the same backing storage as thisXrSceneBoundsMSFT.Ptr
, but with the new size.@NotNull XrSceneCaptureInfoBD.Ptr
XrSceneCaptureInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSceneCaptureInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneCaptureInfoBD.Ptr
that uses the same backing storage as thisXrSceneCaptureInfoBD.Ptr
, but with the new size.@NotNull XrSceneCaptureRequestInfoFB.Ptr
XrSceneCaptureRequestInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSceneCaptureRequestInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneCaptureRequestInfoFB.Ptr
that uses the same backing storage as thisXrSceneCaptureRequestInfoFB.Ptr
, but with the new size.@NotNull XrSceneComponentLocationMSFT.Ptr
XrSceneComponentLocationMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneComponentLocationMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneComponentLocationMSFT.Ptr
that uses the same backing storage as thisXrSceneComponentLocationMSFT.Ptr
, but with the new size.@NotNull XrSceneComponentLocationsMSFT.Ptr
XrSceneComponentLocationsMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneComponentLocationsMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneComponentLocationsMSFT.Ptr
that uses the same backing storage as thisXrSceneComponentLocationsMSFT.Ptr
, but with the new size.@NotNull XrSceneComponentMSFT.Ptr
XrSceneComponentMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneComponentMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneComponentMSFT.Ptr
that uses the same backing storage as thisXrSceneComponentMSFT.Ptr
, but with the new size.XrSceneComponentParentFilterInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneComponentParentFilterInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneComponentParentFilterInfoMSFT.Ptr
that uses the same backing storage as thisXrSceneComponentParentFilterInfoMSFT.Ptr
, but with the new size.@NotNull XrSceneComponentsGetInfoMSFT.Ptr
XrSceneComponentsGetInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneComponentsGetInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneComponentsGetInfoMSFT.Ptr
that uses the same backing storage as thisXrSceneComponentsGetInfoMSFT.Ptr
, but with the new size.@NotNull XrSceneComponentsLocateInfoMSFT.Ptr
XrSceneComponentsLocateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneComponentsLocateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneComponentsLocateInfoMSFT.Ptr
that uses the same backing storage as thisXrSceneComponentsLocateInfoMSFT.Ptr
, but with the new size.@NotNull XrSceneComponentsMSFT.Ptr
XrSceneComponentsMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneComponentsMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneComponentsMSFT.Ptr
that uses the same backing storage as thisXrSceneComponentsMSFT.Ptr
, but with the new size.@NotNull XrSceneCreateInfoMSFT.Ptr
XrSceneCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrSceneCreateInfoMSFT.Ptr
, but with the new size.@NotNull XrSceneDeserializeInfoMSFT.Ptr
XrSceneDeserializeInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneDeserializeInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneDeserializeInfoMSFT.Ptr
that uses the same backing storage as thisXrSceneDeserializeInfoMSFT.Ptr
, but with the new size.@NotNull XrSceneFrustumBoundMSFT.Ptr
XrSceneFrustumBoundMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneFrustumBoundMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneFrustumBoundMSFT.Ptr
that uses the same backing storage as thisXrSceneFrustumBoundMSFT.Ptr
, but with the new size.@NotNull XrSceneMarkerMSFT.Ptr
XrSceneMarkerMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMarkerMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMarkerMSFT.Ptr
that uses the same backing storage as thisXrSceneMarkerMSFT.Ptr
, but with the new size.@NotNull XrSceneMarkerQRCodeMSFT.Ptr
XrSceneMarkerQRCodeMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMarkerQRCodeMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMarkerQRCodeMSFT.Ptr
that uses the same backing storage as thisXrSceneMarkerQRCodeMSFT.Ptr
, but with the new size.@NotNull XrSceneMarkerQRCodesMSFT.Ptr
XrSceneMarkerQRCodesMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMarkerQRCodesMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMarkerQRCodesMSFT.Ptr
that uses the same backing storage as thisXrSceneMarkerQRCodesMSFT.Ptr
, but with the new size.@NotNull XrSceneMarkersMSFT.Ptr
XrSceneMarkersMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMarkersMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMarkersMSFT.Ptr
that uses the same backing storage as thisXrSceneMarkersMSFT.Ptr
, but with the new size.@NotNull XrSceneMarkerTypeFilterMSFT.Ptr
XrSceneMarkerTypeFilterMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMarkerTypeFilterMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMarkerTypeFilterMSFT.Ptr
that uses the same backing storage as thisXrSceneMarkerTypeFilterMSFT.Ptr
, but with the new size.@NotNull XrSceneMeshBuffersGetInfoMSFT.Ptr
XrSceneMeshBuffersGetInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMeshBuffersGetInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMeshBuffersGetInfoMSFT.Ptr
that uses the same backing storage as thisXrSceneMeshBuffersGetInfoMSFT.Ptr
, but with the new size.@NotNull XrSceneMeshBuffersMSFT.Ptr
XrSceneMeshBuffersMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMeshBuffersMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMeshBuffersMSFT.Ptr
that uses the same backing storage as thisXrSceneMeshBuffersMSFT.Ptr
, but with the new size.@NotNull XrSceneMeshesMSFT.Ptr
XrSceneMeshesMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMeshesMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMeshesMSFT.Ptr
that uses the same backing storage as thisXrSceneMeshesMSFT.Ptr
, but with the new size.@NotNull XrSceneMeshIndicesUint16MSFT.Ptr
XrSceneMeshIndicesUint16MSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMeshIndicesUint16MSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMeshIndicesUint16MSFT.Ptr
that uses the same backing storage as thisXrSceneMeshIndicesUint16MSFT.Ptr
, but with the new size.@NotNull XrSceneMeshIndicesUint32MSFT.Ptr
XrSceneMeshIndicesUint32MSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMeshIndicesUint32MSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMeshIndicesUint32MSFT.Ptr
that uses the same backing storage as thisXrSceneMeshIndicesUint32MSFT.Ptr
, but with the new size.@NotNull XrSceneMeshMSFT.Ptr
XrSceneMeshMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMeshMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMeshMSFT.Ptr
that uses the same backing storage as thisXrSceneMeshMSFT.Ptr
, but with the new size.@NotNull XrSceneMeshVertexBufferMSFT.Ptr
XrSceneMeshVertexBufferMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMeshVertexBufferMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneMeshVertexBufferMSFT.Ptr
that uses the same backing storage as thisXrSceneMeshVertexBufferMSFT.Ptr
, but with the new size.@NotNull XrSceneObjectMSFT.Ptr
XrSceneObjectMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneObjectMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneObjectMSFT.Ptr
that uses the same backing storage as thisXrSceneObjectMSFT.Ptr
, but with the new size.@NotNull XrSceneObjectsMSFT.Ptr
XrSceneObjectsMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneObjectsMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneObjectsMSFT.Ptr
that uses the same backing storage as thisXrSceneObjectsMSFT.Ptr
, but with the new size.@NotNull XrSceneObjectTypesFilterInfoMSFT.Ptr
XrSceneObjectTypesFilterInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneObjectTypesFilterInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneObjectTypesFilterInfoMSFT.Ptr
that uses the same backing storage as thisXrSceneObjectTypesFilterInfoMSFT.Ptr
, but with the new size.@NotNull XrSceneObserverCreateInfoMSFT.Ptr
XrSceneObserverCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneObserverCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneObserverCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrSceneObserverCreateInfoMSFT.Ptr
, but with the new size.@NotNull XrSceneOrientedBoxBoundMSFT.Ptr
XrSceneOrientedBoxBoundMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneOrientedBoxBoundMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneOrientedBoxBoundMSFT.Ptr
that uses the same backing storage as thisXrSceneOrientedBoxBoundMSFT.Ptr
, but with the new size.XrScenePlaneAlignmentFilterInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrScenePlaneAlignmentFilterInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrScenePlaneAlignmentFilterInfoMSFT.Ptr
that uses the same backing storage as thisXrScenePlaneAlignmentFilterInfoMSFT.Ptr
, but with the new size.@NotNull XrScenePlaneMSFT.Ptr
XrScenePlaneMSFT.Ptr.reinterpret
(long newSize) Assume theXrScenePlaneMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrScenePlaneMSFT.Ptr
that uses the same backing storage as thisXrScenePlaneMSFT.Ptr
, but with the new size.@NotNull XrScenePlanesMSFT.Ptr
XrScenePlanesMSFT.Ptr.reinterpret
(long newSize) Assume theXrScenePlanesMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrScenePlanesMSFT.Ptr
that uses the same backing storage as thisXrScenePlanesMSFT.Ptr
, but with the new size.@NotNull XrSceneSphereBoundMSFT.Ptr
XrSceneSphereBoundMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneSphereBoundMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSceneSphereBoundMSFT.Ptr
that uses the same backing storage as thisXrSceneSphereBoundMSFT.Ptr
, but with the new size.XrSecondaryViewConfigurationFrameEndInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSecondaryViewConfigurationFrameEndInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSecondaryViewConfigurationFrameEndInfoMSFT.Ptr
that uses the same backing storage as thisXrSecondaryViewConfigurationFrameEndInfoMSFT.Ptr
, but with the new size.XrSecondaryViewConfigurationFrameStateMSFT.Ptr.reinterpret
(long newSize) Assume theXrSecondaryViewConfigurationFrameStateMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSecondaryViewConfigurationFrameStateMSFT.Ptr
that uses the same backing storage as thisXrSecondaryViewConfigurationFrameStateMSFT.Ptr
, but with the new size.XrSecondaryViewConfigurationLayerInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSecondaryViewConfigurationLayerInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSecondaryViewConfigurationLayerInfoMSFT.Ptr
that uses the same backing storage as thisXrSecondaryViewConfigurationLayerInfoMSFT.Ptr
, but with the new size.XrSecondaryViewConfigurationSessionBeginInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSecondaryViewConfigurationSessionBeginInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSecondaryViewConfigurationSessionBeginInfoMSFT.Ptr
that uses the same backing storage as thisXrSecondaryViewConfigurationSessionBeginInfoMSFT.Ptr
, but with the new size.XrSecondaryViewConfigurationStateMSFT.Ptr.reinterpret
(long newSize) Assume theXrSecondaryViewConfigurationStateMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSecondaryViewConfigurationStateMSFT.Ptr
that uses the same backing storage as thisXrSecondaryViewConfigurationStateMSFT.Ptr
, but with the new size.XrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrSecondaryViewConfigurationSwapchainCreateInfoMSFT.Ptr
, but with the new size.@NotNull XrSemanticLabelsFB.Ptr
XrSemanticLabelsFB.Ptr.reinterpret
(long newSize) Assume theXrSemanticLabelsFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSemanticLabelsFB.Ptr
that uses the same backing storage as thisXrSemanticLabelsFB.Ptr
, but with the new size.@NotNull XrSemanticLabelsSupportInfoFB.Ptr
XrSemanticLabelsSupportInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSemanticLabelsSupportInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSemanticLabelsSupportInfoFB.Ptr
that uses the same backing storage as thisXrSemanticLabelsSupportInfoFB.Ptr
, but with the new size.XrSenseDataFilterPlaneOrientationBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataFilterPlaneOrientationBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSenseDataFilterPlaneOrientationBD.Ptr
that uses the same backing storage as thisXrSenseDataFilterPlaneOrientationBD.Ptr
, but with the new size.@NotNull XrSenseDataFilterSemanticBD.Ptr
XrSenseDataFilterSemanticBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataFilterSemanticBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSenseDataFilterSemanticBD.Ptr
that uses the same backing storage as thisXrSenseDataFilterSemanticBD.Ptr
, but with the new size.@NotNull XrSenseDataFilterUuidBD.Ptr
XrSenseDataFilterUuidBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataFilterUuidBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSenseDataFilterUuidBD.Ptr
that uses the same backing storage as thisXrSenseDataFilterUuidBD.Ptr
, but with the new size.@NotNull XrSenseDataProviderCreateInfoBD.Ptr
XrSenseDataProviderCreateInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataProviderCreateInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSenseDataProviderCreateInfoBD.Ptr
that uses the same backing storage as thisXrSenseDataProviderCreateInfoBD.Ptr
, but with the new size.XrSenseDataProviderCreateInfoSpatialMeshBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataProviderCreateInfoSpatialMeshBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSenseDataProviderCreateInfoSpatialMeshBD.Ptr
that uses the same backing storage as thisXrSenseDataProviderCreateInfoSpatialMeshBD.Ptr
, but with the new size.@NotNull XrSenseDataProviderStartInfoBD.Ptr
XrSenseDataProviderStartInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataProviderStartInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSenseDataProviderStartInfoBD.Ptr
that uses the same backing storage as thisXrSenseDataProviderStartInfoBD.Ptr
, but with the new size.@NotNull XrSenseDataQueryCompletionBD.Ptr
XrSenseDataQueryCompletionBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataQueryCompletionBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSenseDataQueryCompletionBD.Ptr
that uses the same backing storage as thisXrSenseDataQueryCompletionBD.Ptr
, but with the new size.@NotNull XrSenseDataQueryInfoBD.Ptr
XrSenseDataQueryInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataQueryInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSenseDataQueryInfoBD.Ptr
that uses the same backing storage as thisXrSenseDataQueryInfoBD.Ptr
, but with the new size.XrSerializedSceneFragmentDataGetInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSerializedSceneFragmentDataGetInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSerializedSceneFragmentDataGetInfoMSFT.Ptr
that uses the same backing storage as thisXrSerializedSceneFragmentDataGetInfoMSFT.Ptr
, but with the new size.@NotNull XrSessionActionSetsAttachInfo.Ptr
XrSessionActionSetsAttachInfo.Ptr.reinterpret
(long newSize) Assume theXrSessionActionSetsAttachInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSessionActionSetsAttachInfo.Ptr
that uses the same backing storage as thisXrSessionActionSetsAttachInfo.Ptr
, but with the new size.@NotNull XrSessionBeginInfo.Ptr
XrSessionBeginInfo.Ptr.reinterpret
(long newSize) Assume theXrSessionBeginInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSessionBeginInfo.Ptr
that uses the same backing storage as thisXrSessionBeginInfo.Ptr
, but with the new size.@NotNull XrSessionCreateInfo.Ptr
XrSessionCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrSessionCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSessionCreateInfo.Ptr
that uses the same backing storage as thisXrSessionCreateInfo.Ptr
, but with the new size.@NotNull XrSessionCreateInfoOverlayEXTX.Ptr
XrSessionCreateInfoOverlayEXTX.Ptr.reinterpret
(long newSize) Assume theXrSessionCreateInfoOverlayEXTX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSessionCreateInfoOverlayEXTX.Ptr
that uses the same backing storage as thisXrSessionCreateInfoOverlayEXTX.Ptr
, but with the new size.XrSharedSpatialAnchorDownloadInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSharedSpatialAnchorDownloadInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSharedSpatialAnchorDownloadInfoBD.Ptr
that uses the same backing storage as thisXrSharedSpatialAnchorDownloadInfoBD.Ptr
, but with the new size.@NotNull XrShareSpacesInfoMETA.Ptr
XrShareSpacesInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrShareSpacesInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrShareSpacesInfoMETA.Ptr
that uses the same backing storage as thisXrShareSpacesInfoMETA.Ptr
, but with the new size.XrShareSpacesRecipientBaseHeaderMETA.Ptr.reinterpret
(long newSize) Assume theXrShareSpacesRecipientBaseHeaderMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrShareSpacesRecipientBaseHeaderMETA.Ptr
that uses the same backing storage as thisXrShareSpacesRecipientBaseHeaderMETA.Ptr
, but with the new size.@NotNull XrShareSpacesRecipientGroupsMETA.Ptr
XrShareSpacesRecipientGroupsMETA.Ptr.reinterpret
(long newSize) Assume theXrShareSpacesRecipientGroupsMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrShareSpacesRecipientGroupsMETA.Ptr
that uses the same backing storage as thisXrShareSpacesRecipientGroupsMETA.Ptr
, but with the new size.XrSimultaneousHandsAndControllersTrackingPauseInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrSimultaneousHandsAndControllersTrackingPauseInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSimultaneousHandsAndControllersTrackingPauseInfoMETA.Ptr
that uses the same backing storage as thisXrSimultaneousHandsAndControllersTrackingPauseInfoMETA.Ptr
, but with the new size.XrSimultaneousHandsAndControllersTrackingResumeInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrSimultaneousHandsAndControllersTrackingResumeInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSimultaneousHandsAndControllersTrackingResumeInfoMETA.Ptr
that uses the same backing storage as thisXrSimultaneousHandsAndControllersTrackingResumeInfoMETA.Ptr
, but with the new size.@NotNull XrSpaceComponentFilterInfoFB.Ptr
XrSpaceComponentFilterInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceComponentFilterInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceComponentFilterInfoFB.Ptr
that uses the same backing storage as thisXrSpaceComponentFilterInfoFB.Ptr
, but with the new size.@NotNull XrSpaceComponentStatusFB.Ptr
XrSpaceComponentStatusFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceComponentStatusFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceComponentStatusFB.Ptr
that uses the same backing storage as thisXrSpaceComponentStatusFB.Ptr
, but with the new size.@NotNull XrSpaceComponentStatusSetInfoFB.Ptr
XrSpaceComponentStatusSetInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceComponentStatusSetInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceComponentStatusSetInfoFB.Ptr
that uses the same backing storage as thisXrSpaceComponentStatusSetInfoFB.Ptr
, but with the new size.@NotNull XrSpaceContainerFB.Ptr
XrSpaceContainerFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceContainerFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceContainerFB.Ptr
that uses the same backing storage as thisXrSpaceContainerFB.Ptr
, but with the new size.@NotNull XrSpaceEraseInfoFB.Ptr
XrSpaceEraseInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceEraseInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceEraseInfoFB.Ptr
that uses the same backing storage as thisXrSpaceEraseInfoFB.Ptr
, but with the new size.@NotNull XrSpaceFilterInfoBaseHeaderFB.Ptr
XrSpaceFilterInfoBaseHeaderFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceFilterInfoBaseHeaderFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceFilterInfoBaseHeaderFB.Ptr
that uses the same backing storage as thisXrSpaceFilterInfoBaseHeaderFB.Ptr
, but with the new size.@NotNull XrSpaceGroupUuidFilterInfoMETA.Ptr
XrSpaceGroupUuidFilterInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrSpaceGroupUuidFilterInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceGroupUuidFilterInfoMETA.Ptr
that uses the same backing storage as thisXrSpaceGroupUuidFilterInfoMETA.Ptr
, but with the new size.@NotNull XrSpaceListSaveInfoFB.Ptr
XrSpaceListSaveInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceListSaveInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceListSaveInfoFB.Ptr
that uses the same backing storage as thisXrSpaceListSaveInfoFB.Ptr
, but with the new size.@NotNull XrSpaceLocation.Ptr
XrSpaceLocation.Ptr.reinterpret
(long newSize) Assume theXrSpaceLocation.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceLocation.Ptr
that uses the same backing storage as thisXrSpaceLocation.Ptr
, but with the new size.@NotNull XrSpaceLocationData.Ptr
XrSpaceLocationData.Ptr.reinterpret
(long newSize) Assume theXrSpaceLocationData.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceLocationData.Ptr
that uses the same backing storage as thisXrSpaceLocationData.Ptr
, but with the new size.@NotNull XrSpaceLocationDataKHR.Ptr
XrSpaceLocationDataKHR.Ptr.reinterpret
(long newSize) Assume theXrSpaceLocationDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceLocationDataKHR.Ptr
that uses the same backing storage as thisXrSpaceLocationDataKHR.Ptr
, but with the new size.@NotNull XrSpaceLocations.Ptr
XrSpaceLocations.Ptr.reinterpret
(long newSize) Assume theXrSpaceLocations.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceLocations.Ptr
that uses the same backing storage as thisXrSpaceLocations.Ptr
, but with the new size.@NotNull XrSpaceLocationsKHR.Ptr
XrSpaceLocationsKHR.Ptr.reinterpret
(long newSize) Assume theXrSpaceLocationsKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceLocationsKHR.Ptr
that uses the same backing storage as thisXrSpaceLocationsKHR.Ptr
, but with the new size.@NotNull XrSpaceQueryInfoBaseHeaderFB.Ptr
XrSpaceQueryInfoBaseHeaderFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceQueryInfoBaseHeaderFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceQueryInfoBaseHeaderFB.Ptr
that uses the same backing storage as thisXrSpaceQueryInfoBaseHeaderFB.Ptr
, but with the new size.@NotNull XrSpaceQueryInfoFB.Ptr
XrSpaceQueryInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceQueryInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceQueryInfoFB.Ptr
that uses the same backing storage as thisXrSpaceQueryInfoFB.Ptr
, but with the new size.@NotNull XrSpaceQueryResultFB.Ptr
XrSpaceQueryResultFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceQueryResultFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceQueryResultFB.Ptr
that uses the same backing storage as thisXrSpaceQueryResultFB.Ptr
, but with the new size.@NotNull XrSpaceQueryResultsFB.Ptr
XrSpaceQueryResultsFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceQueryResultsFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceQueryResultsFB.Ptr
that uses the same backing storage as thisXrSpaceQueryResultsFB.Ptr
, but with the new size.@NotNull XrSpaceSaveInfoFB.Ptr
XrSpaceSaveInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceSaveInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceSaveInfoFB.Ptr
that uses the same backing storage as thisXrSpaceSaveInfoFB.Ptr
, but with the new size.@NotNull XrSpaceShareInfoFB.Ptr
XrSpaceShareInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceShareInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceShareInfoFB.Ptr
that uses the same backing storage as thisXrSpaceShareInfoFB.Ptr
, but with the new size.@NotNull XrSpacesLocateInfo.Ptr
XrSpacesLocateInfo.Ptr.reinterpret
(long newSize) Assume theXrSpacesLocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpacesLocateInfo.Ptr
that uses the same backing storage as thisXrSpacesLocateInfo.Ptr
, but with the new size.@NotNull XrSpacesLocateInfoKHR.Ptr
XrSpacesLocateInfoKHR.Ptr.reinterpret
(long newSize) Assume theXrSpacesLocateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpacesLocateInfoKHR.Ptr
that uses the same backing storage as thisXrSpacesLocateInfoKHR.Ptr
, but with the new size.XrSpaceStorageLocationFilterInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceStorageLocationFilterInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceStorageLocationFilterInfoFB.Ptr
that uses the same backing storage as thisXrSpaceStorageLocationFilterInfoFB.Ptr
, but with the new size.@NotNull XrSpaceTriangleMeshGetInfoMETA.Ptr
XrSpaceTriangleMeshGetInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrSpaceTriangleMeshGetInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceTriangleMeshGetInfoMETA.Ptr
that uses the same backing storage as thisXrSpaceTriangleMeshGetInfoMETA.Ptr
, but with the new size.@NotNull XrSpaceTriangleMeshMETA.Ptr
XrSpaceTriangleMeshMETA.Ptr.reinterpret
(long newSize) Assume theXrSpaceTriangleMeshMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceTriangleMeshMETA.Ptr
that uses the same backing storage as thisXrSpaceTriangleMeshMETA.Ptr
, but with the new size.@NotNull XrSpaceUserCreateInfoFB.Ptr
XrSpaceUserCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceUserCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceUserCreateInfoFB.Ptr
that uses the same backing storage as thisXrSpaceUserCreateInfoFB.Ptr
, but with the new size.@NotNull XrSpaceUuidFilterInfoFB.Ptr
XrSpaceUuidFilterInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceUuidFilterInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceUuidFilterInfoFB.Ptr
that uses the same backing storage as thisXrSpaceUuidFilterInfoFB.Ptr
, but with the new size.@NotNull XrSpaceVelocities.Ptr
XrSpaceVelocities.Ptr.reinterpret
(long newSize) Assume theXrSpaceVelocities.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceVelocities.Ptr
that uses the same backing storage as thisXrSpaceVelocities.Ptr
, but with the new size.@NotNull XrSpaceVelocitiesKHR.Ptr
XrSpaceVelocitiesKHR.Ptr.reinterpret
(long newSize) Assume theXrSpaceVelocitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceVelocitiesKHR.Ptr
that uses the same backing storage as thisXrSpaceVelocitiesKHR.Ptr
, but with the new size.@NotNull XrSpaceVelocity.Ptr
XrSpaceVelocity.Ptr.reinterpret
(long newSize) Assume theXrSpaceVelocity.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceVelocity.Ptr
that uses the same backing storage as thisXrSpaceVelocity.Ptr
, but with the new size.@NotNull XrSpaceVelocityData.Ptr
XrSpaceVelocityData.Ptr.reinterpret
(long newSize) Assume theXrSpaceVelocityData.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceVelocityData.Ptr
that uses the same backing storage as thisXrSpaceVelocityData.Ptr
, but with the new size.@NotNull XrSpaceVelocityDataKHR.Ptr
XrSpaceVelocityDataKHR.Ptr.reinterpret
(long newSize) Assume theXrSpaceVelocityDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceVelocityDataKHR.Ptr
that uses the same backing storage as thisXrSpaceVelocityDataKHR.Ptr
, but with the new size.XrSpatialAnchorCompletionResultML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorCompletionResultML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorCompletionResultML.Ptr
that uses the same backing storage as thisXrSpatialAnchorCompletionResultML.Ptr
, but with the new size.XrSpatialAnchorCreateCompletionBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorCreateCompletionBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorCreateCompletionBD.Ptr
that uses the same backing storage as thisXrSpatialAnchorCreateCompletionBD.Ptr
, but with the new size.@NotNull XrSpatialAnchorCreateInfoBD.Ptr
XrSpatialAnchorCreateInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorCreateInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorCreateInfoBD.Ptr
that uses the same backing storage as thisXrSpatialAnchorCreateInfoBD.Ptr
, but with the new size.@NotNull XrSpatialAnchorCreateInfoEXT.Ptr
XrSpatialAnchorCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorCreateInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialAnchorCreateInfoEXT.Ptr
, but with the new size.@NotNull XrSpatialAnchorCreateInfoFB.Ptr
XrSpatialAnchorCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorCreateInfoFB.Ptr
that uses the same backing storage as thisXrSpatialAnchorCreateInfoFB.Ptr
, but with the new size.@NotNull XrSpatialAnchorCreateInfoHTC.Ptr
XrSpatialAnchorCreateInfoHTC.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorCreateInfoHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorCreateInfoHTC.Ptr
that uses the same backing storage as thisXrSpatialAnchorCreateInfoHTC.Ptr
, but with the new size.@NotNull XrSpatialAnchorCreateInfoMSFT.Ptr
XrSpatialAnchorCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrSpatialAnchorCreateInfoMSFT.Ptr
, but with the new size.XrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.Ptr
, but with the new size.@NotNull XrSpatialAnchorNameHTC.Ptr
XrSpatialAnchorNameHTC.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorNameHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorNameHTC.Ptr
that uses the same backing storage as thisXrSpatialAnchorNameHTC.Ptr
, but with the new size.XrSpatialAnchorPersistenceInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorPersistenceInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorPersistenceInfoMSFT.Ptr
that uses the same backing storage as thisXrSpatialAnchorPersistenceInfoMSFT.Ptr
, but with the new size.XrSpatialAnchorPersistenceNameMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorPersistenceNameMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorPersistenceNameMSFT.Ptr
that uses the same backing storage as thisXrSpatialAnchorPersistenceNameMSFT.Ptr
, but with the new size.@NotNull XrSpatialAnchorPersistInfoBD.Ptr
XrSpatialAnchorPersistInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorPersistInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorPersistInfoBD.Ptr
that uses the same backing storage as thisXrSpatialAnchorPersistInfoBD.Ptr
, but with the new size.XrSpatialAnchorsCreateInfoBaseHeaderML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsCreateInfoBaseHeaderML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsCreateInfoBaseHeaderML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsCreateInfoBaseHeaderML.Ptr
, but with the new size.XrSpatialAnchorsCreateInfoFromPoseML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsCreateInfoFromPoseML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsCreateInfoFromPoseML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsCreateInfoFromPoseML.Ptr
, but with the new size.XrSpatialAnchorsCreateInfoFromUuidsML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsCreateInfoFromUuidsML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsCreateInfoFromUuidsML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsCreateInfoFromUuidsML.Ptr
, but with the new size.XrSpatialAnchorsCreateStorageInfoML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsCreateStorageInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsCreateStorageInfoML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsCreateStorageInfoML.Ptr
, but with the new size.XrSpatialAnchorsDeleteCompletionDetailsML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsDeleteCompletionDetailsML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsDeleteCompletionDetailsML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsDeleteCompletionDetailsML.Ptr
, but with the new size.XrSpatialAnchorsDeleteCompletionML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsDeleteCompletionML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsDeleteCompletionML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsDeleteCompletionML.Ptr
, but with the new size.@NotNull XrSpatialAnchorsDeleteInfoML.Ptr
XrSpatialAnchorsDeleteInfoML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsDeleteInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsDeleteInfoML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsDeleteInfoML.Ptr
, but with the new size.@NotNull XrSpatialAnchorShareInfoBD.Ptr
XrSpatialAnchorShareInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorShareInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorShareInfoBD.Ptr
that uses the same backing storage as thisXrSpatialAnchorShareInfoBD.Ptr
, but with the new size.XrSpatialAnchorSpaceCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorSpaceCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorSpaceCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrSpatialAnchorSpaceCreateInfoMSFT.Ptr
, but with the new size.XrSpatialAnchorsPublishCompletionDetailsML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsPublishCompletionDetailsML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsPublishCompletionDetailsML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsPublishCompletionDetailsML.Ptr
, but with the new size.XrSpatialAnchorsPublishCompletionML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsPublishCompletionML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsPublishCompletionML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsPublishCompletionML.Ptr
, but with the new size.@NotNull XrSpatialAnchorsPublishInfoML.Ptr
XrSpatialAnchorsPublishInfoML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsPublishInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsPublishInfoML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsPublishInfoML.Ptr
, but with the new size.XrSpatialAnchorsQueryCompletionML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsQueryCompletionML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsQueryCompletionML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsQueryCompletionML.Ptr
, but with the new size.XrSpatialAnchorsQueryInfoBaseHeaderML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsQueryInfoBaseHeaderML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsQueryInfoBaseHeaderML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsQueryInfoBaseHeaderML.Ptr
, but with the new size.XrSpatialAnchorsQueryInfoRadiusML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsQueryInfoRadiusML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsQueryInfoRadiusML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsQueryInfoRadiusML.Ptr
, but with the new size.@NotNull XrSpatialAnchorStateML.Ptr
XrSpatialAnchorStateML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorStateML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorStateML.Ptr
that uses the same backing storage as thisXrSpatialAnchorStateML.Ptr
, but with the new size.XrSpatialAnchorsUpdateExpirationCompletionDetailsML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsUpdateExpirationCompletionDetailsML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsUpdateExpirationCompletionDetailsML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsUpdateExpirationCompletionDetailsML.Ptr
, but with the new size.XrSpatialAnchorsUpdateExpirationCompletionML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsUpdateExpirationCompletionML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsUpdateExpirationCompletionML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsUpdateExpirationCompletionML.Ptr
, but with the new size.XrSpatialAnchorsUpdateExpirationInfoML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsUpdateExpirationInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsUpdateExpirationInfoML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsUpdateExpirationInfoML.Ptr
, but with the new size.@NotNull XrSpatialAnchorUnpersistInfoBD.Ptr
XrSpatialAnchorUnpersistInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorUnpersistInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorUnpersistInfoBD.Ptr
that uses the same backing storage as thisXrSpatialAnchorUnpersistInfoBD.Ptr
, but with the new size.@NotNull XrSpatialBounded2DDataEXT.Ptr
XrSpatialBounded2DDataEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialBounded2DDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialBounded2DDataEXT.Ptr
that uses the same backing storage as thisXrSpatialBounded2DDataEXT.Ptr
, but with the new size.@NotNull XrSpatialBufferEXT.Ptr
XrSpatialBufferEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialBufferEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialBufferEXT.Ptr
that uses the same backing storage as thisXrSpatialBufferEXT.Ptr
, but with the new size.@NotNull XrSpatialBufferGetInfoEXT.Ptr
XrSpatialBufferGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialBufferGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialBufferGetInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialBufferGetInfoEXT.Ptr
, but with the new size.XrSpatialCapabilityComponentTypesEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialCapabilityComponentTypesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialCapabilityComponentTypesEXT.Ptr
that uses the same backing storage as thisXrSpatialCapabilityComponentTypesEXT.Ptr
, but with the new size.XrSpatialCapabilityConfigurationAnchorEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialCapabilityConfigurationAnchorEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialCapabilityConfigurationAnchorEXT.Ptr
that uses the same backing storage as thisXrSpatialCapabilityConfigurationAnchorEXT.Ptr
, but with the new size.XrSpatialCapabilityConfigurationAprilTagEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialCapabilityConfigurationAprilTagEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialCapabilityConfigurationAprilTagEXT.Ptr
that uses the same backing storage as thisXrSpatialCapabilityConfigurationAprilTagEXT.Ptr
, but with the new size.XrSpatialCapabilityConfigurationArucoMarkerEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialCapabilityConfigurationArucoMarkerEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialCapabilityConfigurationArucoMarkerEXT.Ptr
that uses the same backing storage as thisXrSpatialCapabilityConfigurationArucoMarkerEXT.Ptr
, but with the new size.XrSpatialCapabilityConfigurationBaseHeaderEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialCapabilityConfigurationBaseHeaderEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialCapabilityConfigurationBaseHeaderEXT.Ptr
that uses the same backing storage as thisXrSpatialCapabilityConfigurationBaseHeaderEXT.Ptr
, but with the new size.XrSpatialCapabilityConfigurationMicroQrCodeEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialCapabilityConfigurationMicroQrCodeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialCapabilityConfigurationMicroQrCodeEXT.Ptr
that uses the same backing storage as thisXrSpatialCapabilityConfigurationMicroQrCodeEXT.Ptr
, but with the new size.XrSpatialCapabilityConfigurationPlaneTrackingEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialCapabilityConfigurationPlaneTrackingEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialCapabilityConfigurationPlaneTrackingEXT.Ptr
that uses the same backing storage as thisXrSpatialCapabilityConfigurationPlaneTrackingEXT.Ptr
, but with the new size.XrSpatialCapabilityConfigurationQrCodeEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialCapabilityConfigurationQrCodeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialCapabilityConfigurationQrCodeEXT.Ptr
that uses the same backing storage as thisXrSpatialCapabilityConfigurationQrCodeEXT.Ptr
, but with the new size.@NotNull XrSpatialComponentAnchorListEXT.Ptr
XrSpatialComponentAnchorListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentAnchorListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentAnchorListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentAnchorListEXT.Ptr
, but with the new size.XrSpatialComponentBounded2DListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentBounded2DListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentBounded2DListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentBounded2DListEXT.Ptr
, but with the new size.XrSpatialComponentBounded3DListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentBounded3DListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentBounded3DListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentBounded3DListEXT.Ptr
, but with the new size.XrSpatialComponentDataQueryConditionEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentDataQueryConditionEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentDataQueryConditionEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentDataQueryConditionEXT.Ptr
, but with the new size.XrSpatialComponentDataQueryResultEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentDataQueryResultEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentDataQueryResultEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentDataQueryResultEXT.Ptr
, but with the new size.@NotNull XrSpatialComponentMarkerListEXT.Ptr
XrSpatialComponentMarkerListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentMarkerListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentMarkerListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentMarkerListEXT.Ptr
, but with the new size.@NotNull XrSpatialComponentMesh2DListEXT.Ptr
XrSpatialComponentMesh2DListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentMesh2DListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentMesh2DListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentMesh2DListEXT.Ptr
, but with the new size.@NotNull XrSpatialComponentMesh3DListEXT.Ptr
XrSpatialComponentMesh3DListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentMesh3DListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentMesh3DListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentMesh3DListEXT.Ptr
, but with the new size.@NotNull XrSpatialComponentParentListEXT.Ptr
XrSpatialComponentParentListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentParentListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentParentListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentParentListEXT.Ptr
, but with the new size.XrSpatialComponentPersistenceListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentPersistenceListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentPersistenceListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentPersistenceListEXT.Ptr
, but with the new size.XrSpatialComponentPlaneAlignmentListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentPlaneAlignmentListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentPlaneAlignmentListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentPlaneAlignmentListEXT.Ptr
, but with the new size.XrSpatialComponentPlaneSemanticLabelListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentPlaneSemanticLabelListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentPlaneSemanticLabelListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentPlaneSemanticLabelListEXT.Ptr
, but with the new size.XrSpatialComponentPolygon2DListEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialComponentPolygon2DListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialComponentPolygon2DListEXT.Ptr
that uses the same backing storage as thisXrSpatialComponentPolygon2DListEXT.Ptr
, but with the new size.@NotNull XrSpatialContextCreateInfoEXT.Ptr
XrSpatialContextCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialContextCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialContextCreateInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialContextCreateInfoEXT.Ptr
, but with the new size.XrSpatialContextPersistenceConfigEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialContextPersistenceConfigEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialContextPersistenceConfigEXT.Ptr
that uses the same backing storage as thisXrSpatialContextPersistenceConfigEXT.Ptr
, but with the new size.XrSpatialDiscoveryPersistenceUuidFilterEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialDiscoveryPersistenceUuidFilterEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialDiscoveryPersistenceUuidFilterEXT.Ptr
that uses the same backing storage as thisXrSpatialDiscoveryPersistenceUuidFilterEXT.Ptr
, but with the new size.XrSpatialDiscoverySnapshotCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialDiscoverySnapshotCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialDiscoverySnapshotCreateInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialDiscoverySnapshotCreateInfoEXT.Ptr
, but with the new size.XrSpatialEntityAnchorCreateInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityAnchorCreateInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityAnchorCreateInfoBD.Ptr
that uses the same backing storage as thisXrSpatialEntityAnchorCreateInfoBD.Ptr
, but with the new size.XrSpatialEntityComponentDataBaseHeaderBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataBaseHeaderBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataBaseHeaderBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataBaseHeaderBD.Ptr
, but with the new size.XrSpatialEntityComponentDataBoundingBox2DBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataBoundingBox2DBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataBoundingBox2DBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataBoundingBox2DBD.Ptr
, but with the new size.XrSpatialEntityComponentDataBoundingBox3DBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataBoundingBox3DBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataBoundingBox3DBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataBoundingBox3DBD.Ptr
, but with the new size.XrSpatialEntityComponentDataLocationBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataLocationBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataLocationBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataLocationBD.Ptr
, but with the new size.XrSpatialEntityComponentDataPlaneOrientationBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataPlaneOrientationBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataPlaneOrientationBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataPlaneOrientationBD.Ptr
, but with the new size.XrSpatialEntityComponentDataPolygonBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataPolygonBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataPolygonBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataPolygonBD.Ptr
, but with the new size.XrSpatialEntityComponentDataSemanticBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataSemanticBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataSemanticBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataSemanticBD.Ptr
, but with the new size.XrSpatialEntityComponentDataTriangleMeshBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentDataTriangleMeshBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentDataTriangleMeshBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentDataTriangleMeshBD.Ptr
, but with the new size.XrSpatialEntityComponentGetInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityComponentGetInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityComponentGetInfoBD.Ptr
that uses the same backing storage as thisXrSpatialEntityComponentGetInfoBD.Ptr
, but with the new size.XrSpatialEntityFromIdCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityFromIdCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityFromIdCreateInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialEntityFromIdCreateInfoEXT.Ptr
, but with the new size.@NotNull XrSpatialEntityLocationGetInfoBD.Ptr
XrSpatialEntityLocationGetInfoBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityLocationGetInfoBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityLocationGetInfoBD.Ptr
that uses the same backing storage as thisXrSpatialEntityLocationGetInfoBD.Ptr
, but with the new size.@NotNull XrSpatialEntityPersistInfoEXT.Ptr
XrSpatialEntityPersistInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityPersistInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityPersistInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialEntityPersistInfoEXT.Ptr
, but with the new size.@NotNull XrSpatialEntityStateBD.Ptr
XrSpatialEntityStateBD.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityStateBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityStateBD.Ptr
that uses the same backing storage as thisXrSpatialEntityStateBD.Ptr
, but with the new size.@NotNull XrSpatialEntityUnpersistInfoEXT.Ptr
XrSpatialEntityUnpersistInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityUnpersistInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityUnpersistInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialEntityUnpersistInfoEXT.Ptr
, but with the new size.@NotNull XrSpatialFilterTrackingStateEXT.Ptr
XrSpatialFilterTrackingStateEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialFilterTrackingStateEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialFilterTrackingStateEXT.Ptr
that uses the same backing storage as thisXrSpatialFilterTrackingStateEXT.Ptr
, but with the new size.XrSpatialGraphNodeBindingPropertiesGetInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialGraphNodeBindingPropertiesGetInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialGraphNodeBindingPropertiesGetInfoMSFT.Ptr
that uses the same backing storage as thisXrSpatialGraphNodeBindingPropertiesGetInfoMSFT.Ptr
, but with the new size.XrSpatialGraphNodeBindingPropertiesMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialGraphNodeBindingPropertiesMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialGraphNodeBindingPropertiesMSFT.Ptr
that uses the same backing storage as thisXrSpatialGraphNodeBindingPropertiesMSFT.Ptr
, but with the new size.XrSpatialGraphNodeSpaceCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialGraphNodeSpaceCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialGraphNodeSpaceCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrSpatialGraphNodeSpaceCreateInfoMSFT.Ptr
, but with the new size.XrSpatialGraphStaticNodeBindingCreateInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialGraphStaticNodeBindingCreateInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialGraphStaticNodeBindingCreateInfoMSFT.Ptr
that uses the same backing storage as thisXrSpatialGraphStaticNodeBindingCreateInfoMSFT.Ptr
, but with the new size.@NotNull XrSpatialMarkerDataEXT.Ptr
XrSpatialMarkerDataEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialMarkerDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialMarkerDataEXT.Ptr
that uses the same backing storage as thisXrSpatialMarkerDataEXT.Ptr
, but with the new size.@NotNull XrSpatialMarkerSizeEXT.Ptr
XrSpatialMarkerSizeEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialMarkerSizeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialMarkerSizeEXT.Ptr
that uses the same backing storage as thisXrSpatialMarkerSizeEXT.Ptr
, but with the new size.XrSpatialMarkerStaticOptimizationEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialMarkerStaticOptimizationEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialMarkerStaticOptimizationEXT.Ptr
that uses the same backing storage as thisXrSpatialMarkerStaticOptimizationEXT.Ptr
, but with the new size.@NotNull XrSpatialMeshDataEXT.Ptr
XrSpatialMeshDataEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialMeshDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialMeshDataEXT.Ptr
that uses the same backing storage as thisXrSpatialMeshDataEXT.Ptr
, but with the new size.XrSpatialPersistenceContextCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialPersistenceContextCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialPersistenceContextCreateInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialPersistenceContextCreateInfoEXT.Ptr
, but with the new size.@NotNull XrSpatialPersistenceDataEXT.Ptr
XrSpatialPersistenceDataEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialPersistenceDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialPersistenceDataEXT.Ptr
that uses the same backing storage as thisXrSpatialPersistenceDataEXT.Ptr
, but with the new size.@NotNull XrSpatialPolygon2DDataEXT.Ptr
XrSpatialPolygon2DDataEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialPolygon2DDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialPolygon2DDataEXT.Ptr
that uses the same backing storage as thisXrSpatialPolygon2DDataEXT.Ptr
, but with the new size.XrSpatialUpdateSnapshotCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialUpdateSnapshotCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialUpdateSnapshotCreateInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialUpdateSnapshotCreateInfoEXT.Ptr
, but with the new size.@NotNull XrSpheref.Ptr
XrSpheref.Ptr.reinterpret
(long newSize) Assume theXrSpheref.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpheref.Ptr
that uses the same backing storage as thisXrSpheref.Ptr
, but with the new size.@NotNull XrSpherefKHR.Ptr
XrSpherefKHR.Ptr.reinterpret
(long newSize) Assume theXrSpherefKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpherefKHR.Ptr
that uses the same backing storage as thisXrSpherefKHR.Ptr
, but with the new size.@NotNull XrSwapchainCreateInfo.Ptr
XrSwapchainCreateInfo.Ptr.reinterpret
(long newSize) Assume theXrSwapchainCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainCreateInfo.Ptr
that uses the same backing storage as thisXrSwapchainCreateInfo.Ptr
, but with the new size.@NotNull XrSwapchainCreateInfoFoveationFB.Ptr
XrSwapchainCreateInfoFoveationFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainCreateInfoFoveationFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainCreateInfoFoveationFB.Ptr
that uses the same backing storage as thisXrSwapchainCreateInfoFoveationFB.Ptr
, but with the new size.@NotNull XrSwapchainImageAcquireInfo.Ptr
XrSwapchainImageAcquireInfo.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageAcquireInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageAcquireInfo.Ptr
that uses the same backing storage as thisXrSwapchainImageAcquireInfo.Ptr
, but with the new size.@NotNull XrSwapchainImageBaseHeader.Ptr
XrSwapchainImageBaseHeader.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageBaseHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageBaseHeader.Ptr
that uses the same backing storage as thisXrSwapchainImageBaseHeader.Ptr
, but with the new size.@NotNull XrSwapchainImageD3D11KHR.Ptr
XrSwapchainImageD3D11KHR.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageD3D11KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageD3D11KHR.Ptr
that uses the same backing storage as thisXrSwapchainImageD3D11KHR.Ptr
, but with the new size.@NotNull XrSwapchainImageD3D12KHR.Ptr
XrSwapchainImageD3D12KHR.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageD3D12KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageD3D12KHR.Ptr
that uses the same backing storage as thisXrSwapchainImageD3D12KHR.Ptr
, but with the new size.XrSwapchainImageFoveationVulkanFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageFoveationVulkanFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageFoveationVulkanFB.Ptr
that uses the same backing storage as thisXrSwapchainImageFoveationVulkanFB.Ptr
, but with the new size.@NotNull XrSwapchainImageMetalKHR.Ptr
XrSwapchainImageMetalKHR.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageMetalKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageMetalKHR.Ptr
that uses the same backing storage as thisXrSwapchainImageMetalKHR.Ptr
, but with the new size.@NotNull XrSwapchainImageOpenGLESKHR.Ptr
XrSwapchainImageOpenGLESKHR.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageOpenGLESKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageOpenGLESKHR.Ptr
that uses the same backing storage as thisXrSwapchainImageOpenGLESKHR.Ptr
, but with the new size.@NotNull XrSwapchainImageOpenGLKHR.Ptr
XrSwapchainImageOpenGLKHR.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageOpenGLKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageOpenGLKHR.Ptr
that uses the same backing storage as thisXrSwapchainImageOpenGLKHR.Ptr
, but with the new size.@NotNull XrSwapchainImageReleaseInfo.Ptr
XrSwapchainImageReleaseInfo.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageReleaseInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageReleaseInfo.Ptr
that uses the same backing storage as thisXrSwapchainImageReleaseInfo.Ptr
, but with the new size.@NotNull XrSwapchainImageVulkan2KHR.Ptr
XrSwapchainImageVulkan2KHR.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageVulkan2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageVulkan2KHR.Ptr
that uses the same backing storage as thisXrSwapchainImageVulkan2KHR.Ptr
, but with the new size.@NotNull XrSwapchainImageVulkanKHR.Ptr
XrSwapchainImageVulkanKHR.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageVulkanKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageVulkanKHR.Ptr
that uses the same backing storage as thisXrSwapchainImageVulkanKHR.Ptr
, but with the new size.@NotNull XrSwapchainImageWaitInfo.Ptr
XrSwapchainImageWaitInfo.Ptr.reinterpret
(long newSize) Assume theXrSwapchainImageWaitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainImageWaitInfo.Ptr
that uses the same backing storage as thisXrSwapchainImageWaitInfo.Ptr
, but with the new size.XrSwapchainStateAndroidSurfaceDimensionsFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainStateAndroidSurfaceDimensionsFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainStateAndroidSurfaceDimensionsFB.Ptr
that uses the same backing storage as thisXrSwapchainStateAndroidSurfaceDimensionsFB.Ptr
, but with the new size.@NotNull XrSwapchainStateBaseHeaderFB.Ptr
XrSwapchainStateBaseHeaderFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainStateBaseHeaderFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainStateBaseHeaderFB.Ptr
that uses the same backing storage as thisXrSwapchainStateBaseHeaderFB.Ptr
, but with the new size.@NotNull XrSwapchainStateFoveationFB.Ptr
XrSwapchainStateFoveationFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainStateFoveationFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainStateFoveationFB.Ptr
that uses the same backing storage as thisXrSwapchainStateFoveationFB.Ptr
, but with the new size.XrSwapchainStateSamplerOpenGLESFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainStateSamplerOpenGLESFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainStateSamplerOpenGLESFB.Ptr
that uses the same backing storage as thisXrSwapchainStateSamplerOpenGLESFB.Ptr
, but with the new size.@NotNull XrSwapchainStateSamplerVulkanFB.Ptr
XrSwapchainStateSamplerVulkanFB.Ptr.reinterpret
(long newSize) Assume theXrSwapchainStateSamplerVulkanFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainStateSamplerVulkanFB.Ptr
that uses the same backing storage as thisXrSwapchainStateSamplerVulkanFB.Ptr
, but with the new size.@NotNull XrSwapchainSubImage.Ptr
XrSwapchainSubImage.Ptr.reinterpret
(long newSize) Assume theXrSwapchainSubImage.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSwapchainSubImage.Ptr
that uses the same backing storage as thisXrSwapchainSubImage.Ptr
, but with the new size.@NotNull XrSystemAnchorPropertiesHTC.Ptr
XrSystemAnchorPropertiesHTC.Ptr.reinterpret
(long newSize) Assume theXrSystemAnchorPropertiesHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemAnchorPropertiesHTC.Ptr
that uses the same backing storage as thisXrSystemAnchorPropertiesHTC.Ptr
, but with the new size.@NotNull XrSystemBodyTrackingPropertiesBD.Ptr
XrSystemBodyTrackingPropertiesBD.Ptr.reinterpret
(long newSize) Assume theXrSystemBodyTrackingPropertiesBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemBodyTrackingPropertiesBD.Ptr
that uses the same backing storage as thisXrSystemBodyTrackingPropertiesBD.Ptr
, but with the new size.@NotNull XrSystemBodyTrackingPropertiesFB.Ptr
XrSystemBodyTrackingPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemBodyTrackingPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemBodyTrackingPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemBodyTrackingPropertiesFB.Ptr
, but with the new size.XrSystemBodyTrackingPropertiesHTC.Ptr.reinterpret
(long newSize) Assume theXrSystemBodyTrackingPropertiesHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemBodyTrackingPropertiesHTC.Ptr
that uses the same backing storage as thisXrSystemBodyTrackingPropertiesHTC.Ptr
, but with the new size.XrSystemColocationDiscoveryPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemColocationDiscoveryPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemColocationDiscoveryPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemColocationDiscoveryPropertiesMETA.Ptr
, but with the new size.@NotNull XrSystemColorSpacePropertiesFB.Ptr
XrSystemColorSpacePropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemColorSpacePropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemColorSpacePropertiesFB.Ptr
that uses the same backing storage as thisXrSystemColorSpacePropertiesFB.Ptr
, but with the new size.XrSystemEnvironmentDepthPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemEnvironmentDepthPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemEnvironmentDepthPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemEnvironmentDepthPropertiesMETA.Ptr
, but with the new size.XrSystemEyeGazeInteractionPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theXrSystemEyeGazeInteractionPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemEyeGazeInteractionPropertiesEXT.Ptr
that uses the same backing storage as thisXrSystemEyeGazeInteractionPropertiesEXT.Ptr
, but with the new size.@NotNull XrSystemEyeTrackingPropertiesFB.Ptr
XrSystemEyeTrackingPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemEyeTrackingPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemEyeTrackingPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemEyeTrackingPropertiesFB.Ptr
, but with the new size.XrSystemFaceTrackingProperties2FB.Ptr.reinterpret
(long newSize) Assume theXrSystemFaceTrackingProperties2FB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemFaceTrackingProperties2FB.Ptr
that uses the same backing storage as thisXrSystemFaceTrackingProperties2FB.Ptr
, but with the new size.@NotNull XrSystemFaceTrackingPropertiesFB.Ptr
XrSystemFaceTrackingPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemFaceTrackingPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemFaceTrackingPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemFaceTrackingPropertiesFB.Ptr
, but with the new size.XrSystemFacialExpressionPropertiesML.Ptr.reinterpret
(long newSize) Assume theXrSystemFacialExpressionPropertiesML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemFacialExpressionPropertiesML.Ptr
that uses the same backing storage as thisXrSystemFacialExpressionPropertiesML.Ptr
, but with the new size.XrSystemFacialTrackingPropertiesHTC.Ptr.reinterpret
(long newSize) Assume theXrSystemFacialTrackingPropertiesHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemFacialTrackingPropertiesHTC.Ptr
that uses the same backing storage as thisXrSystemFacialTrackingPropertiesHTC.Ptr
, but with the new size.XrSystemForceFeedbackCurlPropertiesMNDX.Ptr.reinterpret
(long newSize) Assume theXrSystemForceFeedbackCurlPropertiesMNDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemForceFeedbackCurlPropertiesMNDX.Ptr
that uses the same backing storage as thisXrSystemForceFeedbackCurlPropertiesMNDX.Ptr
, but with the new size.XrSystemFoveatedRenderingPropertiesVARJO.Ptr.reinterpret
(long newSize) Assume theXrSystemFoveatedRenderingPropertiesVARJO.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemFoveatedRenderingPropertiesVARJO.Ptr
that uses the same backing storage as thisXrSystemFoveatedRenderingPropertiesVARJO.Ptr
, but with the new size.XrSystemFoveationEyeTrackedPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemFoveationEyeTrackedPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemFoveationEyeTrackedPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemFoveationEyeTrackedPropertiesMETA.Ptr
, but with the new size.@NotNull XrSystemGetInfo.Ptr
XrSystemGetInfo.Ptr.reinterpret
(long newSize) Assume theXrSystemGetInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemGetInfo.Ptr
that uses the same backing storage as thisXrSystemGetInfo.Ptr
, but with the new size.@NotNull XrSystemGraphicsProperties.Ptr
XrSystemGraphicsProperties.Ptr.reinterpret
(long newSize) Assume theXrSystemGraphicsProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemGraphicsProperties.Ptr
that uses the same backing storage as thisXrSystemGraphicsProperties.Ptr
, but with the new size.XrSystemHandTrackingMeshPropertiesMSFT.Ptr.reinterpret
(long newSize) Assume theXrSystemHandTrackingMeshPropertiesMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemHandTrackingMeshPropertiesMSFT.Ptr
that uses the same backing storage as thisXrSystemHandTrackingMeshPropertiesMSFT.Ptr
, but with the new size.XrSystemHandTrackingPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theXrSystemHandTrackingPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemHandTrackingPropertiesEXT.Ptr
that uses the same backing storage as thisXrSystemHandTrackingPropertiesEXT.Ptr
, but with the new size.@NotNull XrSystemHeadsetIdPropertiesMETA.Ptr
XrSystemHeadsetIdPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemHeadsetIdPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemHeadsetIdPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemHeadsetIdPropertiesMETA.Ptr
, but with the new size.XrSystemKeyboardTrackingPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemKeyboardTrackingPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemKeyboardTrackingPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemKeyboardTrackingPropertiesFB.Ptr
, but with the new size.XrSystemMarkerTrackingPropertiesVARJO.Ptr.reinterpret
(long newSize) Assume theXrSystemMarkerTrackingPropertiesVARJO.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemMarkerTrackingPropertiesVARJO.Ptr
that uses the same backing storage as thisXrSystemMarkerTrackingPropertiesVARJO.Ptr
, but with the new size.XrSystemMarkerUnderstandingPropertiesML.Ptr.reinterpret
(long newSize) Assume theXrSystemMarkerUnderstandingPropertiesML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemMarkerUnderstandingPropertiesML.Ptr
that uses the same backing storage as thisXrSystemMarkerUnderstandingPropertiesML.Ptr
, but with the new size.@NotNull XrSystemNotificationsSetInfoML.Ptr
XrSystemNotificationsSetInfoML.Ptr.reinterpret
(long newSize) Assume theXrSystemNotificationsSetInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemNotificationsSetInfoML.Ptr
that uses the same backing storage as thisXrSystemNotificationsSetInfoML.Ptr
, but with the new size.XrSystemPassthroughColorLutPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemPassthroughColorLutPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemPassthroughColorLutPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemPassthroughColorLutPropertiesMETA.Ptr
, but with the new size.@NotNull XrSystemPassthroughProperties2FB.Ptr
XrSystemPassthroughProperties2FB.Ptr.reinterpret
(long newSize) Assume theXrSystemPassthroughProperties2FB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemPassthroughProperties2FB.Ptr
that uses the same backing storage as thisXrSystemPassthroughProperties2FB.Ptr
, but with the new size.@NotNull XrSystemPassthroughPropertiesFB.Ptr
XrSystemPassthroughPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemPassthroughPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemPassthroughPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemPassthroughPropertiesFB.Ptr
, but with the new size.XrSystemPlaneDetectionPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theXrSystemPlaneDetectionPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemPlaneDetectionPropertiesEXT.Ptr
that uses the same backing storage as thisXrSystemPlaneDetectionPropertiesEXT.Ptr
, but with the new size.@NotNull XrSystemProperties.Ptr
XrSystemProperties.Ptr.reinterpret
(long newSize) Assume theXrSystemProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemProperties.Ptr
that uses the same backing storage as thisXrSystemProperties.Ptr
, but with the new size.XrSystemPropertiesBodyTrackingFullBodyMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemPropertiesBodyTrackingFullBodyMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemPropertiesBodyTrackingFullBodyMETA.Ptr
that uses the same backing storage as thisXrSystemPropertiesBodyTrackingFullBodyMETA.Ptr
, but with the new size.@NotNull XrSystemRenderModelPropertiesFB.Ptr
XrSystemRenderModelPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemRenderModelPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemRenderModelPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemRenderModelPropertiesFB.Ptr
, but with the new size.XrSystemSimultaneousHandsAndControllersPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemSimultaneousHandsAndControllersPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSimultaneousHandsAndControllersPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemSimultaneousHandsAndControllersPropertiesMETA.Ptr
, but with the new size.@NotNull XrSystemSpaceWarpPropertiesFB.Ptr
XrSystemSpaceWarpPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemSpaceWarpPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpaceWarpPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemSpaceWarpPropertiesFB.Ptr
, but with the new size.XrSystemSpatialAnchorPropertiesBD.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialAnchorPropertiesBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialAnchorPropertiesBD.Ptr
that uses the same backing storage as thisXrSystemSpatialAnchorPropertiesBD.Ptr
, but with the new size.XrSystemSpatialAnchorSharingPropertiesBD.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialAnchorSharingPropertiesBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialAnchorSharingPropertiesBD.Ptr
that uses the same backing storage as thisXrSystemSpatialAnchorSharingPropertiesBD.Ptr
, but with the new size.XrSystemSpatialEntityGroupSharingPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialEntityGroupSharingPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialEntityGroupSharingPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemSpatialEntityGroupSharingPropertiesMETA.Ptr
, but with the new size.XrSystemSpatialEntityPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialEntityPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialEntityPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemSpatialEntityPropertiesFB.Ptr
, but with the new size.XrSystemSpatialEntitySharingPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialEntitySharingPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialEntitySharingPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemSpatialEntitySharingPropertiesMETA.Ptr
, but with the new size.@NotNull XrSystemSpatialMeshPropertiesBD.Ptr
XrSystemSpatialMeshPropertiesBD.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialMeshPropertiesBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialMeshPropertiesBD.Ptr
that uses the same backing storage as thisXrSystemSpatialMeshPropertiesBD.Ptr
, but with the new size.@NotNull XrSystemSpatialPlanePropertiesBD.Ptr
XrSystemSpatialPlanePropertiesBD.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialPlanePropertiesBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialPlanePropertiesBD.Ptr
that uses the same backing storage as thisXrSystemSpatialPlanePropertiesBD.Ptr
, but with the new size.@NotNull XrSystemSpatialScenePropertiesBD.Ptr
XrSystemSpatialScenePropertiesBD.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialScenePropertiesBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialScenePropertiesBD.Ptr
that uses the same backing storage as thisXrSystemSpatialScenePropertiesBD.Ptr
, but with the new size.XrSystemSpatialSensingPropertiesBD.Ptr.reinterpret
(long newSize) Assume theXrSystemSpatialSensingPropertiesBD.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemSpatialSensingPropertiesBD.Ptr
that uses the same backing storage as thisXrSystemSpatialSensingPropertiesBD.Ptr
, but with the new size.@NotNull XrSystemTrackingProperties.Ptr
XrSystemTrackingProperties.Ptr.reinterpret
(long newSize) Assume theXrSystemTrackingProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemTrackingProperties.Ptr
that uses the same backing storage as thisXrSystemTrackingProperties.Ptr
, but with the new size.XrSystemUserPresencePropertiesEXT.Ptr.reinterpret
(long newSize) Assume theXrSystemUserPresencePropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemUserPresencePropertiesEXT.Ptr
that uses the same backing storage as thisXrSystemUserPresencePropertiesEXT.Ptr
, but with the new size.XrSystemVirtualKeyboardPropertiesMETA.Ptr.reinterpret
(long newSize) Assume theXrSystemVirtualKeyboardPropertiesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemVirtualKeyboardPropertiesMETA.Ptr
that uses the same backing storage as thisXrSystemVirtualKeyboardPropertiesMETA.Ptr
, but with the new size.@NotNull XrTriangleMeshCreateInfoFB.Ptr
XrTriangleMeshCreateInfoFB.Ptr.reinterpret
(long newSize) Assume theXrTriangleMeshCreateInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrTriangleMeshCreateInfoFB.Ptr
that uses the same backing storage as thisXrTriangleMeshCreateInfoFB.Ptr
, but with the new size.XrUnpersistSpatialEntityCompletionEXT.Ptr.reinterpret
(long newSize) Assume theXrUnpersistSpatialEntityCompletionEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrUnpersistSpatialEntityCompletionEXT.Ptr
that uses the same backing storage as thisXrUnpersistSpatialEntityCompletionEXT.Ptr
, but with the new size.XrUserCalibrationEnableEventsInfoML.Ptr.reinterpret
(long newSize) Assume theXrUserCalibrationEnableEventsInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrUserCalibrationEnableEventsInfoML.Ptr
that uses the same backing storage as thisXrUserCalibrationEnableEventsInfoML.Ptr
, but with the new size.@NotNull XrUuid.Ptr
XrUuid.Ptr.reinterpret
(long newSize) Assume theXrUuid.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrUuid.Ptr
that uses the same backing storage as thisXrUuid.Ptr
, but with the new size.@NotNull XrUuidEXT.Ptr
XrUuidEXT.Ptr.reinterpret
(long newSize) Assume theXrUuidEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrUuidEXT.Ptr
that uses the same backing storage as thisXrUuidEXT.Ptr
, but with the new size.@NotNull XrUuidMSFT.Ptr
XrUuidMSFT.Ptr.reinterpret
(long newSize) Assume theXrUuidMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrUuidMSFT.Ptr
that uses the same backing storage as thisXrUuidMSFT.Ptr
, but with the new size.@NotNull XrVector2f.Ptr
XrVector2f.Ptr.reinterpret
(long newSize) Assume theXrVector2f.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVector2f.Ptr
that uses the same backing storage as thisXrVector2f.Ptr
, but with the new size.@NotNull XrVector3f.Ptr
XrVector3f.Ptr.reinterpret
(long newSize) Assume theXrVector3f.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVector3f.Ptr
that uses the same backing storage as thisXrVector3f.Ptr
, but with the new size.@NotNull XrVector4f.Ptr
XrVector4f.Ptr.reinterpret
(long newSize) Assume theXrVector4f.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVector4f.Ptr
that uses the same backing storage as thisXrVector4f.Ptr
, but with the new size.@NotNull XrVector4sFB.Ptr
XrVector4sFB.Ptr.reinterpret
(long newSize) Assume theXrVector4sFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVector4sFB.Ptr
that uses the same backing storage as thisXrVector4sFB.Ptr
, but with the new size.@NotNull XrView.Ptr
XrView.Ptr.reinterpret
(long newSize) Assume theXrView.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrView.Ptr
that uses the same backing storage as thisXrView.Ptr
, but with the new size.@NotNull XrViewConfigurationDepthRangeEXT.Ptr
XrViewConfigurationDepthRangeEXT.Ptr.reinterpret
(long newSize) Assume theXrViewConfigurationDepthRangeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViewConfigurationDepthRangeEXT.Ptr
that uses the same backing storage as thisXrViewConfigurationDepthRangeEXT.Ptr
, but with the new size.@NotNull XrViewConfigurationProperties.Ptr
XrViewConfigurationProperties.Ptr.reinterpret
(long newSize) Assume theXrViewConfigurationProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViewConfigurationProperties.Ptr
that uses the same backing storage as thisXrViewConfigurationProperties.Ptr
, but with the new size.@NotNull XrViewConfigurationView.Ptr
XrViewConfigurationView.Ptr.reinterpret
(long newSize) Assume theXrViewConfigurationView.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViewConfigurationView.Ptr
that uses the same backing storage as thisXrViewConfigurationView.Ptr
, but with the new size.@NotNull XrViewConfigurationViewFovEPIC.Ptr
XrViewConfigurationViewFovEPIC.Ptr.reinterpret
(long newSize) Assume theXrViewConfigurationViewFovEPIC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViewConfigurationViewFovEPIC.Ptr
that uses the same backing storage as thisXrViewConfigurationViewFovEPIC.Ptr
, but with the new size.XrViewLocateFoveatedRenderingVARJO.Ptr.reinterpret
(long newSize) Assume theXrViewLocateFoveatedRenderingVARJO.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViewLocateFoveatedRenderingVARJO.Ptr
that uses the same backing storage as thisXrViewLocateFoveatedRenderingVARJO.Ptr
, but with the new size.@NotNull XrViewLocateInfo.Ptr
XrViewLocateInfo.Ptr.reinterpret
(long newSize) Assume theXrViewLocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViewLocateInfo.Ptr
that uses the same backing storage as thisXrViewLocateInfo.Ptr
, but with the new size.@NotNull XrViewState.Ptr
XrViewState.Ptr.reinterpret
(long newSize) Assume theXrViewState.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViewState.Ptr
that uses the same backing storage as thisXrViewState.Ptr
, but with the new size.XrVirtualKeyboardAnimationStateMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardAnimationStateMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardAnimationStateMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardAnimationStateMETA.Ptr
, but with the new size.@NotNull XrVirtualKeyboardCreateInfoMETA.Ptr
XrVirtualKeyboardCreateInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardCreateInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardCreateInfoMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardCreateInfoMETA.Ptr
, but with the new size.@NotNull XrVirtualKeyboardInputInfoMETA.Ptr
XrVirtualKeyboardInputInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardInputInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardInputInfoMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardInputInfoMETA.Ptr
, but with the new size.XrVirtualKeyboardLocationInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardLocationInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardLocationInfoMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardLocationInfoMETA.Ptr
, but with the new size.XrVirtualKeyboardModelAnimationStatesMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardModelAnimationStatesMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardModelAnimationStatesMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardModelAnimationStatesMETA.Ptr
, but with the new size.XrVirtualKeyboardModelVisibilitySetInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardModelVisibilitySetInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardModelVisibilitySetInfoMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardModelVisibilitySetInfoMETA.Ptr
, but with the new size.XrVirtualKeyboardSpaceCreateInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardSpaceCreateInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardSpaceCreateInfoMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardSpaceCreateInfoMETA.Ptr
, but with the new size.XrVirtualKeyboardTextContextChangeInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardTextContextChangeInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardTextContextChangeInfoMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardTextContextChangeInfoMETA.Ptr
, but with the new size.@NotNull XrVirtualKeyboardTextureDataMETA.Ptr
XrVirtualKeyboardTextureDataMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardTextureDataMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardTextureDataMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardTextureDataMETA.Ptr
, but with the new size.@NotNull XrVisibilityMaskKHR.Ptr
XrVisibilityMaskKHR.Ptr.reinterpret
(long newSize) Assume theXrVisibilityMaskKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVisibilityMaskKHR.Ptr
that uses the same backing storage as thisXrVisibilityMaskKHR.Ptr
, but with the new size.@NotNull XrVisualMeshComputeLodInfoMSFT.Ptr
XrVisualMeshComputeLodInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrVisualMeshComputeLodInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVisualMeshComputeLodInfoMSFT.Ptr
that uses the same backing storage as thisXrVisualMeshComputeLodInfoMSFT.Ptr
, but with the new size.@NotNull XrViveTrackerPathsHTCX.Ptr
XrViveTrackerPathsHTCX.Ptr.reinterpret
(long newSize) Assume theXrViveTrackerPathsHTCX.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrViveTrackerPathsHTCX.Ptr
that uses the same backing storage as thisXrViveTrackerPathsHTCX.Ptr
, but with the new size.@NotNull XrVulkanDeviceCreateInfoKHR.Ptr
XrVulkanDeviceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theXrVulkanDeviceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVulkanDeviceCreateInfoKHR.Ptr
that uses the same backing storage as thisXrVulkanDeviceCreateInfoKHR.Ptr
, but with the new size.@NotNull XrVulkanGraphicsDeviceGetInfoKHR.Ptr
XrVulkanGraphicsDeviceGetInfoKHR.Ptr.reinterpret
(long newSize) Assume theXrVulkanGraphicsDeviceGetInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVulkanGraphicsDeviceGetInfoKHR.Ptr
that uses the same backing storage as thisXrVulkanGraphicsDeviceGetInfoKHR.Ptr
, but with the new size.@NotNull XrVulkanInstanceCreateInfoKHR.Ptr
XrVulkanInstanceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theXrVulkanInstanceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVulkanInstanceCreateInfoKHR.Ptr
that uses the same backing storage as thisXrVulkanInstanceCreateInfoKHR.Ptr
, but with the new size.@NotNull XrVulkanSwapchainCreateInfoMETA.Ptr
XrVulkanSwapchainCreateInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrVulkanSwapchainCreateInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVulkanSwapchainCreateInfoMETA.Ptr
that uses the same backing storage as thisXrVulkanSwapchainCreateInfoMETA.Ptr
, but with the new size.XrVulkanSwapchainFormatListCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theXrVulkanSwapchainFormatListCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVulkanSwapchainFormatListCreateInfoKHR.Ptr
that uses the same backing storage as thisXrVulkanSwapchainFormatListCreateInfoKHR.Ptr
, but with the new size.@NotNull XrWorldMeshBlockML.Ptr
XrWorldMeshBlockML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshBlockML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshBlockML.Ptr
that uses the same backing storage as thisXrWorldMeshBlockML.Ptr
, but with the new size.@NotNull XrWorldMeshBlockRequestML.Ptr
XrWorldMeshBlockRequestML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshBlockRequestML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshBlockRequestML.Ptr
that uses the same backing storage as thisXrWorldMeshBlockRequestML.Ptr
, but with the new size.@NotNull XrWorldMeshBlockStateML.Ptr
XrWorldMeshBlockStateML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshBlockStateML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshBlockStateML.Ptr
that uses the same backing storage as thisXrWorldMeshBlockStateML.Ptr
, but with the new size.@NotNull XrWorldMeshBufferML.Ptr
XrWorldMeshBufferML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshBufferML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshBufferML.Ptr
that uses the same backing storage as thisXrWorldMeshBufferML.Ptr
, but with the new size.XrWorldMeshBufferRecommendedSizeInfoML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshBufferRecommendedSizeInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshBufferRecommendedSizeInfoML.Ptr
that uses the same backing storage as thisXrWorldMeshBufferRecommendedSizeInfoML.Ptr
, but with the new size.@NotNull XrWorldMeshBufferSizeML.Ptr
XrWorldMeshBufferSizeML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshBufferSizeML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshBufferSizeML.Ptr
that uses the same backing storage as thisXrWorldMeshBufferSizeML.Ptr
, but with the new size.@NotNull XrWorldMeshDetectorCreateInfoML.Ptr
XrWorldMeshDetectorCreateInfoML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshDetectorCreateInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshDetectorCreateInfoML.Ptr
that uses the same backing storage as thisXrWorldMeshDetectorCreateInfoML.Ptr
, but with the new size.@NotNull XrWorldMeshGetInfoML.Ptr
XrWorldMeshGetInfoML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshGetInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshGetInfoML.Ptr
that uses the same backing storage as thisXrWorldMeshGetInfoML.Ptr
, but with the new size.XrWorldMeshRequestCompletionInfoML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshRequestCompletionInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshRequestCompletionInfoML.Ptr
that uses the same backing storage as thisXrWorldMeshRequestCompletionInfoML.Ptr
, but with the new size.@NotNull XrWorldMeshRequestCompletionML.Ptr
XrWorldMeshRequestCompletionML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshRequestCompletionML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshRequestCompletionML.Ptr
that uses the same backing storage as thisXrWorldMeshRequestCompletionML.Ptr
, but with the new size.XrWorldMeshStateRequestCompletionML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshStateRequestCompletionML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshStateRequestCompletionML.Ptr
that uses the same backing storage as thisXrWorldMeshStateRequestCompletionML.Ptr
, but with the new size.@NotNull XrWorldMeshStateRequestInfoML.Ptr
XrWorldMeshStateRequestInfoML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshStateRequestInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrWorldMeshStateRequestInfoML.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrAction.Ptr
that uses the same backing storage as thisXrAction.Ptr
, but with the new size.XrActionSet.Ptr.reinterpret
(long newSize) Assume theXrActionSet.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrActionSet.Ptr
that uses the same backing storage as thisXrActionSet.Ptr
, but with the new size.XrAnchorBD.Ptr.reinterpret
(long newSize) Assume theXrAnchorBD.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrAnchorBD.Ptr
that uses the same backing storage as thisXrAnchorBD.Ptr
, but with the new size.XrBodyTrackerBD.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerBD.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrBodyTrackerBD.Ptr
that uses the same backing storage as thisXrBodyTrackerBD.Ptr
, but with the new size.XrBodyTrackerFB.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrBodyTrackerFB.Ptr
that uses the same backing storage as thisXrBodyTrackerFB.Ptr
, but with the new size.XrBodyTrackerHTC.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerHTC.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrBodyTrackerHTC.Ptr
that uses the same backing storage as thisXrBodyTrackerHTC.Ptr
, but with the new size.XrDebugUtilsMessengerEXT.Ptr.reinterpret
(long newSize) Assume theXrDebugUtilsMessengerEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrDebugUtilsMessengerEXT.Ptr
that uses the same backing storage as thisXrDebugUtilsMessengerEXT.Ptr
, but with the new size.XrEnvironmentDepthProviderMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthProviderMETA.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrEnvironmentDepthProviderMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthProviderMETA.Ptr
, but with the new size.XrEnvironmentDepthSwapchainMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthSwapchainMETA.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrEnvironmentDepthSwapchainMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthSwapchainMETA.Ptr
, but with the new size.XrExportedLocalizationMapML.Ptr.reinterpret
(long newSize) Assume theXrExportedLocalizationMapML.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrExportedLocalizationMapML.Ptr
that uses the same backing storage as thisXrExportedLocalizationMapML.Ptr
, but with the new size.XrEyeTrackerFB.Ptr.reinterpret
(long newSize) Assume theXrEyeTrackerFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrEyeTrackerFB.Ptr
that uses the same backing storage as thisXrEyeTrackerFB.Ptr
, but with the new size.XrFaceTracker2FB.Ptr.reinterpret
(long newSize) Assume theXrFaceTracker2FB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrFaceTracker2FB.Ptr
that uses the same backing storage as thisXrFaceTracker2FB.Ptr
, but with the new size.XrFaceTrackerFB.Ptr.reinterpret
(long newSize) Assume theXrFaceTrackerFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrFaceTrackerFB.Ptr
that uses the same backing storage as thisXrFaceTrackerFB.Ptr
, but with the new size.XrFacialExpressionClientML.Ptr.reinterpret
(long newSize) Assume theXrFacialExpressionClientML.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrFacialExpressionClientML.Ptr
that uses the same backing storage as thisXrFacialExpressionClientML.Ptr
, but with the new size.XrFacialTrackerHTC.Ptr.reinterpret
(long newSize) Assume theXrFacialTrackerHTC.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrFacialTrackerHTC.Ptr
that uses the same backing storage as thisXrFacialTrackerHTC.Ptr
, but with the new size.XrFoveationProfileFB.Ptr.reinterpret
(long newSize) Assume theXrFoveationProfileFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrFoveationProfileFB.Ptr
that uses the same backing storage as thisXrFoveationProfileFB.Ptr
, but with the new size.XrFutureEXT.Ptr.reinterpret
(long newSize) Assume theXrFutureEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrFutureEXT.Ptr
that uses the same backing storage as thisXrFutureEXT.Ptr
, but with the new size.XrGeometryInstanceFB.Ptr.reinterpret
(long newSize) Assume theXrGeometryInstanceFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrGeometryInstanceFB.Ptr
that uses the same backing storage as thisXrGeometryInstanceFB.Ptr
, but with the new size.XrHandTrackerEXT.Ptr.reinterpret
(long newSize) Assume theXrHandTrackerEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrHandTrackerEXT.Ptr
that uses the same backing storage as thisXrHandTrackerEXT.Ptr
, but with the new size.XrInstance.Ptr.reinterpret
(long newSize) Assume theXrInstance.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrInstance.Ptr
that uses the same backing storage as thisXrInstance.Ptr
, but with the new size.XrMarkerDetectorML.Ptr.reinterpret
(long newSize) Assume theXrMarkerDetectorML.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrMarkerDetectorML.Ptr
that uses the same backing storage as thisXrMarkerDetectorML.Ptr
, but with the new size.XrPassthroughColorLutMETA.Ptr.reinterpret
(long newSize) Assume theXrPassthroughColorLutMETA.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrPassthroughColorLutMETA.Ptr
that uses the same backing storage as thisXrPassthroughColorLutMETA.Ptr
, but with the new size.XrPassthroughFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrPassthroughFB.Ptr
that uses the same backing storage as thisXrPassthroughFB.Ptr
, but with the new size.XrPassthroughHTC.Ptr.reinterpret
(long newSize) Assume theXrPassthroughHTC.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrPassthroughHTC.Ptr
that uses the same backing storage as thisXrPassthroughHTC.Ptr
, but with the new size.XrPassthroughLayerFB.Ptr.reinterpret
(long newSize) Assume theXrPassthroughLayerFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrPassthroughLayerFB.Ptr
that uses the same backing storage as thisXrPassthroughLayerFB.Ptr
, but with the new size.XrPlaneDetectorEXT.Ptr.reinterpret
(long newSize) Assume theXrPlaneDetectorEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrPlaneDetectorEXT.Ptr
that uses the same backing storage as thisXrPlaneDetectorEXT.Ptr
, but with the new size.XrRenderModelAssetEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelAssetEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrRenderModelAssetEXT.Ptr
that uses the same backing storage as thisXrRenderModelAssetEXT.Ptr
, but with the new size.XrRenderModelEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrRenderModelEXT.Ptr
that uses the same backing storage as thisXrRenderModelEXT.Ptr
, but with the new size.XrSceneMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneMSFT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSceneMSFT.Ptr
that uses the same backing storage as thisXrSceneMSFT.Ptr
, but with the new size.XrSceneObserverMSFT.Ptr.reinterpret
(long newSize) Assume theXrSceneObserverMSFT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSceneObserverMSFT.Ptr
that uses the same backing storage as thisXrSceneObserverMSFT.Ptr
, but with the new size.XrSenseDataProviderBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataProviderBD.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSenseDataProviderBD.Ptr
that uses the same backing storage as thisXrSenseDataProviderBD.Ptr
, but with the new size.XrSenseDataSnapshotBD.Ptr.reinterpret
(long newSize) Assume theXrSenseDataSnapshotBD.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSenseDataSnapshotBD.Ptr
that uses the same backing storage as thisXrSenseDataSnapshotBD.Ptr
, but with the new size.XrSession.Ptr.reinterpret
(long newSize) Assume theXrSession.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSession.Ptr
that uses the same backing storage as thisXrSession.Ptr
, but with the new size.XrSpace.Ptr.reinterpret
(long newSize) Assume theXrSpace.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpace.Ptr
that uses the same backing storage as thisXrSpace.Ptr
, but with the new size.XrSpaceUserFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceUserFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpaceUserFB.Ptr
that uses the same backing storage as thisXrSpaceUserFB.Ptr
, but with the new size.XrSpatialAnchorMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorMSFT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialAnchorMSFT.Ptr
that uses the same backing storage as thisXrSpatialAnchorMSFT.Ptr
, but with the new size.XrSpatialAnchorsStorageML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsStorageML.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialAnchorsStorageML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsStorageML.Ptr
, but with the new size.XrSpatialAnchorStoreConnectionMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorStoreConnectionMSFT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialAnchorStoreConnectionMSFT.Ptr
that uses the same backing storage as thisXrSpatialAnchorStoreConnectionMSFT.Ptr
, but with the new size.XrSpatialContextEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialContextEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialContextEXT.Ptr
that uses the same backing storage as thisXrSpatialContextEXT.Ptr
, but with the new size.XrSpatialEntityEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialEntityEXT.Ptr
that uses the same backing storage as thisXrSpatialEntityEXT.Ptr
, but with the new size.XrSpatialGraphNodeBindingMSFT.Ptr.reinterpret
(long newSize) Assume theXrSpatialGraphNodeBindingMSFT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialGraphNodeBindingMSFT.Ptr
that uses the same backing storage as thisXrSpatialGraphNodeBindingMSFT.Ptr
, but with the new size.XrSpatialPersistenceContextEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialPersistenceContextEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialPersistenceContextEXT.Ptr
that uses the same backing storage as thisXrSpatialPersistenceContextEXT.Ptr
, but with the new size.XrSpatialSnapshotEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialSnapshotEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSpatialSnapshotEXT.Ptr
that uses the same backing storage as thisXrSpatialSnapshotEXT.Ptr
, but with the new size.XrSwapchain.Ptr.reinterpret
(long newSize) Assume theXrSwapchain.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrSwapchain.Ptr
that uses the same backing storage as thisXrSwapchain.Ptr
, but with the new size.XrTriangleMeshFB.Ptr.reinterpret
(long newSize) Assume theXrTriangleMeshFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrTriangleMeshFB.Ptr
that uses the same backing storage as thisXrTriangleMeshFB.Ptr
, but with the new size.XrVirtualKeyboardMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardMETA.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrVirtualKeyboardMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardMETA.Ptr
, but with the new size.XrWorldMeshDetectorML.Ptr.reinterpret
(long newSize) Assume theXrWorldMeshDetectorML.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrWorldMeshDetectorML.Ptr
that 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.Ptr
SDL_alignment_test.Ptr.reinterpret
(long newSize) Assume theSDL_alignment_test.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_alignment_test.Ptr
that uses the same backing storage as thisSDL_alignment_test.Ptr
, but with the new size.@NotNull SDL_AsyncIOOutcome.Ptr
SDL_AsyncIOOutcome.Ptr.reinterpret
(long newSize) Assume theSDL_AsyncIOOutcome.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_AsyncIOOutcome.Ptr
that uses the same backing storage as thisSDL_AsyncIOOutcome.Ptr
, but with the new size.@NotNull SDL_AtomicInt.Ptr
SDL_AtomicInt.Ptr.reinterpret
(long newSize) Assume theSDL_AtomicInt.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_AtomicInt.Ptr
that uses the same backing storage as thisSDL_AtomicInt.Ptr
, but with the new size.@NotNull SDL_AtomicU32.Ptr
SDL_AtomicU32.Ptr.reinterpret
(long newSize) Assume theSDL_AtomicU32.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_AtomicU32.Ptr
that uses the same backing storage as thisSDL_AtomicU32.Ptr
, but with the new size.@NotNull SDL_AudioDeviceEvent.Ptr
SDL_AudioDeviceEvent.Ptr.reinterpret
(long newSize) Assume theSDL_AudioDeviceEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_AudioDeviceEvent.Ptr
that uses the same backing storage as thisSDL_AudioDeviceEvent.Ptr
, but with the new size.@NotNull SDL_AudioSpec.Ptr
SDL_AudioSpec.Ptr.reinterpret
(long newSize) Assume theSDL_AudioSpec.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_AudioSpec.Ptr
that uses the same backing storage as thisSDL_AudioSpec.Ptr
, but with the new size.@NotNull SDL_CameraDeviceEvent.Ptr
SDL_CameraDeviceEvent.Ptr.reinterpret
(long newSize) Assume theSDL_CameraDeviceEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_CameraDeviceEvent.Ptr
that uses the same backing storage as thisSDL_CameraDeviceEvent.Ptr
, but with the new size.@NotNull SDL_CameraSpec.Ptr
SDL_CameraSpec.Ptr.reinterpret
(long newSize) Assume theSDL_CameraSpec.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_CameraSpec.Ptr
that uses the same backing storage as thisSDL_CameraSpec.Ptr
, but with the new size.@NotNull SDL_ClipboardEvent.Ptr
SDL_ClipboardEvent.Ptr.reinterpret
(long newSize) Assume theSDL_ClipboardEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_ClipboardEvent.Ptr
that uses the same backing storage as thisSDL_ClipboardEvent.Ptr
, but with the new size.@NotNull SDL_Color.Ptr
SDL_Color.Ptr.reinterpret
(long newSize) Assume theSDL_Color.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Color.Ptr
that uses the same backing storage as thisSDL_Color.Ptr
, but with the new size.@NotNull SDL_CommonEvent.Ptr
SDL_CommonEvent.Ptr.reinterpret
(long newSize) Assume theSDL_CommonEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_CommonEvent.Ptr
that uses the same backing storage as thisSDL_CommonEvent.Ptr
, but with the new size.@NotNull SDL_DateTime.Ptr
SDL_DateTime.Ptr.reinterpret
(long newSize) Assume theSDL_DateTime.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_DateTime.Ptr
that uses the same backing storage as thisSDL_DateTime.Ptr
, but with the new size.@NotNull SDL_DialogFileFilter.Ptr
SDL_DialogFileFilter.Ptr.reinterpret
(long newSize) Assume theSDL_DialogFileFilter.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_DialogFileFilter.Ptr
that uses the same backing storage as thisSDL_DialogFileFilter.Ptr
, but with the new size.@NotNull SDL_DisplayEvent.Ptr
SDL_DisplayEvent.Ptr.reinterpret
(long newSize) Assume theSDL_DisplayEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_DisplayEvent.Ptr
that uses the same backing storage as thisSDL_DisplayEvent.Ptr
, but with the new size.@NotNull SDL_DisplayMode.Ptr
SDL_DisplayMode.Ptr.reinterpret
(long newSize) Assume theSDL_DisplayMode.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_DisplayMode.Ptr
that uses the same backing storage as thisSDL_DisplayMode.Ptr
, but with the new size.@NotNull SDL_DropEvent.Ptr
SDL_DropEvent.Ptr.reinterpret
(long newSize) Assume theSDL_DropEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_DropEvent.Ptr
that uses the same backing storage as thisSDL_DropEvent.Ptr
, but with the new size.@NotNull SDL_Event.Ptr
SDL_Event.Ptr.reinterpret
(long newSize) Assume theSDL_Event.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Event.Ptr
that uses the same backing storage as thisSDL_Event.Ptr
, but with the new size.@NotNull SDL_FColor.Ptr
SDL_FColor.Ptr.reinterpret
(long newSize) Assume theSDL_FColor.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_FColor.Ptr
that uses the same backing storage as thisSDL_FColor.Ptr
, but with the new size.@NotNull SDL_Finger.Ptr
SDL_Finger.Ptr.reinterpret
(long newSize) Assume theSDL_Finger.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Finger.Ptr
that uses the same backing storage as thisSDL_Finger.Ptr
, but with the new size.@NotNull SDL_FPoint.Ptr
SDL_FPoint.Ptr.reinterpret
(long newSize) Assume theSDL_FPoint.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_FPoint.Ptr
that uses the same backing storage as thisSDL_FPoint.Ptr
, but with the new size.@NotNull SDL_FRect.Ptr
SDL_FRect.Ptr.reinterpret
(long newSize) Assume theSDL_FRect.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_FRect.Ptr
that uses the same backing storage as thisSDL_FRect.Ptr
, but with the new size.@NotNull SDL_GamepadAxisEvent.Ptr
SDL_GamepadAxisEvent.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadAxisEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadAxisEvent.Ptr
that uses the same backing storage as thisSDL_GamepadAxisEvent.Ptr
, but with the new size.@NotNull SDL_GamepadBinding_Input_Axis.Ptr
SDL_GamepadBinding_Input_Axis.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadBinding_Input_Axis.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadBinding_Input_Axis.Ptr
that uses the same backing storage as thisSDL_GamepadBinding_Input_Axis.Ptr
, but with the new size.@NotNull SDL_GamepadBinding_Input_Hat.Ptr
SDL_GamepadBinding_Input_Hat.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadBinding_Input_Hat.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadBinding_Input_Hat.Ptr
that uses the same backing storage as thisSDL_GamepadBinding_Input_Hat.Ptr
, but with the new size.@NotNull SDL_GamepadBinding_Input.Ptr
SDL_GamepadBinding_Input.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadBinding_Input.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadBinding_Input.Ptr
that uses the same backing storage as thisSDL_GamepadBinding_Input.Ptr
, but with the new size.@NotNull SDL_GamepadBinding_Output_Axis.Ptr
SDL_GamepadBinding_Output_Axis.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadBinding_Output_Axis.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadBinding_Output_Axis.Ptr
that uses the same backing storage as thisSDL_GamepadBinding_Output_Axis.Ptr
, but with the new size.@NotNull SDL_GamepadBinding_Output.Ptr
SDL_GamepadBinding_Output.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadBinding_Output.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadBinding_Output.Ptr
that uses the same backing storage as thisSDL_GamepadBinding_Output.Ptr
, but with the new size.@NotNull SDL_GamepadBinding.Ptr
SDL_GamepadBinding.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadBinding.Ptr
that uses the same backing storage as thisSDL_GamepadBinding.Ptr
, but with the new size.@NotNull SDL_GamepadButtonEvent.Ptr
SDL_GamepadButtonEvent.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadButtonEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadButtonEvent.Ptr
that uses the same backing storage as thisSDL_GamepadButtonEvent.Ptr
, but with the new size.@NotNull SDL_GamepadDeviceEvent.Ptr
SDL_GamepadDeviceEvent.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadDeviceEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadDeviceEvent.Ptr
that uses the same backing storage as thisSDL_GamepadDeviceEvent.Ptr
, but with the new size.@NotNull SDL_GamepadSensorEvent.Ptr
SDL_GamepadSensorEvent.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadSensorEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadSensorEvent.Ptr
that uses the same backing storage as thisSDL_GamepadSensorEvent.Ptr
, but with the new size.@NotNull SDL_GamepadTouchpadEvent.Ptr
SDL_GamepadTouchpadEvent.Ptr.reinterpret
(long newSize) Assume theSDL_GamepadTouchpadEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GamepadTouchpadEvent.Ptr
that uses the same backing storage as thisSDL_GamepadTouchpadEvent.Ptr
, but with the new size.@NotNull SDL_GPUBlitInfo.Ptr
SDL_GPUBlitInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUBlitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUBlitInfo.Ptr
that uses the same backing storage as thisSDL_GPUBlitInfo.Ptr
, but with the new size.@NotNull SDL_GPUBlitRegion.Ptr
SDL_GPUBlitRegion.Ptr.reinterpret
(long newSize) Assume theSDL_GPUBlitRegion.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUBlitRegion.Ptr
that uses the same backing storage as thisSDL_GPUBlitRegion.Ptr
, but with the new size.@NotNull SDL_GPUBufferBinding.Ptr
SDL_GPUBufferBinding.Ptr.reinterpret
(long newSize) Assume theSDL_GPUBufferBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUBufferBinding.Ptr
that uses the same backing storage as thisSDL_GPUBufferBinding.Ptr
, but with the new size.@NotNull SDL_GPUBufferCreateInfo.Ptr
SDL_GPUBufferCreateInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUBufferCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUBufferCreateInfo.Ptr
that uses the same backing storage as thisSDL_GPUBufferCreateInfo.Ptr
, but with the new size.@NotNull SDL_GPUBufferLocation.Ptr
SDL_GPUBufferLocation.Ptr.reinterpret
(long newSize) Assume theSDL_GPUBufferLocation.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUBufferLocation.Ptr
that uses the same backing storage as thisSDL_GPUBufferLocation.Ptr
, but with the new size.@NotNull SDL_GPUBufferRegion.Ptr
SDL_GPUBufferRegion.Ptr.reinterpret
(long newSize) Assume theSDL_GPUBufferRegion.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUBufferRegion.Ptr
that uses the same backing storage as thisSDL_GPUBufferRegion.Ptr
, but with the new size.@NotNull SDL_GPUColorTargetBlendState.Ptr
SDL_GPUColorTargetBlendState.Ptr.reinterpret
(long newSize) Assume theSDL_GPUColorTargetBlendState.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUColorTargetBlendState.Ptr
that uses the same backing storage as thisSDL_GPUColorTargetBlendState.Ptr
, but with the new size.@NotNull SDL_GPUColorTargetDescription.Ptr
SDL_GPUColorTargetDescription.Ptr.reinterpret
(long newSize) Assume theSDL_GPUColorTargetDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUColorTargetDescription.Ptr
that uses the same backing storage as thisSDL_GPUColorTargetDescription.Ptr
, but with the new size.@NotNull SDL_GPUColorTargetInfo.Ptr
SDL_GPUColorTargetInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUColorTargetInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUColorTargetInfo.Ptr
that uses the same backing storage as thisSDL_GPUColorTargetInfo.Ptr
, but with the new size.@NotNull SDL_GPUComputePipelineCreateInfo.Ptr
SDL_GPUComputePipelineCreateInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUComputePipelineCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUComputePipelineCreateInfo.Ptr
that uses the same backing storage as thisSDL_GPUComputePipelineCreateInfo.Ptr
, but with the new size.@NotNull SDL_GPUDepthStencilState.Ptr
SDL_GPUDepthStencilState.Ptr.reinterpret
(long newSize) Assume theSDL_GPUDepthStencilState.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUDepthStencilState.Ptr
that uses the same backing storage as thisSDL_GPUDepthStencilState.Ptr
, but with the new size.@NotNull SDL_GPUDepthStencilTargetInfo.Ptr
SDL_GPUDepthStencilTargetInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUDepthStencilTargetInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUDepthStencilTargetInfo.Ptr
that uses the same backing storage as thisSDL_GPUDepthStencilTargetInfo.Ptr
, but with the new size.SDL_GPUGraphicsPipelineCreateInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUGraphicsPipelineCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUGraphicsPipelineCreateInfo.Ptr
that uses the same backing storage as thisSDL_GPUGraphicsPipelineCreateInfo.Ptr
, but with the new size.SDL_GPUGraphicsPipelineTargetInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUGraphicsPipelineTargetInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUGraphicsPipelineTargetInfo.Ptr
that uses the same backing storage as thisSDL_GPUGraphicsPipelineTargetInfo.Ptr
, but with the new size.SDL_GPUIndexedIndirectDrawCommand.Ptr.reinterpret
(long newSize) Assume theSDL_GPUIndexedIndirectDrawCommand.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUIndexedIndirectDrawCommand.Ptr
that uses the same backing storage as thisSDL_GPUIndexedIndirectDrawCommand.Ptr
, but with the new size.@NotNull SDL_GPUIndirectDispatchCommand.Ptr
SDL_GPUIndirectDispatchCommand.Ptr.reinterpret
(long newSize) Assume theSDL_GPUIndirectDispatchCommand.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUIndirectDispatchCommand.Ptr
that uses the same backing storage as thisSDL_GPUIndirectDispatchCommand.Ptr
, but with the new size.@NotNull SDL_GPUIndirectDrawCommand.Ptr
SDL_GPUIndirectDrawCommand.Ptr.reinterpret
(long newSize) Assume theSDL_GPUIndirectDrawCommand.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUIndirectDrawCommand.Ptr
that uses the same backing storage as thisSDL_GPUIndirectDrawCommand.Ptr
, but with the new size.@NotNull SDL_GPUMultisampleState.Ptr
SDL_GPUMultisampleState.Ptr.reinterpret
(long newSize) Assume theSDL_GPUMultisampleState.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUMultisampleState.Ptr
that uses the same backing storage as thisSDL_GPUMultisampleState.Ptr
, but with the new size.@NotNull SDL_GPURasterizerState.Ptr
SDL_GPURasterizerState.Ptr.reinterpret
(long newSize) Assume theSDL_GPURasterizerState.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPURasterizerState.Ptr
that uses the same backing storage as thisSDL_GPURasterizerState.Ptr
, but with the new size.@NotNull SDL_GPUSamplerCreateInfo.Ptr
SDL_GPUSamplerCreateInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUSamplerCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUSamplerCreateInfo.Ptr
that uses the same backing storage as thisSDL_GPUSamplerCreateInfo.Ptr
, but with the new size.@NotNull SDL_GPUShaderCreateInfo.Ptr
SDL_GPUShaderCreateInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUShaderCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUShaderCreateInfo.Ptr
that uses the same backing storage as thisSDL_GPUShaderCreateInfo.Ptr
, but with the new size.@NotNull SDL_GPUStencilOpState.Ptr
SDL_GPUStencilOpState.Ptr.reinterpret
(long newSize) Assume theSDL_GPUStencilOpState.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUStencilOpState.Ptr
that uses the same backing storage as thisSDL_GPUStencilOpState.Ptr
, but with the new size.SDL_GPUStorageBufferReadWriteBinding.Ptr.reinterpret
(long newSize) Assume theSDL_GPUStorageBufferReadWriteBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUStorageBufferReadWriteBinding.Ptr
that uses the same backing storage as thisSDL_GPUStorageBufferReadWriteBinding.Ptr
, but with the new size.SDL_GPUStorageTextureReadWriteBinding.Ptr.reinterpret
(long newSize) Assume theSDL_GPUStorageTextureReadWriteBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUStorageTextureReadWriteBinding.Ptr
that uses the same backing storage as thisSDL_GPUStorageTextureReadWriteBinding.Ptr
, but with the new size.@NotNull SDL_GPUTextureCreateInfo.Ptr
SDL_GPUTextureCreateInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTextureCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUTextureCreateInfo.Ptr
that uses the same backing storage as thisSDL_GPUTextureCreateInfo.Ptr
, but with the new size.@NotNull SDL_GPUTextureLocation.Ptr
SDL_GPUTextureLocation.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTextureLocation.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUTextureLocation.Ptr
that uses the same backing storage as thisSDL_GPUTextureLocation.Ptr
, but with the new size.@NotNull SDL_GPUTextureRegion.Ptr
SDL_GPUTextureRegion.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTextureRegion.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUTextureRegion.Ptr
that uses the same backing storage as thisSDL_GPUTextureRegion.Ptr
, but with the new size.@NotNull SDL_GPUTextureSamplerBinding.Ptr
SDL_GPUTextureSamplerBinding.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTextureSamplerBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUTextureSamplerBinding.Ptr
that uses the same backing storage as thisSDL_GPUTextureSamplerBinding.Ptr
, but with the new size.@NotNull SDL_GPUTextureTransferInfo.Ptr
SDL_GPUTextureTransferInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTextureTransferInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUTextureTransferInfo.Ptr
that uses the same backing storage as thisSDL_GPUTextureTransferInfo.Ptr
, but with the new size.@NotNull SDL_GPUTransferBufferCreateInfo.Ptr
SDL_GPUTransferBufferCreateInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTransferBufferCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUTransferBufferCreateInfo.Ptr
that uses the same backing storage as thisSDL_GPUTransferBufferCreateInfo.Ptr
, but with the new size.@NotNull SDL_GPUTransferBufferLocation.Ptr
SDL_GPUTransferBufferLocation.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTransferBufferLocation.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUTransferBufferLocation.Ptr
that uses the same backing storage as thisSDL_GPUTransferBufferLocation.Ptr
, but with the new size.@NotNull SDL_GPUVertexAttribute.Ptr
SDL_GPUVertexAttribute.Ptr.reinterpret
(long newSize) Assume theSDL_GPUVertexAttribute.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUVertexAttribute.Ptr
that uses the same backing storage as thisSDL_GPUVertexAttribute.Ptr
, but with the new size.@NotNull SDL_GPUVertexBufferDescription.Ptr
SDL_GPUVertexBufferDescription.Ptr.reinterpret
(long newSize) Assume theSDL_GPUVertexBufferDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUVertexBufferDescription.Ptr
that uses the same backing storage as thisSDL_GPUVertexBufferDescription.Ptr
, but with the new size.@NotNull SDL_GPUVertexInputState.Ptr
SDL_GPUVertexInputState.Ptr.reinterpret
(long newSize) Assume theSDL_GPUVertexInputState.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUVertexInputState.Ptr
that uses the same backing storage as thisSDL_GPUVertexInputState.Ptr
, but with the new size.@NotNull SDL_GPUViewport.Ptr
SDL_GPUViewport.Ptr.reinterpret
(long newSize) Assume theSDL_GPUViewport.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUViewport.Ptr
that uses the same backing storage as thisSDL_GPUViewport.Ptr
, but with the new size.@NotNull SDL_GUID.Ptr
SDL_GUID.Ptr.reinterpret
(long newSize) Assume theSDL_GUID.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GUID.Ptr
that uses the same backing storage as thisSDL_GUID.Ptr
, but with the new size.@NotNull SDL_HapticCondition.Ptr
SDL_HapticCondition.Ptr.reinterpret
(long newSize) Assume theSDL_HapticCondition.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_HapticCondition.Ptr
that uses the same backing storage as thisSDL_HapticCondition.Ptr
, but with the new size.@NotNull SDL_HapticConstant.Ptr
SDL_HapticConstant.Ptr.reinterpret
(long newSize) Assume theSDL_HapticConstant.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_HapticConstant.Ptr
that uses the same backing storage as thisSDL_HapticConstant.Ptr
, but with the new size.@NotNull SDL_HapticCustom.Ptr
SDL_HapticCustom.Ptr.reinterpret
(long newSize) Assume theSDL_HapticCustom.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_HapticCustom.Ptr
that uses the same backing storage as thisSDL_HapticCustom.Ptr
, but with the new size.@NotNull SDL_HapticDirection.Ptr
SDL_HapticDirection.Ptr.reinterpret
(long newSize) Assume theSDL_HapticDirection.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_HapticDirection.Ptr
that uses the same backing storage as thisSDL_HapticDirection.Ptr
, but with the new size.@NotNull SDL_HapticEffect.Ptr
SDL_HapticEffect.Ptr.reinterpret
(long newSize) Assume theSDL_HapticEffect.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_HapticEffect.Ptr
that uses the same backing storage as thisSDL_HapticEffect.Ptr
, but with the new size.@NotNull SDL_HapticLeftRight.Ptr
SDL_HapticLeftRight.Ptr.reinterpret
(long newSize) Assume theSDL_HapticLeftRight.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_HapticLeftRight.Ptr
that uses the same backing storage as thisSDL_HapticLeftRight.Ptr
, but with the new size.@NotNull SDL_HapticPeriodic.Ptr
SDL_HapticPeriodic.Ptr.reinterpret
(long newSize) Assume theSDL_HapticPeriodic.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_HapticPeriodic.Ptr
that uses the same backing storage as thisSDL_HapticPeriodic.Ptr
, but with the new size.@NotNull SDL_HapticRamp.Ptr
SDL_HapticRamp.Ptr.reinterpret
(long newSize) Assume theSDL_HapticRamp.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_HapticRamp.Ptr
that uses the same backing storage as thisSDL_HapticRamp.Ptr
, but with the new size.@NotNull SDL_hid_device_info.Ptr
SDL_hid_device_info.Ptr.reinterpret
(long newSize) Assume theSDL_hid_device_info.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_hid_device_info.Ptr
that uses the same backing storage as thisSDL_hid_device_info.Ptr
, but with the new size.@NotNull SDL_InitState.Ptr
SDL_InitState.Ptr.reinterpret
(long newSize) Assume theSDL_InitState.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_InitState.Ptr
that uses the same backing storage as thisSDL_InitState.Ptr
, but with the new size.@NotNull SDL_IOStreamInterface.Ptr
SDL_IOStreamInterface.Ptr.reinterpret
(long newSize) Assume theSDL_IOStreamInterface.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_IOStreamInterface.Ptr
that uses the same backing storage as thisSDL_IOStreamInterface.Ptr
, but with the new size.@NotNull SDL_JoyAxisEvent.Ptr
SDL_JoyAxisEvent.Ptr.reinterpret
(long newSize) Assume theSDL_JoyAxisEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_JoyAxisEvent.Ptr
that uses the same backing storage as thisSDL_JoyAxisEvent.Ptr
, but with the new size.@NotNull SDL_JoyBallEvent.Ptr
SDL_JoyBallEvent.Ptr.reinterpret
(long newSize) Assume theSDL_JoyBallEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_JoyBallEvent.Ptr
that uses the same backing storage as thisSDL_JoyBallEvent.Ptr
, but with the new size.@NotNull SDL_JoyBatteryEvent.Ptr
SDL_JoyBatteryEvent.Ptr.reinterpret
(long newSize) Assume theSDL_JoyBatteryEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_JoyBatteryEvent.Ptr
that uses the same backing storage as thisSDL_JoyBatteryEvent.Ptr
, but with the new size.@NotNull SDL_JoyButtonEvent.Ptr
SDL_JoyButtonEvent.Ptr.reinterpret
(long newSize) Assume theSDL_JoyButtonEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_JoyButtonEvent.Ptr
that uses the same backing storage as thisSDL_JoyButtonEvent.Ptr
, but with the new size.@NotNull SDL_JoyDeviceEvent.Ptr
SDL_JoyDeviceEvent.Ptr.reinterpret
(long newSize) Assume theSDL_JoyDeviceEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_JoyDeviceEvent.Ptr
that uses the same backing storage as thisSDL_JoyDeviceEvent.Ptr
, but with the new size.@NotNull SDL_JoyHatEvent.Ptr
SDL_JoyHatEvent.Ptr.reinterpret
(long newSize) Assume theSDL_JoyHatEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_JoyHatEvent.Ptr
that uses the same backing storage as thisSDL_JoyHatEvent.Ptr
, but with the new size.@NotNull SDL_KeyboardDeviceEvent.Ptr
SDL_KeyboardDeviceEvent.Ptr.reinterpret
(long newSize) Assume theSDL_KeyboardDeviceEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_KeyboardDeviceEvent.Ptr
that uses the same backing storage as thisSDL_KeyboardDeviceEvent.Ptr
, but with the new size.@NotNull SDL_KeyboardEvent.Ptr
SDL_KeyboardEvent.Ptr.reinterpret
(long newSize) Assume theSDL_KeyboardEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_KeyboardEvent.Ptr
that uses the same backing storage as thisSDL_KeyboardEvent.Ptr
, but with the new size.@NotNull SDL_Locale.Ptr
SDL_Locale.Ptr.reinterpret
(long newSize) Assume theSDL_Locale.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Locale.Ptr
that uses the same backing storage as thisSDL_Locale.Ptr
, but with the new size.@NotNull SDL_MessageBoxButtonData.Ptr
SDL_MessageBoxButtonData.Ptr.reinterpret
(long newSize) Assume theSDL_MessageBoxButtonData.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_MessageBoxButtonData.Ptr
that uses the same backing storage as thisSDL_MessageBoxButtonData.Ptr
, but with the new size.@NotNull SDL_MessageBoxColor.Ptr
SDL_MessageBoxColor.Ptr.reinterpret
(long newSize) Assume theSDL_MessageBoxColor.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_MessageBoxColor.Ptr
that uses the same backing storage as thisSDL_MessageBoxColor.Ptr
, but with the new size.@NotNull SDL_MessageBoxColorScheme.Ptr
SDL_MessageBoxColorScheme.Ptr.reinterpret
(long newSize) Assume theSDL_MessageBoxColorScheme.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_MessageBoxColorScheme.Ptr
that uses the same backing storage as thisSDL_MessageBoxColorScheme.Ptr
, but with the new size.@NotNull SDL_MessageBoxData.Ptr
SDL_MessageBoxData.Ptr.reinterpret
(long newSize) Assume theSDL_MessageBoxData.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_MessageBoxData.Ptr
that uses the same backing storage as thisSDL_MessageBoxData.Ptr
, but with the new size.@NotNull SDL_MouseButtonEvent.Ptr
SDL_MouseButtonEvent.Ptr.reinterpret
(long newSize) Assume theSDL_MouseButtonEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_MouseButtonEvent.Ptr
that uses the same backing storage as thisSDL_MouseButtonEvent.Ptr
, but with the new size.@NotNull SDL_MouseDeviceEvent.Ptr
SDL_MouseDeviceEvent.Ptr.reinterpret
(long newSize) Assume theSDL_MouseDeviceEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_MouseDeviceEvent.Ptr
that uses the same backing storage as thisSDL_MouseDeviceEvent.Ptr
, but with the new size.@NotNull SDL_MouseMotionEvent.Ptr
SDL_MouseMotionEvent.Ptr.reinterpret
(long newSize) Assume theSDL_MouseMotionEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_MouseMotionEvent.Ptr
that uses the same backing storage as thisSDL_MouseMotionEvent.Ptr
, but with the new size.@NotNull SDL_MouseWheelEvent.Ptr
SDL_MouseWheelEvent.Ptr.reinterpret
(long newSize) Assume theSDL_MouseWheelEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_MouseWheelEvent.Ptr
that uses the same backing storage as thisSDL_MouseWheelEvent.Ptr
, but with the new size.@NotNull SDL_Palette.Ptr
SDL_Palette.Ptr.reinterpret
(long newSize) Assume theSDL_Palette.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Palette.Ptr
that uses the same backing storage as thisSDL_Palette.Ptr
, but with the new size.@NotNull SDL_PathInfo.Ptr
SDL_PathInfo.Ptr.reinterpret
(long newSize) Assume theSDL_PathInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_PathInfo.Ptr
that uses the same backing storage as thisSDL_PathInfo.Ptr
, but with the new size.@NotNull SDL_PenAxisEvent.Ptr
SDL_PenAxisEvent.Ptr.reinterpret
(long newSize) Assume theSDL_PenAxisEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_PenAxisEvent.Ptr
that uses the same backing storage as thisSDL_PenAxisEvent.Ptr
, but with the new size.@NotNull SDL_PenButtonEvent.Ptr
SDL_PenButtonEvent.Ptr.reinterpret
(long newSize) Assume theSDL_PenButtonEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_PenButtonEvent.Ptr
that uses the same backing storage as thisSDL_PenButtonEvent.Ptr
, but with the new size.@NotNull SDL_PenMotionEvent.Ptr
SDL_PenMotionEvent.Ptr.reinterpret
(long newSize) Assume theSDL_PenMotionEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_PenMotionEvent.Ptr
that uses the same backing storage as thisSDL_PenMotionEvent.Ptr
, but with the new size.@NotNull SDL_PenProximityEvent.Ptr
SDL_PenProximityEvent.Ptr.reinterpret
(long newSize) Assume theSDL_PenProximityEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_PenProximityEvent.Ptr
that uses the same backing storage as thisSDL_PenProximityEvent.Ptr
, but with the new size.@NotNull SDL_PenTouchEvent.Ptr
SDL_PenTouchEvent.Ptr.reinterpret
(long newSize) Assume theSDL_PenTouchEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_PenTouchEvent.Ptr
that uses the same backing storage as thisSDL_PenTouchEvent.Ptr
, but with the new size.@NotNull SDL_PixelFormatDetails.Ptr
SDL_PixelFormatDetails.Ptr.reinterpret
(long newSize) Assume theSDL_PixelFormatDetails.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_PixelFormatDetails.Ptr
that uses the same backing storage as thisSDL_PixelFormatDetails.Ptr
, but with the new size.@NotNull SDL_Point.Ptr
SDL_Point.Ptr.reinterpret
(long newSize) Assume theSDL_Point.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Point.Ptr
that uses the same backing storage as thisSDL_Point.Ptr
, but with the new size.@NotNull SDL_QuitEvent.Ptr
SDL_QuitEvent.Ptr.reinterpret
(long newSize) Assume theSDL_QuitEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_QuitEvent.Ptr
that uses the same backing storage as thisSDL_QuitEvent.Ptr
, but with the new size.@NotNull SDL_Rect.Ptr
SDL_Rect.Ptr.reinterpret
(long newSize) Assume theSDL_Rect.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Rect.Ptr
that uses the same backing storage as thisSDL_Rect.Ptr
, but with the new size.@NotNull SDL_RenderEvent.Ptr
SDL_RenderEvent.Ptr.reinterpret
(long newSize) Assume theSDL_RenderEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_RenderEvent.Ptr
that uses the same backing storage as thisSDL_RenderEvent.Ptr
, but with the new size.@NotNull SDL_SensorEvent.Ptr
SDL_SensorEvent.Ptr.reinterpret
(long newSize) Assume theSDL_SensorEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_SensorEvent.Ptr
that uses the same backing storage as thisSDL_SensorEvent.Ptr
, but with the new size.@NotNull SDL_StorageInterface.Ptr
SDL_StorageInterface.Ptr.reinterpret
(long newSize) Assume theSDL_StorageInterface.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_StorageInterface.Ptr
that uses the same backing storage as thisSDL_StorageInterface.Ptr
, but with the new size.@NotNull SDL_TextEditingCandidatesEvent.Ptr
SDL_TextEditingCandidatesEvent.Ptr.reinterpret
(long newSize) Assume theSDL_TextEditingCandidatesEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_TextEditingCandidatesEvent.Ptr
that uses the same backing storage as thisSDL_TextEditingCandidatesEvent.Ptr
, but with the new size.@NotNull SDL_TextEditingEvent.Ptr
SDL_TextEditingEvent.Ptr.reinterpret
(long newSize) Assume theSDL_TextEditingEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_TextEditingEvent.Ptr
that uses the same backing storage as thisSDL_TextEditingEvent.Ptr
, but with the new size.@NotNull SDL_TextInputEvent.Ptr
SDL_TextInputEvent.Ptr.reinterpret
(long newSize) Assume theSDL_TextInputEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_TextInputEvent.Ptr
that uses the same backing storage as thisSDL_TextInputEvent.Ptr
, but with the new size.@NotNull SDL_TouchFingerEvent.Ptr
SDL_TouchFingerEvent.Ptr.reinterpret
(long newSize) Assume theSDL_TouchFingerEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_TouchFingerEvent.Ptr
that uses the same backing storage as thisSDL_TouchFingerEvent.Ptr
, but with the new size.@NotNull SDL_UserEvent.Ptr
SDL_UserEvent.Ptr.reinterpret
(long newSize) Assume theSDL_UserEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_UserEvent.Ptr
that uses the same backing storage as thisSDL_UserEvent.Ptr
, but with the new size.@NotNull SDL_Vertex.Ptr
SDL_Vertex.Ptr.reinterpret
(long newSize) Assume theSDL_Vertex.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Vertex.Ptr
that uses the same backing storage as thisSDL_Vertex.Ptr
, but with the new size.@NotNull SDL_VirtualJoystickDesc.Ptr
SDL_VirtualJoystickDesc.Ptr.reinterpret
(long newSize) Assume theSDL_VirtualJoystickDesc.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_VirtualJoystickDesc.Ptr
that uses the same backing storage as thisSDL_VirtualJoystickDesc.Ptr
, but with the new size.@NotNull SDL_VirtualJoystickSensorDesc.Ptr
SDL_VirtualJoystickSensorDesc.Ptr.reinterpret
(long newSize) Assume theSDL_VirtualJoystickSensorDesc.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_VirtualJoystickSensorDesc.Ptr
that uses the same backing storage as thisSDL_VirtualJoystickSensorDesc.Ptr
, but with the new size.@NotNull SDL_VirtualJoystickTouchpadDesc.Ptr
SDL_VirtualJoystickTouchpadDesc.Ptr.reinterpret
(long newSize) Assume theSDL_VirtualJoystickTouchpadDesc.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_VirtualJoystickTouchpadDesc.Ptr
that uses the same backing storage as thisSDL_VirtualJoystickTouchpadDesc.Ptr
, but with the new size.@NotNull SDL_WindowEvent.Ptr
SDL_WindowEvent.Ptr.reinterpret
(long newSize) Assume theSDL_WindowEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_WindowEvent.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_AsyncIO.Ptr
that uses the same backing storage as thisSDL_AsyncIO.Ptr
, but with the new size.SDL_AsyncIOQueue.Ptr.reinterpret
(long newSize) Assume theSDL_AsyncIOQueue.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_AsyncIOQueue.Ptr
that uses the same backing storage as thisSDL_AsyncIOQueue.Ptr
, but with the new size.SDL_AudioStream.Ptr.reinterpret
(long newSize) Assume theSDL_AudioStream.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_AudioStream.Ptr
that uses the same backing storage as thisSDL_AudioStream.Ptr
, but with the new size.SDL_Camera.Ptr.reinterpret
(long newSize) Assume theSDL_Camera.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Camera.Ptr
that uses the same backing storage as thisSDL_Camera.Ptr
, but with the new size.SDL_Condition.Ptr.reinterpret
(long newSize) Assume theSDL_Condition.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Condition.Ptr
that uses the same backing storage as thisSDL_Condition.Ptr
, but with the new size.SDL_Cursor.Ptr.reinterpret
(long newSize) Assume theSDL_Cursor.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Cursor.Ptr
that uses the same backing storage as thisSDL_Cursor.Ptr
, but with the new size.SDL_DisplayModeData.Ptr.reinterpret
(long newSize) Assume theSDL_DisplayModeData.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_DisplayModeData.Ptr
that uses the same backing storage as thisSDL_DisplayModeData.Ptr
, but with the new size.SDL_Environment.Ptr.reinterpret
(long newSize) Assume theSDL_Environment.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Environment.Ptr
that uses the same backing storage as thisSDL_Environment.Ptr
, but with the new size.SDL_Gamepad.Ptr.reinterpret
(long newSize) Assume theSDL_Gamepad.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Gamepad.Ptr
that uses the same backing storage as thisSDL_Gamepad.Ptr
, but with the new size.SDL_GLContext.Ptr.reinterpret
(long newSize) Assume theSDL_GLContext.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GLContext.Ptr
that uses the same backing storage as thisSDL_GLContext.Ptr
, but with the new size.SDL_GPUBuffer.Ptr.reinterpret
(long newSize) Assume theSDL_GPUBuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUBuffer.Ptr
that uses the same backing storage as thisSDL_GPUBuffer.Ptr
, but with the new size.SDL_GPUCommandBuffer.Ptr.reinterpret
(long newSize) Assume theSDL_GPUCommandBuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUCommandBuffer.Ptr
that uses the same backing storage as thisSDL_GPUCommandBuffer.Ptr
, but with the new size.SDL_GPUComputePass.Ptr.reinterpret
(long newSize) Assume theSDL_GPUComputePass.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUComputePass.Ptr
that uses the same backing storage as thisSDL_GPUComputePass.Ptr
, but with the new size.SDL_GPUComputePipeline.Ptr.reinterpret
(long newSize) Assume theSDL_GPUComputePipeline.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUComputePipeline.Ptr
that uses the same backing storage as thisSDL_GPUComputePipeline.Ptr
, but with the new size.SDL_GPUCopyPass.Ptr.reinterpret
(long newSize) Assume theSDL_GPUCopyPass.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUCopyPass.Ptr
that uses the same backing storage as thisSDL_GPUCopyPass.Ptr
, but with the new size.SDL_GPUDevice.Ptr.reinterpret
(long newSize) Assume theSDL_GPUDevice.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUDevice.Ptr
that uses the same backing storage as thisSDL_GPUDevice.Ptr
, but with the new size.SDL_GPUFence.Ptr.reinterpret
(long newSize) Assume theSDL_GPUFence.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUFence.Ptr
that uses the same backing storage as thisSDL_GPUFence.Ptr
, but with the new size.SDL_GPUGraphicsPipeline.Ptr.reinterpret
(long newSize) Assume theSDL_GPUGraphicsPipeline.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUGraphicsPipeline.Ptr
that uses the same backing storage as thisSDL_GPUGraphicsPipeline.Ptr
, but with the new size.SDL_GPURenderPass.Ptr.reinterpret
(long newSize) Assume theSDL_GPURenderPass.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPURenderPass.Ptr
that uses the same backing storage as thisSDL_GPURenderPass.Ptr
, but with the new size.SDL_GPUSampler.Ptr.reinterpret
(long newSize) Assume theSDL_GPUSampler.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUSampler.Ptr
that uses the same backing storage as thisSDL_GPUSampler.Ptr
, but with the new size.SDL_GPUShader.Ptr.reinterpret
(long newSize) Assume theSDL_GPUShader.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUShader.Ptr
that uses the same backing storage as thisSDL_GPUShader.Ptr
, but with the new size.SDL_GPUTexture.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTexture.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUTexture.Ptr
that uses the same backing storage as thisSDL_GPUTexture.Ptr
, but with the new size.SDL_GPUTransferBuffer.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTransferBuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_GPUTransferBuffer.Ptr
that uses the same backing storage as thisSDL_GPUTransferBuffer.Ptr
, but with the new size.SDL_Haptic.Ptr.reinterpret
(long newSize) Assume theSDL_Haptic.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Haptic.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_hid_device.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_iconv_t.Ptr
that uses the same backing storage as thisSDL_iconv_t.Ptr
, but with the new size.SDL_IOStream.Ptr.reinterpret
(long newSize) Assume theSDL_IOStream.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_IOStream.Ptr
that uses the same backing storage as thisSDL_IOStream.Ptr
, but with the new size.SDL_Joystick.Ptr.reinterpret
(long newSize) Assume theSDL_Joystick.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Joystick.Ptr
that uses the same backing storage as thisSDL_Joystick.Ptr
, but with the new size.SDL_Mutex.Ptr.reinterpret
(long newSize) Assume theSDL_Mutex.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Mutex.Ptr
that uses the same backing storage as thisSDL_Mutex.Ptr
, but with the new size.SDL_Process.Ptr.reinterpret
(long newSize) Assume theSDL_Process.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Process.Ptr
that uses the same backing storage as thisSDL_Process.Ptr
, but with the new size.SDL_Renderer.Ptr.reinterpret
(long newSize) Assume theSDL_Renderer.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Renderer.Ptr
that uses the same backing storage as thisSDL_Renderer.Ptr
, but with the new size.SDL_RWLock.Ptr.reinterpret
(long newSize) Assume theSDL_RWLock.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_RWLock.Ptr
that uses the same backing storage as thisSDL_RWLock.Ptr
, but with the new size.SDL_Semaphore.Ptr.reinterpret
(long newSize) Assume theSDL_Semaphore.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Semaphore.Ptr
that uses the same backing storage as thisSDL_Semaphore.Ptr
, but with the new size.SDL_Sensor.Ptr.reinterpret
(long newSize) Assume theSDL_Sensor.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Sensor.Ptr
that uses the same backing storage as thisSDL_Sensor.Ptr
, but with the new size.SDL_SharedObject.Ptr.reinterpret
(long newSize) Assume theSDL_SharedObject.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_SharedObject.Ptr
that uses the same backing storage as thisSDL_SharedObject.Ptr
, but with the new size.SDL_Storage.Ptr.reinterpret
(long newSize) Assume theSDL_Storage.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Storage.Ptr
that uses the same backing storage as thisSDL_Storage.Ptr
, but with the new size.SDL_Surface.Ptr.reinterpret
(long newSize) Assume theSDL_Surface.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Surface.Ptr
that uses the same backing storage as thisSDL_Surface.Ptr
, but with the new size.SDL_Texture.Ptr.reinterpret
(long newSize) Assume theSDL_Texture.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Texture.Ptr
that uses the same backing storage as thisSDL_Texture.Ptr
, but with the new size.SDL_Thread.Ptr.reinterpret
(long newSize) Assume theSDL_Thread.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Thread.Ptr
that uses the same backing storage as thisSDL_Thread.Ptr
, but with the new size.SDL_Tray.Ptr.reinterpret
(long newSize) Assume theSDL_Tray.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Tray.Ptr
that uses the same backing storage as thisSDL_Tray.Ptr
, but with the new size.SDL_TrayEntry.Ptr.reinterpret
(long newSize) Assume theSDL_TrayEntry.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_TrayEntry.Ptr
that uses the same backing storage as thisSDL_TrayEntry.Ptr
, but with the new size.SDL_TrayMenu.Ptr.reinterpret
(long newSize) Assume theSDL_TrayMenu.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_TrayMenu.Ptr
that uses the same backing storage as thisSDL_TrayMenu.Ptr
, but with the new size.SDL_Window.Ptr.reinterpret
(long newSize) Assume theSDL_Window.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Window.Ptr
that uses the same backing storage as thisSDL_Window.Ptr
, but with the new size.XTaskQueueHandle.Ptr.reinterpret
(long newSize) Assume theXTaskQueueHandle.Ptr
is capable of holding at leastnewSize
handles, create a new viewXTaskQueueHandle.Ptr
that uses the same backing storage as thisXTaskQueueHandle.Ptr
, but with the new size.XUserHandle.Ptr.reinterpret
(long newSize) Assume theXUserHandle.Ptr
is capable of holding at leastnewSize
handles, create a new viewXUserHandle.Ptr
that 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.Ptr
ShadercIncludeResult.Ptr.reinterpret
(long newSize) Assume theShadercIncludeResult.Ptr
is capable of holding at leastnewSize
structures, create a new viewShadercIncludeResult.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewShadercCompilationResult.Ptr
that uses the same backing storage as thisShadercCompilationResult.Ptr
, but with the new size.ShadercCompileOptions.Ptr.reinterpret
(long newSize) Assume theShadercCompileOptions.Ptr
is capable of holding at leastnewSize
handles, create a new viewShadercCompileOptions.Ptr
that uses the same backing storage as thisShadercCompileOptions.Ptr
, but with the new size.ShadercCompiler.Ptr.reinterpret
(long newSize) Assume theShadercCompiler.Ptr
is capable of holding at leastnewSize
handles, create a new viewShadercCompiler.Ptr
that 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.Ptr
STBI_IoCallbacks.Ptr.reinterpret
(long newSize) Assume theSTBI_IoCallbacks.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBI_IoCallbacks.Ptr
that 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.Ptr
STBIR_PROFILEINFO.Ptr.reinterpret
(long newSize) Assume theSTBIR_PROFILEINFO.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBIR_PROFILEINFO.Ptr
that uses the same backing storage as thisSTBIR_PROFILEINFO.Ptr
, but with the new size.@NotNull STBIR_RESIZE.Ptr
STBIR_RESIZE.Ptr.reinterpret
(long newSize) Assume theSTBIR_RESIZE.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBIR_RESIZE.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSTBIR_Info.Ptr
that 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.Ptr
STBTT_AlignedQuad.Ptr.reinterpret
(long newSize) Assume theSTBTT_AlignedQuad.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_AlignedQuad.Ptr
that uses the same backing storage as thisSTBTT_AlignedQuad.Ptr
, but with the new size.@NotNull STBTT_Bakedchar.Ptr
STBTT_Bakedchar.Ptr.reinterpret
(long newSize) Assume theSTBTT_Bakedchar.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_Bakedchar.Ptr
that uses the same backing storage as thisSTBTT_Bakedchar.Ptr
, but with the new size.@NotNull STBTT_Bitmap.Ptr
STBTT_Bitmap.Ptr.reinterpret
(long newSize) Assume theSTBTT_Bitmap.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_Bitmap.Ptr
that uses the same backing storage as thisSTBTT_Bitmap.Ptr
, but with the new size.@NotNull STBTT_Buf.Ptr
STBTT_Buf.Ptr.reinterpret
(long newSize) Assume theSTBTT_Buf.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_Buf.Ptr
that uses the same backing storage as thisSTBTT_Buf.Ptr
, but with the new size.@NotNull STBTT_Fontinfo.Ptr
STBTT_Fontinfo.Ptr.reinterpret
(long newSize) Assume theSTBTT_Fontinfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_Fontinfo.Ptr
that uses the same backing storage as thisSTBTT_Fontinfo.Ptr
, but with the new size.@NotNull STBTT_Kerningentry.Ptr
STBTT_Kerningentry.Ptr.reinterpret
(long newSize) Assume theSTBTT_Kerningentry.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_Kerningentry.Ptr
that uses the same backing storage as thisSTBTT_Kerningentry.Ptr
, but with the new size.@NotNull STBTT_PackContext.Ptr
STBTT_PackContext.Ptr.reinterpret
(long newSize) Assume theSTBTT_PackContext.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_PackContext.Ptr
that uses the same backing storage as thisSTBTT_PackContext.Ptr
, but with the new size.@NotNull STBTT_Packedchar.Ptr
STBTT_Packedchar.Ptr.reinterpret
(long newSize) Assume theSTBTT_Packedchar.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_Packedchar.Ptr
that uses the same backing storage as thisSTBTT_Packedchar.Ptr
, but with the new size.@NotNull STBTT_PackRange.Ptr
STBTT_PackRange.Ptr.reinterpret
(long newSize) Assume theSTBTT_PackRange.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_PackRange.Ptr
that uses the same backing storage as thisSTBTT_PackRange.Ptr
, but with the new size.@NotNull STBTT_Vertex.Ptr
STBTT_Vertex.Ptr.reinterpret
(long newSize) Assume theSTBTT_Vertex.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTBTT_Vertex.Ptr
that 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.Ptr
STB_VorbisAlloc.Ptr.reinterpret
(long newSize) Assume theSTB_VorbisAlloc.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTB_VorbisAlloc.Ptr
that uses the same backing storage as thisSTB_VorbisAlloc.Ptr
, but with the new size.@NotNull STB_VorbisComment.Ptr
STB_VorbisComment.Ptr.reinterpret
(long newSize) Assume theSTB_VorbisComment.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTB_VorbisComment.Ptr
that uses the same backing storage as thisSTB_VorbisComment.Ptr
, but with the new size.@NotNull STB_VorbisInfo.Ptr
STB_VorbisInfo.Ptr.reinterpret
(long newSize) Assume theSTB_VorbisInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSTB_VorbisInfo.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSTB_Vorbis.Ptr
that 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.Ptr
VmaAllocationCreateInfo.Ptr.reinterpret
(long newSize) Assume theVmaAllocationCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaAllocationCreateInfo.Ptr
that uses the same backing storage as thisVmaAllocationCreateInfo.Ptr
, but with the new size.@NotNull VmaAllocationInfo.Ptr
VmaAllocationInfo.Ptr.reinterpret
(long newSize) Assume theVmaAllocationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaAllocationInfo.Ptr
that uses the same backing storage as thisVmaAllocationInfo.Ptr
, but with the new size.@NotNull VmaAllocationInfo2.Ptr
VmaAllocationInfo2.Ptr.reinterpret
(long newSize) Assume theVmaAllocationInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaAllocationInfo2.Ptr
that uses the same backing storage as thisVmaAllocationInfo2.Ptr
, but with the new size.@NotNull VmaAllocatorCreateInfo.Ptr
VmaAllocatorCreateInfo.Ptr.reinterpret
(long newSize) Assume theVmaAllocatorCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaAllocatorCreateInfo.Ptr
that uses the same backing storage as thisVmaAllocatorCreateInfo.Ptr
, but with the new size.@NotNull VmaAllocatorInfo.Ptr
VmaAllocatorInfo.Ptr.reinterpret
(long newSize) Assume theVmaAllocatorInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaAllocatorInfo.Ptr
that uses the same backing storage as thisVmaAllocatorInfo.Ptr
, but with the new size.@NotNull VmaBudget.Ptr
VmaBudget.Ptr.reinterpret
(long newSize) Assume theVmaBudget.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaBudget.Ptr
that uses the same backing storage as thisVmaBudget.Ptr
, but with the new size.@NotNull VmaDefragmentationInfo.Ptr
VmaDefragmentationInfo.Ptr.reinterpret
(long newSize) Assume theVmaDefragmentationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaDefragmentationInfo.Ptr
that uses the same backing storage as thisVmaDefragmentationInfo.Ptr
, but with the new size.@NotNull VmaDefragmentationMove.Ptr
VmaDefragmentationMove.Ptr.reinterpret
(long newSize) Assume theVmaDefragmentationMove.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaDefragmentationMove.Ptr
that uses the same backing storage as thisVmaDefragmentationMove.Ptr
, but with the new size.@NotNull VmaDefragmentationPassMoveInfo.Ptr
VmaDefragmentationPassMoveInfo.Ptr.reinterpret
(long newSize) Assume theVmaDefragmentationPassMoveInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaDefragmentationPassMoveInfo.Ptr
that uses the same backing storage as thisVmaDefragmentationPassMoveInfo.Ptr
, but with the new size.@NotNull VmaDefragmentationStats.Ptr
VmaDefragmentationStats.Ptr.reinterpret
(long newSize) Assume theVmaDefragmentationStats.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaDefragmentationStats.Ptr
that uses the same backing storage as thisVmaDefragmentationStats.Ptr
, but with the new size.@NotNull VmaDetailedStatistics.Ptr
VmaDetailedStatistics.Ptr.reinterpret
(long newSize) Assume theVmaDetailedStatistics.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaDetailedStatistics.Ptr
that uses the same backing storage as thisVmaDetailedStatistics.Ptr
, but with the new size.@NotNull VmaDeviceMemoryCallbacks.Ptr
VmaDeviceMemoryCallbacks.Ptr.reinterpret
(long newSize) Assume theVmaDeviceMemoryCallbacks.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaDeviceMemoryCallbacks.Ptr
that uses the same backing storage as thisVmaDeviceMemoryCallbacks.Ptr
, but with the new size.@NotNull VmaPoolCreateInfo.Ptr
VmaPoolCreateInfo.Ptr.reinterpret
(long newSize) Assume theVmaPoolCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaPoolCreateInfo.Ptr
that uses the same backing storage as thisVmaPoolCreateInfo.Ptr
, but with the new size.@NotNull VmaStatistics.Ptr
VmaStatistics.Ptr.reinterpret
(long newSize) Assume theVmaStatistics.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaStatistics.Ptr
that uses the same backing storage as thisVmaStatistics.Ptr
, but with the new size.@NotNull VmaTotalStatistics.Ptr
VmaTotalStatistics.Ptr.reinterpret
(long newSize) Assume theVmaTotalStatistics.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaTotalStatistics.Ptr
that uses the same backing storage as thisVmaTotalStatistics.Ptr
, but with the new size.@NotNull VmaVirtualAllocationCreateInfo.Ptr
VmaVirtualAllocationCreateInfo.Ptr.reinterpret
(long newSize) Assume theVmaVirtualAllocationCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaVirtualAllocationCreateInfo.Ptr
that uses the same backing storage as thisVmaVirtualAllocationCreateInfo.Ptr
, but with the new size.@NotNull VmaVirtualAllocationInfo.Ptr
VmaVirtualAllocationInfo.Ptr.reinterpret
(long newSize) Assume theVmaVirtualAllocationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaVirtualAllocationInfo.Ptr
that uses the same backing storage as thisVmaVirtualAllocationInfo.Ptr
, but with the new size.@NotNull VmaVirtualBlockCreateInfo.Ptr
VmaVirtualBlockCreateInfo.Ptr.reinterpret
(long newSize) Assume theVmaVirtualBlockCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaVirtualBlockCreateInfo.Ptr
that uses the same backing storage as thisVmaVirtualBlockCreateInfo.Ptr
, but with the new size.@NotNull VmaVulkanFunctions.Ptr
VmaVulkanFunctions.Ptr.reinterpret
(long newSize) Assume theVmaVulkanFunctions.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaVulkanFunctions.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaAllocation.Ptr
that uses the same backing storage as thisVmaAllocation.Ptr
, but with the new size.VmaAllocator.Ptr.reinterpret
(long newSize) Assume theVmaAllocator.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaAllocator.Ptr
that uses the same backing storage as thisVmaAllocator.Ptr
, but with the new size.VmaDefragmentationContext.Ptr.reinterpret
(long newSize) Assume theVmaDefragmentationContext.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaDefragmentationContext.Ptr
that uses the same backing storage as thisVmaDefragmentationContext.Ptr
, but with the new size.VmaPool.Ptr.reinterpret
(long newSize) Assume theVmaPool.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaPool.Ptr
that uses the same backing storage as thisVmaPool.Ptr
, but with the new size.VmaVirtualAllocation.Ptr.reinterpret
(long newSize) Assume theVmaVirtualAllocation.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaVirtualAllocation.Ptr
that uses the same backing storage as thisVmaVirtualAllocation.Ptr
, but with the new size.VmaVirtualBlock.Ptr.reinterpret
(long newSize) Assume theVmaVirtualBlock.Ptr
is capable of holding at leastnewSize
handles, create a new viewVmaVirtualBlock.Ptr
that 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.Ptr
NvSciSyncFenceVKREF.Ptr.reinterpret
(long newSize) Assume theNvSciSyncFenceVKREF.Ptr
is capable of holding at leastnewSize
structures, create a new viewNvSciSyncFenceVKREF.Ptr
that uses the same backing storage as thisNvSciSyncFenceVKREF.Ptr
, but with the new size.@NotNull StdVideoAV1CDEF.Ptr
StdVideoAV1CDEF.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1CDEF.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1CDEF.Ptr
that uses the same backing storage as thisStdVideoAV1CDEF.Ptr
, but with the new size.@NotNull StdVideoAV1ColorConfig.Ptr
StdVideoAV1ColorConfig.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1ColorConfig.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1ColorConfig.Ptr
that uses the same backing storage as thisStdVideoAV1ColorConfig.Ptr
, but with the new size.@NotNull StdVideoAV1ColorConfigFlags.Ptr
StdVideoAV1ColorConfigFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1ColorConfigFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1ColorConfigFlags.Ptr
that uses the same backing storage as thisStdVideoAV1ColorConfigFlags.Ptr
, but with the new size.@NotNull StdVideoAV1FilmGrain.Ptr
StdVideoAV1FilmGrain.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1FilmGrain.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1FilmGrain.Ptr
that uses the same backing storage as thisStdVideoAV1FilmGrain.Ptr
, but with the new size.@NotNull StdVideoAV1FilmGrainFlags.Ptr
StdVideoAV1FilmGrainFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1FilmGrainFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1FilmGrainFlags.Ptr
that uses the same backing storage as thisStdVideoAV1FilmGrainFlags.Ptr
, but with the new size.@NotNull StdVideoAV1GlobalMotion.Ptr
StdVideoAV1GlobalMotion.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1GlobalMotion.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1GlobalMotion.Ptr
that uses the same backing storage as thisStdVideoAV1GlobalMotion.Ptr
, but with the new size.@NotNull StdVideoAV1LoopFilter.Ptr
StdVideoAV1LoopFilter.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1LoopFilter.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1LoopFilter.Ptr
that uses the same backing storage as thisStdVideoAV1LoopFilter.Ptr
, but with the new size.@NotNull StdVideoAV1LoopFilterFlags.Ptr
StdVideoAV1LoopFilterFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1LoopFilterFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1LoopFilterFlags.Ptr
that uses the same backing storage as thisStdVideoAV1LoopFilterFlags.Ptr
, but with the new size.@NotNull StdVideoAV1LoopRestoration.Ptr
StdVideoAV1LoopRestoration.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1LoopRestoration.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1LoopRestoration.Ptr
that uses the same backing storage as thisStdVideoAV1LoopRestoration.Ptr
, but with the new size.@NotNull StdVideoAV1Quantization.Ptr
StdVideoAV1Quantization.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1Quantization.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1Quantization.Ptr
that uses the same backing storage as thisStdVideoAV1Quantization.Ptr
, but with the new size.@NotNull StdVideoAV1QuantizationFlags.Ptr
StdVideoAV1QuantizationFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1QuantizationFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1QuantizationFlags.Ptr
that uses the same backing storage as thisStdVideoAV1QuantizationFlags.Ptr
, but with the new size.@NotNull StdVideoAV1Segmentation.Ptr
StdVideoAV1Segmentation.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1Segmentation.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1Segmentation.Ptr
that uses the same backing storage as thisStdVideoAV1Segmentation.Ptr
, but with the new size.@NotNull StdVideoAV1SequenceHeader.Ptr
StdVideoAV1SequenceHeader.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1SequenceHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1SequenceHeader.Ptr
that uses the same backing storage as thisStdVideoAV1SequenceHeader.Ptr
, but with the new size.@NotNull StdVideoAV1SequenceHeaderFlags.Ptr
StdVideoAV1SequenceHeaderFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1SequenceHeaderFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1SequenceHeaderFlags.Ptr
that uses the same backing storage as thisStdVideoAV1SequenceHeaderFlags.Ptr
, but with the new size.@NotNull StdVideoAV1TileInfo.Ptr
StdVideoAV1TileInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1TileInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1TileInfo.Ptr
that uses the same backing storage as thisStdVideoAV1TileInfo.Ptr
, but with the new size.@NotNull StdVideoAV1TileInfoFlags.Ptr
StdVideoAV1TileInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1TileInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1TileInfoFlags.Ptr
that uses the same backing storage as thisStdVideoAV1TileInfoFlags.Ptr
, but with the new size.@NotNull StdVideoAV1TimingInfo.Ptr
StdVideoAV1TimingInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1TimingInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1TimingInfo.Ptr
that uses the same backing storage as thisStdVideoAV1TimingInfo.Ptr
, but with the new size.@NotNull StdVideoAV1TimingInfoFlags.Ptr
StdVideoAV1TimingInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1TimingInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1TimingInfoFlags.Ptr
that uses the same backing storage as thisStdVideoAV1TimingInfoFlags.Ptr
, but with the new size.@NotNull StdVideoDecodeAV1PictureInfo.Ptr
StdVideoDecodeAV1PictureInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeAV1PictureInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeAV1PictureInfo.Ptr
that uses the same backing storage as thisStdVideoDecodeAV1PictureInfo.Ptr
, but with the new size.StdVideoDecodeAV1PictureInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeAV1PictureInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeAV1PictureInfoFlags.Ptr
that uses the same backing storage as thisStdVideoDecodeAV1PictureInfoFlags.Ptr
, but with the new size.@NotNull StdVideoDecodeAV1ReferenceInfo.Ptr
StdVideoDecodeAV1ReferenceInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeAV1ReferenceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeAV1ReferenceInfo.Ptr
that uses the same backing storage as thisStdVideoDecodeAV1ReferenceInfo.Ptr
, but with the new size.StdVideoDecodeAV1ReferenceInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeAV1ReferenceInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeAV1ReferenceInfoFlags.Ptr
that uses the same backing storage as thisStdVideoDecodeAV1ReferenceInfoFlags.Ptr
, but with the new size.@NotNull StdVideoDecodeH264PictureInfo.Ptr
StdVideoDecodeH264PictureInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH264PictureInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH264PictureInfo.Ptr
that uses the same backing storage as thisStdVideoDecodeH264PictureInfo.Ptr
, but with the new size.StdVideoDecodeH264PictureInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH264PictureInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH264PictureInfoFlags.Ptr
that uses the same backing storage as thisStdVideoDecodeH264PictureInfoFlags.Ptr
, but with the new size.@NotNull StdVideoDecodeH264ReferenceInfo.Ptr
StdVideoDecodeH264ReferenceInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH264ReferenceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH264ReferenceInfo.Ptr
that uses the same backing storage as thisStdVideoDecodeH264ReferenceInfo.Ptr
, but with the new size.StdVideoDecodeH264ReferenceInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH264ReferenceInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH264ReferenceInfoFlags.Ptr
that uses the same backing storage as thisStdVideoDecodeH264ReferenceInfoFlags.Ptr
, but with the new size.@NotNull StdVideoDecodeH265PictureInfo.Ptr
StdVideoDecodeH265PictureInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH265PictureInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH265PictureInfo.Ptr
that uses the same backing storage as thisStdVideoDecodeH265PictureInfo.Ptr
, but with the new size.StdVideoDecodeH265PictureInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH265PictureInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH265PictureInfoFlags.Ptr
that uses the same backing storage as thisStdVideoDecodeH265PictureInfoFlags.Ptr
, but with the new size.@NotNull StdVideoDecodeH265ReferenceInfo.Ptr
StdVideoDecodeH265ReferenceInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH265ReferenceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH265ReferenceInfo.Ptr
that uses the same backing storage as thisStdVideoDecodeH265ReferenceInfo.Ptr
, but with the new size.StdVideoDecodeH265ReferenceInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH265ReferenceInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH265ReferenceInfoFlags.Ptr
that uses the same backing storage as thisStdVideoDecodeH265ReferenceInfoFlags.Ptr
, but with the new size.StdVideoEncodeAV1DecoderModelInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1DecoderModelInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1DecoderModelInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1DecoderModelInfo.Ptr
, but with the new size.@NotNull StdVideoEncodeAV1ExtensionHeader.Ptr
StdVideoEncodeAV1ExtensionHeader.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1ExtensionHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1ExtensionHeader.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1ExtensionHeader.Ptr
, but with the new size.StdVideoEncodeAV1OperatingPointInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1OperatingPointInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1OperatingPointInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1OperatingPointInfo.Ptr
, but with the new size.StdVideoEncodeAV1OperatingPointInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1OperatingPointInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1OperatingPointInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1OperatingPointInfoFlags.Ptr
, but with the new size.@NotNull StdVideoEncodeAV1PictureInfo.Ptr
StdVideoEncodeAV1PictureInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1PictureInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1PictureInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1PictureInfo.Ptr
, but with the new size.StdVideoEncodeAV1PictureInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1PictureInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1PictureInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1PictureInfoFlags.Ptr
, but with the new size.@NotNull StdVideoEncodeAV1ReferenceInfo.Ptr
StdVideoEncodeAV1ReferenceInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1ReferenceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1ReferenceInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1ReferenceInfo.Ptr
, but with the new size.StdVideoEncodeAV1ReferenceInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1ReferenceInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1ReferenceInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1ReferenceInfoFlags.Ptr
, but with the new size.@NotNull StdVideoEncodeH264PictureInfo.Ptr
StdVideoEncodeH264PictureInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264PictureInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264PictureInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeH264PictureInfo.Ptr
, but with the new size.StdVideoEncodeH264PictureInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264PictureInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264PictureInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH264PictureInfoFlags.Ptr
, but with the new size.@NotNull StdVideoEncodeH264ReferenceInfo.Ptr
StdVideoEncodeH264ReferenceInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264ReferenceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264ReferenceInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeH264ReferenceInfo.Ptr
, but with the new size.StdVideoEncodeH264ReferenceInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264ReferenceInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264ReferenceInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH264ReferenceInfoFlags.Ptr
, but with the new size.StdVideoEncodeH264ReferenceListsInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264ReferenceListsInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264ReferenceListsInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeH264ReferenceListsInfo.Ptr
, but with the new size.StdVideoEncodeH264ReferenceListsInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264ReferenceListsInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264ReferenceListsInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH264ReferenceListsInfoFlags.Ptr
, but with the new size.StdVideoEncodeH264RefListModEntry.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264RefListModEntry.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264RefListModEntry.Ptr
that uses the same backing storage as thisStdVideoEncodeH264RefListModEntry.Ptr
, but with the new size.StdVideoEncodeH264RefPicMarkingEntry.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264RefPicMarkingEntry.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264RefPicMarkingEntry.Ptr
that uses the same backing storage as thisStdVideoEncodeH264RefPicMarkingEntry.Ptr
, but with the new size.@NotNull StdVideoEncodeH264SliceHeader.Ptr
StdVideoEncodeH264SliceHeader.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264SliceHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264SliceHeader.Ptr
that uses the same backing storage as thisStdVideoEncodeH264SliceHeader.Ptr
, but with the new size.StdVideoEncodeH264SliceHeaderFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264SliceHeaderFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264SliceHeaderFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH264SliceHeaderFlags.Ptr
, but with the new size.@NotNull StdVideoEncodeH264WeightTable.Ptr
StdVideoEncodeH264WeightTable.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264WeightTable.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264WeightTable.Ptr
that uses the same backing storage as thisStdVideoEncodeH264WeightTable.Ptr
, but with the new size.StdVideoEncodeH264WeightTableFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264WeightTableFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264WeightTableFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH264WeightTableFlags.Ptr
, but with the new size.StdVideoEncodeH265LongTermRefPics.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265LongTermRefPics.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265LongTermRefPics.Ptr
that uses the same backing storage as thisStdVideoEncodeH265LongTermRefPics.Ptr
, but with the new size.@NotNull StdVideoEncodeH265PictureInfo.Ptr
StdVideoEncodeH265PictureInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265PictureInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265PictureInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeH265PictureInfo.Ptr
, but with the new size.StdVideoEncodeH265PictureInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265PictureInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265PictureInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH265PictureInfoFlags.Ptr
, but with the new size.@NotNull StdVideoEncodeH265ReferenceInfo.Ptr
StdVideoEncodeH265ReferenceInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265ReferenceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265ReferenceInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeH265ReferenceInfo.Ptr
, but with the new size.StdVideoEncodeH265ReferenceInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265ReferenceInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265ReferenceInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH265ReferenceInfoFlags.Ptr
, but with the new size.StdVideoEncodeH265ReferenceListsInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265ReferenceListsInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265ReferenceListsInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeH265ReferenceListsInfo.Ptr
, but with the new size.StdVideoEncodeH265ReferenceListsInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265ReferenceListsInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265ReferenceListsInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH265ReferenceListsInfoFlags.Ptr
, but with the new size.StdVideoEncodeH265SliceSegmentHeader.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265SliceSegmentHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265SliceSegmentHeader.Ptr
that uses the same backing storage as thisStdVideoEncodeH265SliceSegmentHeader.Ptr
, but with the new size.StdVideoEncodeH265SliceSegmentHeaderFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265SliceSegmentHeaderFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265SliceSegmentHeaderFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH265SliceSegmentHeaderFlags.Ptr
, but with the new size.@NotNull StdVideoEncodeH265WeightTable.Ptr
StdVideoEncodeH265WeightTable.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265WeightTable.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265WeightTable.Ptr
that uses the same backing storage as thisStdVideoEncodeH265WeightTable.Ptr
, but with the new size.StdVideoEncodeH265WeightTableFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265WeightTableFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265WeightTableFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH265WeightTableFlags.Ptr
, but with the new size.@NotNull StdVideoH264HrdParameters.Ptr
StdVideoH264HrdParameters.Ptr.reinterpret
(long newSize) Assume theStdVideoH264HrdParameters.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH264HrdParameters.Ptr
that uses the same backing storage as thisStdVideoH264HrdParameters.Ptr
, but with the new size.@NotNull StdVideoH264PictureParameterSet.Ptr
StdVideoH264PictureParameterSet.Ptr.reinterpret
(long newSize) Assume theStdVideoH264PictureParameterSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH264PictureParameterSet.Ptr
that uses the same backing storage as thisStdVideoH264PictureParameterSet.Ptr
, but with the new size.@NotNull StdVideoH264PpsFlags.Ptr
StdVideoH264PpsFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH264PpsFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH264PpsFlags.Ptr
that uses the same backing storage as thisStdVideoH264PpsFlags.Ptr
, but with the new size.@NotNull StdVideoH264ScalingLists.Ptr
StdVideoH264ScalingLists.Ptr.reinterpret
(long newSize) Assume theStdVideoH264ScalingLists.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH264ScalingLists.Ptr
that uses the same backing storage as thisStdVideoH264ScalingLists.Ptr
, but with the new size.@NotNull StdVideoH264SequenceParameterSet.Ptr
StdVideoH264SequenceParameterSet.Ptr.reinterpret
(long newSize) Assume theStdVideoH264SequenceParameterSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH264SequenceParameterSet.Ptr
that uses the same backing storage as thisStdVideoH264SequenceParameterSet.Ptr
, but with the new size.StdVideoH264SequenceParameterSetVui.Ptr.reinterpret
(long newSize) Assume theStdVideoH264SequenceParameterSetVui.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH264SequenceParameterSetVui.Ptr
that uses the same backing storage as thisStdVideoH264SequenceParameterSetVui.Ptr
, but with the new size.@NotNull StdVideoH264SpsFlags.Ptr
StdVideoH264SpsFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH264SpsFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH264SpsFlags.Ptr
that uses the same backing storage as thisStdVideoH264SpsFlags.Ptr
, but with the new size.@NotNull StdVideoH264SpsVuiFlags.Ptr
StdVideoH264SpsVuiFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH264SpsVuiFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH264SpsVuiFlags.Ptr
that uses the same backing storage as thisStdVideoH264SpsVuiFlags.Ptr
, but with the new size.@NotNull StdVideoH265DecPicBufMgr.Ptr
StdVideoH265DecPicBufMgr.Ptr.reinterpret
(long newSize) Assume theStdVideoH265DecPicBufMgr.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265DecPicBufMgr.Ptr
that uses the same backing storage as thisStdVideoH265DecPicBufMgr.Ptr
, but with the new size.@NotNull StdVideoH265HrdFlags.Ptr
StdVideoH265HrdFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265HrdFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265HrdFlags.Ptr
that uses the same backing storage as thisStdVideoH265HrdFlags.Ptr
, but with the new size.@NotNull StdVideoH265HrdParameters.Ptr
StdVideoH265HrdParameters.Ptr.reinterpret
(long newSize) Assume theStdVideoH265HrdParameters.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265HrdParameters.Ptr
that uses the same backing storage as thisStdVideoH265HrdParameters.Ptr
, but with the new size.@NotNull StdVideoH265LongTermRefPicsSps.Ptr
StdVideoH265LongTermRefPicsSps.Ptr.reinterpret
(long newSize) Assume theStdVideoH265LongTermRefPicsSps.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265LongTermRefPicsSps.Ptr
that uses the same backing storage as thisStdVideoH265LongTermRefPicsSps.Ptr
, but with the new size.@NotNull StdVideoH265PictureParameterSet.Ptr
StdVideoH265PictureParameterSet.Ptr.reinterpret
(long newSize) Assume theStdVideoH265PictureParameterSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265PictureParameterSet.Ptr
that uses the same backing storage as thisStdVideoH265PictureParameterSet.Ptr
, but with the new size.@NotNull StdVideoH265PpsFlags.Ptr
StdVideoH265PpsFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265PpsFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265PpsFlags.Ptr
that uses the same backing storage as thisStdVideoH265PpsFlags.Ptr
, but with the new size.StdVideoH265PredictorPaletteEntries.Ptr.reinterpret
(long newSize) Assume theStdVideoH265PredictorPaletteEntries.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265PredictorPaletteEntries.Ptr
that uses the same backing storage as thisStdVideoH265PredictorPaletteEntries.Ptr
, but with the new size.@NotNull StdVideoH265ProfileTierLevel.Ptr
StdVideoH265ProfileTierLevel.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ProfileTierLevel.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ProfileTierLevel.Ptr
that uses the same backing storage as thisStdVideoH265ProfileTierLevel.Ptr
, but with the new size.StdVideoH265ProfileTierLevelFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ProfileTierLevelFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ProfileTierLevelFlags.Ptr
that uses the same backing storage as thisStdVideoH265ProfileTierLevelFlags.Ptr
, but with the new size.@NotNull StdVideoH265ScalingLists.Ptr
StdVideoH265ScalingLists.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ScalingLists.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ScalingLists.Ptr
that uses the same backing storage as thisStdVideoH265ScalingLists.Ptr
, but with the new size.@NotNull StdVideoH265SequenceParameterSet.Ptr
StdVideoH265SequenceParameterSet.Ptr.reinterpret
(long newSize) Assume theStdVideoH265SequenceParameterSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265SequenceParameterSet.Ptr
that uses the same backing storage as thisStdVideoH265SequenceParameterSet.Ptr
, but with the new size.StdVideoH265SequenceParameterSetVui.Ptr.reinterpret
(long newSize) Assume theStdVideoH265SequenceParameterSetVui.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265SequenceParameterSetVui.Ptr
that uses the same backing storage as thisStdVideoH265SequenceParameterSetVui.Ptr
, but with the new size.@NotNull StdVideoH265ShortTermRefPicSet.Ptr
StdVideoH265ShortTermRefPicSet.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ShortTermRefPicSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ShortTermRefPicSet.Ptr
that uses the same backing storage as thisStdVideoH265ShortTermRefPicSet.Ptr
, but with the new size.StdVideoH265ShortTermRefPicSetFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ShortTermRefPicSetFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ShortTermRefPicSetFlags.Ptr
that uses the same backing storage as thisStdVideoH265ShortTermRefPicSetFlags.Ptr
, but with the new size.@NotNull StdVideoH265SpsFlags.Ptr
StdVideoH265SpsFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265SpsFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265SpsFlags.Ptr
that uses the same backing storage as thisStdVideoH265SpsFlags.Ptr
, but with the new size.@NotNull StdVideoH265SpsVuiFlags.Ptr
StdVideoH265SpsVuiFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265SpsVuiFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265SpsVuiFlags.Ptr
that uses the same backing storage as thisStdVideoH265SpsVuiFlags.Ptr
, but with the new size.StdVideoH265SubLayerHrdParameters.Ptr.reinterpret
(long newSize) Assume theStdVideoH265SubLayerHrdParameters.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265SubLayerHrdParameters.Ptr
that uses the same backing storage as thisStdVideoH265SubLayerHrdParameters.Ptr
, but with the new size.@NotNull StdVideoH265VideoParameterSet.Ptr
StdVideoH265VideoParameterSet.Ptr.reinterpret
(long newSize) Assume theStdVideoH265VideoParameterSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265VideoParameterSet.Ptr
that uses the same backing storage as thisStdVideoH265VideoParameterSet.Ptr
, but with the new size.@NotNull StdVideoH265VpsFlags.Ptr
StdVideoH265VpsFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoH265VpsFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265VpsFlags.Ptr
that uses the same backing storage as thisStdVideoH265VpsFlags.Ptr
, but with the new size.@NotNull VkAabbPositionsKHR.Ptr
VkAabbPositionsKHR.Ptr.reinterpret
(long newSize) Assume theVkAabbPositionsKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAabbPositionsKHR.Ptr
that uses the same backing storage as thisVkAabbPositionsKHR.Ptr
, but with the new size.VkAccelerationStructureBuildGeometryInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureBuildGeometryInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureBuildGeometryInfoKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureBuildGeometryInfoKHR.Ptr
, but with the new size.VkAccelerationStructureBuildRangeInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureBuildRangeInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureBuildRangeInfoKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureBuildRangeInfoKHR.Ptr
, but with the new size.VkAccelerationStructureBuildSizesInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureBuildSizesInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureBuildSizesInfoKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureBuildSizesInfoKHR.Ptr
, but with the new size.VkAccelerationStructureCaptureDescriptorDataInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureCaptureDescriptorDataInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureCaptureDescriptorDataInfoEXT.Ptr
that uses the same backing storage as thisVkAccelerationStructureCaptureDescriptorDataInfoEXT.Ptr
, but with the new size.VkAccelerationStructureCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureCreateInfoKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureCreateInfoKHR.Ptr
, but with the new size.VkAccelerationStructureCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureCreateInfoNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureCreateInfoNV.Ptr
, but with the new size.VkAccelerationStructureDeviceAddressInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureDeviceAddressInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureDeviceAddressInfoKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureDeviceAddressInfoKHR.Ptr
, but with the new size.VkAccelerationStructureGeometryAabbsDataKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometryAabbsDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometryAabbsDataKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometryAabbsDataKHR.Ptr
, but with the new size.VkAccelerationStructureGeometryDataKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometryDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometryDataKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometryDataKHR.Ptr
, but with the new size.VkAccelerationStructureGeometryInstancesDataKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometryInstancesDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometryInstancesDataKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometryInstancesDataKHR.Ptr
, but with the new size.VkAccelerationStructureGeometryKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometryKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometryKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometryKHR.Ptr
, but with the new size.VkAccelerationStructureGeometryLinearSweptSpheresDataNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometryLinearSweptSpheresDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometryLinearSweptSpheresDataNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometryLinearSweptSpheresDataNV.Ptr
, but with the new size.VkAccelerationStructureGeometryMotionTrianglesDataNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometryMotionTrianglesDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometryMotionTrianglesDataNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometryMotionTrianglesDataNV.Ptr
, but with the new size.VkAccelerationStructureGeometrySpheresDataNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometrySpheresDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometrySpheresDataNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometrySpheresDataNV.Ptr
, but with the new size.VkAccelerationStructureGeometryTrianglesDataKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometryTrianglesDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometryTrianglesDataKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometryTrianglesDataKHR.Ptr
, but with the new size.@NotNull VkAccelerationStructureInfoNV.Ptr
VkAccelerationStructureInfoNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureInfoNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureInfoNV.Ptr
, but with the new size.VkAccelerationStructureInstanceKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureInstanceKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureInstanceKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureInstanceKHR.Ptr
, but with the new size.VkAccelerationStructureMatrixMotionInstanceNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureMatrixMotionInstanceNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureMatrixMotionInstanceNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureMatrixMotionInstanceNV.Ptr
, but with the new size.VkAccelerationStructureMemoryRequirementsInfoNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureMemoryRequirementsInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureMemoryRequirementsInfoNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureMemoryRequirementsInfoNV.Ptr
, but with the new size.VkAccelerationStructureMotionInfoNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureMotionInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureMotionInfoNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureMotionInfoNV.Ptr
, but with the new size.VkAccelerationStructureMotionInstanceDataNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureMotionInstanceDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureMotionInstanceDataNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureMotionInstanceDataNV.Ptr
, but with the new size.VkAccelerationStructureMotionInstanceNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureMotionInstanceNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureMotionInstanceNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureMotionInstanceNV.Ptr
, but with the new size.VkAccelerationStructureSRTMotionInstanceNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureSRTMotionInstanceNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureSRTMotionInstanceNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureSRTMotionInstanceNV.Ptr
, but with the new size.VkAccelerationStructureTrianglesDisplacementMicromapNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureTrianglesDisplacementMicromapNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureTrianglesDisplacementMicromapNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureTrianglesDisplacementMicromapNV.Ptr
, but with the new size.VkAccelerationStructureTrianglesOpacityMicromapEXT.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureTrianglesOpacityMicromapEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureTrianglesOpacityMicromapEXT.Ptr
that uses the same backing storage as thisVkAccelerationStructureTrianglesOpacityMicromapEXT.Ptr
, but with the new size.VkAccelerationStructureVersionInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureVersionInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureVersionInfoKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureVersionInfoKHR.Ptr
, but with the new size.@NotNull VkAcquireNextImageInfoKHR.Ptr
VkAcquireNextImageInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAcquireNextImageInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAcquireNextImageInfoKHR.Ptr
that uses the same backing storage as thisVkAcquireNextImageInfoKHR.Ptr
, but with the new size.@NotNull VkAcquireProfilingLockInfoKHR.Ptr
VkAcquireProfilingLockInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAcquireProfilingLockInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAcquireProfilingLockInfoKHR.Ptr
that uses the same backing storage as thisVkAcquireProfilingLockInfoKHR.Ptr
, but with the new size.@NotNull VkAllocationCallbacks.Ptr
VkAllocationCallbacks.Ptr.reinterpret
(long newSize) Assume theVkAllocationCallbacks.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAllocationCallbacks.Ptr
that uses the same backing storage as thisVkAllocationCallbacks.Ptr
, but with the new size.@NotNull VkAmigoProfilingSubmitInfoSEC.Ptr
VkAmigoProfilingSubmitInfoSEC.Ptr.reinterpret
(long newSize) Assume theVkAmigoProfilingSubmitInfoSEC.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAmigoProfilingSubmitInfoSEC.Ptr
that uses the same backing storage as thisVkAmigoProfilingSubmitInfoSEC.Ptr
, but with the new size.VkAndroidHardwareBufferFormatProperties2ANDROID.Ptr.reinterpret
(long newSize) Assume theVkAndroidHardwareBufferFormatProperties2ANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAndroidHardwareBufferFormatProperties2ANDROID.Ptr
that uses the same backing storage as thisVkAndroidHardwareBufferFormatProperties2ANDROID.Ptr
, but with the new size.VkAndroidHardwareBufferFormatPropertiesANDROID.Ptr.reinterpret
(long newSize) Assume theVkAndroidHardwareBufferFormatPropertiesANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAndroidHardwareBufferFormatPropertiesANDROID.Ptr
that uses the same backing storage as thisVkAndroidHardwareBufferFormatPropertiesANDROID.Ptr
, but with the new size.VkAndroidHardwareBufferFormatResolvePropertiesANDROID.Ptr.reinterpret
(long newSize) Assume theVkAndroidHardwareBufferFormatResolvePropertiesANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAndroidHardwareBufferFormatResolvePropertiesANDROID.Ptr
that uses the same backing storage as thisVkAndroidHardwareBufferFormatResolvePropertiesANDROID.Ptr
, but with the new size.VkAndroidHardwareBufferPropertiesANDROID.Ptr.reinterpret
(long newSize) Assume theVkAndroidHardwareBufferPropertiesANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAndroidHardwareBufferPropertiesANDROID.Ptr
that uses the same backing storage as thisVkAndroidHardwareBufferPropertiesANDROID.Ptr
, but with the new size.VkAndroidHardwareBufferUsageANDROID.Ptr.reinterpret
(long newSize) Assume theVkAndroidHardwareBufferUsageANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAndroidHardwareBufferUsageANDROID.Ptr
that uses the same backing storage as thisVkAndroidHardwareBufferUsageANDROID.Ptr
, but with the new size.@NotNull VkAndroidSurfaceCreateInfoKHR.Ptr
VkAndroidSurfaceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkAndroidSurfaceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAndroidSurfaceCreateInfoKHR.Ptr
that uses the same backing storage as thisVkAndroidSurfaceCreateInfoKHR.Ptr
, but with the new size.@NotNull VkAntiLagDataAMD.Ptr
VkAntiLagDataAMD.Ptr.reinterpret
(long newSize) Assume theVkAntiLagDataAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAntiLagDataAMD.Ptr
that uses the same backing storage as thisVkAntiLagDataAMD.Ptr
, but with the new size.@NotNull VkAntiLagPresentationInfoAMD.Ptr
VkAntiLagPresentationInfoAMD.Ptr.reinterpret
(long newSize) Assume theVkAntiLagPresentationInfoAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAntiLagPresentationInfoAMD.Ptr
that uses the same backing storage as thisVkAntiLagPresentationInfoAMD.Ptr
, but with the new size.@NotNull VkApplicationInfo.Ptr
VkApplicationInfo.Ptr.reinterpret
(long newSize) Assume theVkApplicationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkApplicationInfo.Ptr
that uses the same backing storage as thisVkApplicationInfo.Ptr
, but with the new size.@NotNull VkApplicationParametersEXT.Ptr
VkApplicationParametersEXT.Ptr.reinterpret
(long newSize) Assume theVkApplicationParametersEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkApplicationParametersEXT.Ptr
that uses the same backing storage as thisVkApplicationParametersEXT.Ptr
, but with the new size.@NotNull VkAttachmentDescription.Ptr
VkAttachmentDescription.Ptr.reinterpret
(long newSize) Assume theVkAttachmentDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentDescription.Ptr
that uses the same backing storage as thisVkAttachmentDescription.Ptr
, but with the new size.@NotNull VkAttachmentDescription2.Ptr
VkAttachmentDescription2.Ptr.reinterpret
(long newSize) Assume theVkAttachmentDescription2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentDescription2.Ptr
that uses the same backing storage as thisVkAttachmentDescription2.Ptr
, but with the new size.VkAttachmentDescriptionStencilLayout.Ptr.reinterpret
(long newSize) Assume theVkAttachmentDescriptionStencilLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentDescriptionStencilLayout.Ptr
that uses the same backing storage as thisVkAttachmentDescriptionStencilLayout.Ptr
, but with the new size.@NotNull VkAttachmentReference.Ptr
VkAttachmentReference.Ptr.reinterpret
(long newSize) Assume theVkAttachmentReference.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentReference.Ptr
that uses the same backing storage as thisVkAttachmentReference.Ptr
, but with the new size.@NotNull VkAttachmentReference2.Ptr
VkAttachmentReference2.Ptr.reinterpret
(long newSize) Assume theVkAttachmentReference2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentReference2.Ptr
that uses the same backing storage as thisVkAttachmentReference2.Ptr
, but with the new size.VkAttachmentReferenceStencilLayout.Ptr.reinterpret
(long newSize) Assume theVkAttachmentReferenceStencilLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentReferenceStencilLayout.Ptr
that uses the same backing storage as thisVkAttachmentReferenceStencilLayout.Ptr
, but with the new size.@NotNull VkAttachmentSampleCountInfoAMD.Ptr
VkAttachmentSampleCountInfoAMD.Ptr.reinterpret
(long newSize) Assume theVkAttachmentSampleCountInfoAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentSampleCountInfoAMD.Ptr
that uses the same backing storage as thisVkAttachmentSampleCountInfoAMD.Ptr
, but with the new size.@NotNull VkAttachmentSampleLocationsEXT.Ptr
VkAttachmentSampleLocationsEXT.Ptr.reinterpret
(long newSize) Assume theVkAttachmentSampleLocationsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAttachmentSampleLocationsEXT.Ptr
that uses the same backing storage as thisVkAttachmentSampleLocationsEXT.Ptr
, but with the new size.@NotNull VkBaseInStructure.Ptr
VkBaseInStructure.Ptr.reinterpret
(long newSize) Assume theVkBaseInStructure.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBaseInStructure.Ptr
that uses the same backing storage as thisVkBaseInStructure.Ptr
, but with the new size.@NotNull VkBaseOutStructure.Ptr
VkBaseOutStructure.Ptr.reinterpret
(long newSize) Assume theVkBaseOutStructure.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBaseOutStructure.Ptr
that uses the same backing storage as thisVkBaseOutStructure.Ptr
, but with the new size.VkBindAccelerationStructureMemoryInfoNV.Ptr.reinterpret
(long newSize) Assume theVkBindAccelerationStructureMemoryInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindAccelerationStructureMemoryInfoNV.Ptr
that uses the same backing storage as thisVkBindAccelerationStructureMemoryInfoNV.Ptr
, but with the new size.VkBindBufferMemoryDeviceGroupInfo.Ptr.reinterpret
(long newSize) Assume theVkBindBufferMemoryDeviceGroupInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindBufferMemoryDeviceGroupInfo.Ptr
that uses the same backing storage as thisVkBindBufferMemoryDeviceGroupInfo.Ptr
, but with the new size.@NotNull VkBindBufferMemoryInfo.Ptr
VkBindBufferMemoryInfo.Ptr.reinterpret
(long newSize) Assume theVkBindBufferMemoryInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindBufferMemoryInfo.Ptr
that uses the same backing storage as thisVkBindBufferMemoryInfo.Ptr
, but with the new size.VkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr
that uses the same backing storage as thisVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr
, but with the new size.@NotNull VkBindDescriptorSetsInfo.Ptr
VkBindDescriptorSetsInfo.Ptr.reinterpret
(long newSize) Assume theVkBindDescriptorSetsInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindDescriptorSetsInfo.Ptr
that uses the same backing storage as thisVkBindDescriptorSetsInfo.Ptr
, but with the new size.@NotNull VkBindImageMemoryDeviceGroupInfo.Ptr
VkBindImageMemoryDeviceGroupInfo.Ptr.reinterpret
(long newSize) Assume theVkBindImageMemoryDeviceGroupInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindImageMemoryDeviceGroupInfo.Ptr
that uses the same backing storage as thisVkBindImageMemoryDeviceGroupInfo.Ptr
, but with the new size.@NotNull VkBindImageMemoryInfo.Ptr
VkBindImageMemoryInfo.Ptr.reinterpret
(long newSize) Assume theVkBindImageMemoryInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindImageMemoryInfo.Ptr
that uses the same backing storage as thisVkBindImageMemoryInfo.Ptr
, but with the new size.VkBindImageMemorySwapchainInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkBindImageMemorySwapchainInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindImageMemorySwapchainInfoKHR.Ptr
that uses the same backing storage as thisVkBindImageMemorySwapchainInfoKHR.Ptr
, but with the new size.@NotNull VkBindImagePlaneMemoryInfo.Ptr
VkBindImagePlaneMemoryInfo.Ptr.reinterpret
(long newSize) Assume theVkBindImagePlaneMemoryInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindImagePlaneMemoryInfo.Ptr
that uses the same backing storage as thisVkBindImagePlaneMemoryInfo.Ptr
, but with the new size.VkBindIndexBufferIndirectCommandEXT.Ptr.reinterpret
(long newSize) Assume theVkBindIndexBufferIndirectCommandEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindIndexBufferIndirectCommandEXT.Ptr
that uses the same backing storage as thisVkBindIndexBufferIndirectCommandEXT.Ptr
, but with the new size.VkBindIndexBufferIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkBindIndexBufferIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindIndexBufferIndirectCommandNV.Ptr
that uses the same backing storage as thisVkBindIndexBufferIndirectCommandNV.Ptr
, but with the new size.@NotNull VkBindMemoryStatus.Ptr
VkBindMemoryStatus.Ptr.reinterpret
(long newSize) Assume theVkBindMemoryStatus.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindMemoryStatus.Ptr
that uses the same backing storage as thisVkBindMemoryStatus.Ptr
, but with the new size.@NotNull VkBindPipelineIndirectCommandNV.Ptr
VkBindPipelineIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkBindPipelineIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindPipelineIndirectCommandNV.Ptr
that uses the same backing storage as thisVkBindPipelineIndirectCommandNV.Ptr
, but with the new size.VkBindShaderGroupIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkBindShaderGroupIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindShaderGroupIndirectCommandNV.Ptr
that uses the same backing storage as thisVkBindShaderGroupIndirectCommandNV.Ptr
, but with the new size.@NotNull VkBindSparseInfo.Ptr
VkBindSparseInfo.Ptr.reinterpret
(long newSize) Assume theVkBindSparseInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindSparseInfo.Ptr
that uses the same backing storage as thisVkBindSparseInfo.Ptr
, but with the new size.VkBindVertexBufferIndirectCommandEXT.Ptr.reinterpret
(long newSize) Assume theVkBindVertexBufferIndirectCommandEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindVertexBufferIndirectCommandEXT.Ptr
that uses the same backing storage as thisVkBindVertexBufferIndirectCommandEXT.Ptr
, but with the new size.VkBindVertexBufferIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkBindVertexBufferIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindVertexBufferIndirectCommandNV.Ptr
that uses the same backing storage as thisVkBindVertexBufferIndirectCommandNV.Ptr
, but with the new size.@NotNull VkBindVideoSessionMemoryInfoKHR.Ptr
VkBindVideoSessionMemoryInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkBindVideoSessionMemoryInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBindVideoSessionMemoryInfoKHR.Ptr
that uses the same backing storage as thisVkBindVideoSessionMemoryInfoKHR.Ptr
, but with the new size.@NotNull VkBlitImageCubicWeightsInfoQCOM.Ptr
VkBlitImageCubicWeightsInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkBlitImageCubicWeightsInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBlitImageCubicWeightsInfoQCOM.Ptr
that uses the same backing storage as thisVkBlitImageCubicWeightsInfoQCOM.Ptr
, but with the new size.@NotNull VkBlitImageInfo2.Ptr
VkBlitImageInfo2.Ptr.reinterpret
(long newSize) Assume theVkBlitImageInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBlitImageInfo2.Ptr
that uses the same backing storage as thisVkBlitImageInfo2.Ptr
, but with the new size.VkBufferCaptureDescriptorDataInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkBufferCaptureDescriptorDataInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCaptureDescriptorDataInfoEXT.Ptr
that uses the same backing storage as thisVkBufferCaptureDescriptorDataInfoEXT.Ptr
, but with the new size.VkBufferCollectionBufferCreateInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr
, but with the new size.VkBufferCollectionConstraintsInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferCollectionConstraintsInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCollectionConstraintsInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkBufferCollectionConstraintsInfoFUCHSIA.Ptr
, but with the new size.VkBufferCollectionCreateInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferCollectionCreateInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCollectionCreateInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkBufferCollectionCreateInfoFUCHSIA.Ptr
, but with the new size.VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferCollectionImageCreateInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCollectionImageCreateInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkBufferCollectionImageCreateInfoFUCHSIA.Ptr
, but with the new size.VkBufferCollectionPropertiesFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferCollectionPropertiesFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCollectionPropertiesFUCHSIA.Ptr
that uses the same backing storage as thisVkBufferCollectionPropertiesFUCHSIA.Ptr
, but with the new size.@NotNull VkBufferConstraintsInfoFUCHSIA.Ptr
VkBufferConstraintsInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferConstraintsInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferConstraintsInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkBufferConstraintsInfoFUCHSIA.Ptr
, but with the new size.@NotNull VkBufferCopy.Ptr
VkBufferCopy.Ptr.reinterpret
(long newSize) Assume theVkBufferCopy.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCopy.Ptr
that uses the same backing storage as thisVkBufferCopy.Ptr
, but with the new size.@NotNull VkBufferCopy2.Ptr
VkBufferCopy2.Ptr.reinterpret
(long newSize) Assume theVkBufferCopy2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCopy2.Ptr
that uses the same backing storage as thisVkBufferCopy2.Ptr
, but with the new size.@NotNull VkBufferCreateInfo.Ptr
VkBufferCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkBufferCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCreateInfo.Ptr
that uses the same backing storage as thisVkBufferCreateInfo.Ptr
, but with the new size.VkBufferDeviceAddressCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkBufferDeviceAddressCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferDeviceAddressCreateInfoEXT.Ptr
that uses the same backing storage as thisVkBufferDeviceAddressCreateInfoEXT.Ptr
, but with the new size.@NotNull VkBufferDeviceAddressInfo.Ptr
VkBufferDeviceAddressInfo.Ptr.reinterpret
(long newSize) Assume theVkBufferDeviceAddressInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferDeviceAddressInfo.Ptr
that uses the same backing storage as thisVkBufferDeviceAddressInfo.Ptr
, but with the new size.@NotNull VkBufferImageCopy.Ptr
VkBufferImageCopy.Ptr.reinterpret
(long newSize) Assume theVkBufferImageCopy.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferImageCopy.Ptr
that uses the same backing storage as thisVkBufferImageCopy.Ptr
, but with the new size.@NotNull VkBufferImageCopy2.Ptr
VkBufferImageCopy2.Ptr.reinterpret
(long newSize) Assume theVkBufferImageCopy2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferImageCopy2.Ptr
that uses the same backing storage as thisVkBufferImageCopy2.Ptr
, but with the new size.@NotNull VkBufferMemoryBarrier.Ptr
VkBufferMemoryBarrier.Ptr.reinterpret
(long newSize) Assume theVkBufferMemoryBarrier.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferMemoryBarrier.Ptr
that uses the same backing storage as thisVkBufferMemoryBarrier.Ptr
, but with the new size.@NotNull VkBufferMemoryBarrier2.Ptr
VkBufferMemoryBarrier2.Ptr.reinterpret
(long newSize) Assume theVkBufferMemoryBarrier2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferMemoryBarrier2.Ptr
that uses the same backing storage as thisVkBufferMemoryBarrier2.Ptr
, but with the new size.@NotNull VkBufferMemoryRequirementsInfo2.Ptr
VkBufferMemoryRequirementsInfo2.Ptr.reinterpret
(long newSize) Assume theVkBufferMemoryRequirementsInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferMemoryRequirementsInfo2.Ptr
that uses the same backing storage as thisVkBufferMemoryRequirementsInfo2.Ptr
, but with the new size.VkBufferOpaqueCaptureAddressCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkBufferOpaqueCaptureAddressCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferOpaqueCaptureAddressCreateInfo.Ptr
that uses the same backing storage as thisVkBufferOpaqueCaptureAddressCreateInfo.Ptr
, but with the new size.@NotNull VkBufferUsageFlags2CreateInfo.Ptr
VkBufferUsageFlags2CreateInfo.Ptr.reinterpret
(long newSize) Assume theVkBufferUsageFlags2CreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferUsageFlags2CreateInfo.Ptr
that uses the same backing storage as thisVkBufferUsageFlags2CreateInfo.Ptr
, but with the new size.@NotNull VkBufferViewCreateInfo.Ptr
VkBufferViewCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkBufferViewCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferViewCreateInfo.Ptr
that uses the same backing storage as thisVkBufferViewCreateInfo.Ptr
, but with the new size.VkBuildPartitionedAccelerationStructureIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkBuildPartitionedAccelerationStructureIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBuildPartitionedAccelerationStructureIndirectCommandNV.Ptr
that uses the same backing storage as thisVkBuildPartitionedAccelerationStructureIndirectCommandNV.Ptr
, but with the new size.VkBuildPartitionedAccelerationStructureInfoNV.Ptr.reinterpret
(long newSize) Assume theVkBuildPartitionedAccelerationStructureInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBuildPartitionedAccelerationStructureInfoNV.Ptr
that uses the same backing storage as thisVkBuildPartitionedAccelerationStructureInfoNV.Ptr
, but with the new size.@NotNull VkCalibratedTimestampInfoKHR.Ptr
VkCalibratedTimestampInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkCalibratedTimestampInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCalibratedTimestampInfoKHR.Ptr
that uses the same backing storage as thisVkCalibratedTimestampInfoKHR.Ptr
, but with the new size.@NotNull VkCheckpointData2NV.Ptr
VkCheckpointData2NV.Ptr.reinterpret
(long newSize) Assume theVkCheckpointData2NV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCheckpointData2NV.Ptr
that uses the same backing storage as thisVkCheckpointData2NV.Ptr
, but with the new size.@NotNull VkCheckpointDataNV.Ptr
VkCheckpointDataNV.Ptr.reinterpret
(long newSize) Assume theVkCheckpointDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCheckpointDataNV.Ptr
that uses the same backing storage as thisVkCheckpointDataNV.Ptr
, but with the new size.@NotNull VkClearAttachment.Ptr
VkClearAttachment.Ptr.reinterpret
(long newSize) Assume theVkClearAttachment.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClearAttachment.Ptr
that uses the same backing storage as thisVkClearAttachment.Ptr
, but with the new size.@NotNull VkClearColorValue.Ptr
VkClearColorValue.Ptr.reinterpret
(long newSize) Assume theVkClearColorValue.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClearColorValue.Ptr
that uses the same backing storage as thisVkClearColorValue.Ptr
, but with the new size.@NotNull VkClearDepthStencilValue.Ptr
VkClearDepthStencilValue.Ptr.reinterpret
(long newSize) Assume theVkClearDepthStencilValue.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClearDepthStencilValue.Ptr
that uses the same backing storage as thisVkClearDepthStencilValue.Ptr
, but with the new size.@NotNull VkClearRect.Ptr
VkClearRect.Ptr.reinterpret
(long newSize) Assume theVkClearRect.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClearRect.Ptr
that uses the same backing storage as thisVkClearRect.Ptr
, but with the new size.@NotNull VkClearValue.Ptr
VkClearValue.Ptr.reinterpret
(long newSize) Assume theVkClearValue.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClearValue.Ptr
that uses the same backing storage as thisVkClearValue.Ptr
, but with the new size.VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.Ptr
, but with the new size.VkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureBuildTriangleClusterInfoNV.Ptr
, but with the new size.VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.Ptr
, but with the new size.VkClusterAccelerationStructureClustersBottomLevelInputNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureClustersBottomLevelInputNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureClustersBottomLevelInputNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureClustersBottomLevelInputNV.Ptr
, but with the new size.VkClusterAccelerationStructureCommandsInfoNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureCommandsInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureCommandsInfoNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureCommandsInfoNV.Ptr
, but with the new size.VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr
, but with the new size.VkClusterAccelerationStructureInputInfoNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureInputInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureInputInfoNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureInputInfoNV.Ptr
, but with the new size.VkClusterAccelerationStructureInstantiateClusterInfoNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureInstantiateClusterInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureInstantiateClusterInfoNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureInstantiateClusterInfoNV.Ptr
, but with the new size.VkClusterAccelerationStructureMoveObjectsInfoNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureMoveObjectsInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureMoveObjectsInfoNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureMoveObjectsInfoNV.Ptr
, but with the new size.VkClusterAccelerationStructureMoveObjectsInputNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureMoveObjectsInputNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureMoveObjectsInputNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureMoveObjectsInputNV.Ptr
, but with the new size.VkClusterAccelerationStructureOpInputNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureOpInputNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureOpInputNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureOpInputNV.Ptr
, but with the new size.VkClusterAccelerationStructureTriangleClusterInputNV.Ptr.reinterpret
(long newSize) Assume theVkClusterAccelerationStructureTriangleClusterInputNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkClusterAccelerationStructureTriangleClusterInputNV.Ptr
that uses the same backing storage as thisVkClusterAccelerationStructureTriangleClusterInputNV.Ptr
, but with the new size.@NotNull VkCoarseSampleLocationNV.Ptr
VkCoarseSampleLocationNV.Ptr.reinterpret
(long newSize) Assume theVkCoarseSampleLocationNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCoarseSampleLocationNV.Ptr
that uses the same backing storage as thisVkCoarseSampleLocationNV.Ptr
, but with the new size.@NotNull VkCoarseSampleOrderCustomNV.Ptr
VkCoarseSampleOrderCustomNV.Ptr.reinterpret
(long newSize) Assume theVkCoarseSampleOrderCustomNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCoarseSampleOrderCustomNV.Ptr
that uses the same backing storage as thisVkCoarseSampleOrderCustomNV.Ptr
, but with the new size.@NotNull VkColorBlendAdvancedEXT.Ptr
VkColorBlendAdvancedEXT.Ptr.reinterpret
(long newSize) Assume theVkColorBlendAdvancedEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkColorBlendAdvancedEXT.Ptr
that uses the same backing storage as thisVkColorBlendAdvancedEXT.Ptr
, but with the new size.@NotNull VkColorBlendEquationEXT.Ptr
VkColorBlendEquationEXT.Ptr.reinterpret
(long newSize) Assume theVkColorBlendEquationEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkColorBlendEquationEXT.Ptr
that uses the same backing storage as thisVkColorBlendEquationEXT.Ptr
, but with the new size.@NotNull VkCommandBufferAllocateInfo.Ptr
VkCommandBufferAllocateInfo.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferAllocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferAllocateInfo.Ptr
that uses the same backing storage as thisVkCommandBufferAllocateInfo.Ptr
, but with the new size.@NotNull VkCommandBufferBeginInfo.Ptr
VkCommandBufferBeginInfo.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferBeginInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferBeginInfo.Ptr
that uses the same backing storage as thisVkCommandBufferBeginInfo.Ptr
, but with the new size.VkCommandBufferInheritanceConditionalRenderingInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferInheritanceConditionalRenderingInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferInheritanceConditionalRenderingInfoEXT.Ptr
that uses the same backing storage as thisVkCommandBufferInheritanceConditionalRenderingInfoEXT.Ptr
, but with the new size.@NotNull VkCommandBufferInheritanceInfo.Ptr
VkCommandBufferInheritanceInfo.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferInheritanceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferInheritanceInfo.Ptr
that uses the same backing storage as thisVkCommandBufferInheritanceInfo.Ptr
, but with the new size.VkCommandBufferInheritanceRenderingInfo.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferInheritanceRenderingInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferInheritanceRenderingInfo.Ptr
that uses the same backing storage as thisVkCommandBufferInheritanceRenderingInfo.Ptr
, but with the new size.VkCommandBufferInheritanceRenderPassTransformInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferInheritanceRenderPassTransformInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferInheritanceRenderPassTransformInfoQCOM.Ptr
that uses the same backing storage as thisVkCommandBufferInheritanceRenderPassTransformInfoQCOM.Ptr
, but with the new size.VkCommandBufferInheritanceViewportScissorInfoNV.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferInheritanceViewportScissorInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferInheritanceViewportScissorInfoNV.Ptr
that uses the same backing storage as thisVkCommandBufferInheritanceViewportScissorInfoNV.Ptr
, but with the new size.@NotNull VkCommandBufferSubmitInfo.Ptr
VkCommandBufferSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkCommandBufferSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandBufferSubmitInfo.Ptr
that uses the same backing storage as thisVkCommandBufferSubmitInfo.Ptr
, but with the new size.@NotNull VkCommandPoolCreateInfo.Ptr
VkCommandPoolCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkCommandPoolCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCommandPoolCreateInfo.Ptr
that uses the same backing storage as thisVkCommandPoolCreateInfo.Ptr
, but with the new size.@NotNull VkComponentMapping.Ptr
VkComponentMapping.Ptr.reinterpret
(long newSize) Assume theVkComponentMapping.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkComponentMapping.Ptr
that uses the same backing storage as thisVkComponentMapping.Ptr
, but with the new size.@NotNull VkComputePipelineCreateInfo.Ptr
VkComputePipelineCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkComputePipelineCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkComputePipelineCreateInfo.Ptr
that uses the same backing storage as thisVkComputePipelineCreateInfo.Ptr
, but with the new size.VkComputePipelineIndirectBufferInfoNV.Ptr.reinterpret
(long newSize) Assume theVkComputePipelineIndirectBufferInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkComputePipelineIndirectBufferInfoNV.Ptr
that uses the same backing storage as thisVkComputePipelineIndirectBufferInfoNV.Ptr
, but with the new size.VkConditionalRenderingBeginInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkConditionalRenderingBeginInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkConditionalRenderingBeginInfoEXT.Ptr
that uses the same backing storage as thisVkConditionalRenderingBeginInfoEXT.Ptr
, but with the new size.@NotNull VkConformanceVersion.Ptr
VkConformanceVersion.Ptr.reinterpret
(long newSize) Assume theVkConformanceVersion.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkConformanceVersion.Ptr
that uses the same backing storage as thisVkConformanceVersion.Ptr
, but with the new size.VkConvertCooperativeVectorMatrixInfoNV.Ptr.reinterpret
(long newSize) Assume theVkConvertCooperativeVectorMatrixInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkConvertCooperativeVectorMatrixInfoNV.Ptr
that uses the same backing storage as thisVkConvertCooperativeVectorMatrixInfoNV.Ptr
, but with the new size.VkCooperativeMatrixFlexibleDimensionsPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkCooperativeMatrixFlexibleDimensionsPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCooperativeMatrixFlexibleDimensionsPropertiesNV.Ptr
that uses the same backing storage as thisVkCooperativeMatrixFlexibleDimensionsPropertiesNV.Ptr
, but with the new size.@NotNull VkCooperativeMatrixPropertiesKHR.Ptr
VkCooperativeMatrixPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkCooperativeMatrixPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCooperativeMatrixPropertiesKHR.Ptr
that uses the same backing storage as thisVkCooperativeMatrixPropertiesKHR.Ptr
, but with the new size.@NotNull VkCooperativeMatrixPropertiesNV.Ptr
VkCooperativeMatrixPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkCooperativeMatrixPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCooperativeMatrixPropertiesNV.Ptr
that uses the same backing storage as thisVkCooperativeMatrixPropertiesNV.Ptr
, but with the new size.@NotNull VkCooperativeVectorPropertiesNV.Ptr
VkCooperativeVectorPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkCooperativeVectorPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCooperativeVectorPropertiesNV.Ptr
that uses the same backing storage as thisVkCooperativeVectorPropertiesNV.Ptr
, but with the new size.VkCopyAccelerationStructureInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkCopyAccelerationStructureInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyAccelerationStructureInfoKHR.Ptr
that uses the same backing storage as thisVkCopyAccelerationStructureInfoKHR.Ptr
, but with the new size.VkCopyAccelerationStructureToMemoryInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkCopyAccelerationStructureToMemoryInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyAccelerationStructureToMemoryInfoKHR.Ptr
that uses the same backing storage as thisVkCopyAccelerationStructureToMemoryInfoKHR.Ptr
, but with the new size.@NotNull VkCopyBufferInfo2.Ptr
VkCopyBufferInfo2.Ptr.reinterpret
(long newSize) Assume theVkCopyBufferInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyBufferInfo2.Ptr
that uses the same backing storage as thisVkCopyBufferInfo2.Ptr
, but with the new size.@NotNull VkCopyBufferToImageInfo2.Ptr
VkCopyBufferToImageInfo2.Ptr.reinterpret
(long newSize) Assume theVkCopyBufferToImageInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyBufferToImageInfo2.Ptr
that uses the same backing storage as thisVkCopyBufferToImageInfo2.Ptr
, but with the new size.@NotNull VkCopyCommandTransformInfoQCOM.Ptr
VkCopyCommandTransformInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkCopyCommandTransformInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyCommandTransformInfoQCOM.Ptr
that uses the same backing storage as thisVkCopyCommandTransformInfoQCOM.Ptr
, but with the new size.@NotNull VkCopyDescriptorSet.Ptr
VkCopyDescriptorSet.Ptr.reinterpret
(long newSize) Assume theVkCopyDescriptorSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyDescriptorSet.Ptr
that uses the same backing storage as thisVkCopyDescriptorSet.Ptr
, but with the new size.@NotNull VkCopyImageInfo2.Ptr
VkCopyImageInfo2.Ptr.reinterpret
(long newSize) Assume theVkCopyImageInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyImageInfo2.Ptr
that uses the same backing storage as thisVkCopyImageInfo2.Ptr
, but with the new size.@NotNull VkCopyImageToBufferInfo2.Ptr
VkCopyImageToBufferInfo2.Ptr.reinterpret
(long newSize) Assume theVkCopyImageToBufferInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyImageToBufferInfo2.Ptr
that uses the same backing storage as thisVkCopyImageToBufferInfo2.Ptr
, but with the new size.@NotNull VkCopyImageToImageInfo.Ptr
VkCopyImageToImageInfo.Ptr.reinterpret
(long newSize) Assume theVkCopyImageToImageInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyImageToImageInfo.Ptr
that uses the same backing storage as thisVkCopyImageToImageInfo.Ptr
, but with the new size.@NotNull VkCopyImageToMemoryInfo.Ptr
VkCopyImageToMemoryInfo.Ptr.reinterpret
(long newSize) Assume theVkCopyImageToMemoryInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyImageToMemoryInfo.Ptr
that uses the same backing storage as thisVkCopyImageToMemoryInfo.Ptr
, but with the new size.@NotNull VkCopyMemoryIndirectCommandNV.Ptr
VkCopyMemoryIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkCopyMemoryIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyMemoryIndirectCommandNV.Ptr
that uses the same backing storage as thisVkCopyMemoryIndirectCommandNV.Ptr
, but with the new size.VkCopyMemoryToAccelerationStructureInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkCopyMemoryToAccelerationStructureInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyMemoryToAccelerationStructureInfoKHR.Ptr
that uses the same backing storage as thisVkCopyMemoryToAccelerationStructureInfoKHR.Ptr
, but with the new size.VkCopyMemoryToImageIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkCopyMemoryToImageIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyMemoryToImageIndirectCommandNV.Ptr
that uses the same backing storage as thisVkCopyMemoryToImageIndirectCommandNV.Ptr
, but with the new size.@NotNull VkCopyMemoryToImageInfo.Ptr
VkCopyMemoryToImageInfo.Ptr.reinterpret
(long newSize) Assume theVkCopyMemoryToImageInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyMemoryToImageInfo.Ptr
that uses the same backing storage as thisVkCopyMemoryToImageInfo.Ptr
, but with the new size.@NotNull VkCopyMemoryToMicromapInfoEXT.Ptr
VkCopyMemoryToMicromapInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkCopyMemoryToMicromapInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyMemoryToMicromapInfoEXT.Ptr
that uses the same backing storage as thisVkCopyMemoryToMicromapInfoEXT.Ptr
, but with the new size.@NotNull VkCopyMicromapInfoEXT.Ptr
VkCopyMicromapInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkCopyMicromapInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyMicromapInfoEXT.Ptr
that uses the same backing storage as thisVkCopyMicromapInfoEXT.Ptr
, but with the new size.@NotNull VkCopyMicromapToMemoryInfoEXT.Ptr
VkCopyMicromapToMemoryInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkCopyMicromapToMemoryInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyMicromapToMemoryInfoEXT.Ptr
that uses the same backing storage as thisVkCopyMicromapToMemoryInfoEXT.Ptr
, but with the new size.@NotNull VkCudaFunctionCreateInfoNV.Ptr
VkCudaFunctionCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkCudaFunctionCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCudaFunctionCreateInfoNV.Ptr
that uses the same backing storage as thisVkCudaFunctionCreateInfoNV.Ptr
, but with the new size.@NotNull VkCudaLaunchInfoNV.Ptr
VkCudaLaunchInfoNV.Ptr.reinterpret
(long newSize) Assume theVkCudaLaunchInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCudaLaunchInfoNV.Ptr
that uses the same backing storage as thisVkCudaLaunchInfoNV.Ptr
, but with the new size.@NotNull VkCudaModuleCreateInfoNV.Ptr
VkCudaModuleCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkCudaModuleCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCudaModuleCreateInfoNV.Ptr
that uses the same backing storage as thisVkCudaModuleCreateInfoNV.Ptr
, but with the new size.@NotNull VkCuFunctionCreateInfoNVX.Ptr
VkCuFunctionCreateInfoNVX.Ptr.reinterpret
(long newSize) Assume theVkCuFunctionCreateInfoNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCuFunctionCreateInfoNVX.Ptr
that uses the same backing storage as thisVkCuFunctionCreateInfoNVX.Ptr
, but with the new size.@NotNull VkCuLaunchInfoNVX.Ptr
VkCuLaunchInfoNVX.Ptr.reinterpret
(long newSize) Assume theVkCuLaunchInfoNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCuLaunchInfoNVX.Ptr
that uses the same backing storage as thisVkCuLaunchInfoNVX.Ptr
, but with the new size.@NotNull VkCuModuleCreateInfoNVX.Ptr
VkCuModuleCreateInfoNVX.Ptr.reinterpret
(long newSize) Assume theVkCuModuleCreateInfoNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCuModuleCreateInfoNVX.Ptr
that uses the same backing storage as thisVkCuModuleCreateInfoNVX.Ptr
, but with the new size.VkCuModuleTexturingModeCreateInfoNVX.Ptr.reinterpret
(long newSize) Assume theVkCuModuleTexturingModeCreateInfoNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCuModuleTexturingModeCreateInfoNVX.Ptr
that uses the same backing storage as thisVkCuModuleTexturingModeCreateInfoNVX.Ptr
, but with the new size.@NotNull VkD3D12FenceSubmitInfoKHR.Ptr
VkD3D12FenceSubmitInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkD3D12FenceSubmitInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkD3D12FenceSubmitInfoKHR.Ptr
that uses the same backing storage as thisVkD3D12FenceSubmitInfoKHR.Ptr
, but with the new size.@NotNull VkDebugMarkerMarkerInfoEXT.Ptr
VkDebugMarkerMarkerInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugMarkerMarkerInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugMarkerMarkerInfoEXT.Ptr
that uses the same backing storage as thisVkDebugMarkerMarkerInfoEXT.Ptr
, but with the new size.@NotNull VkDebugMarkerObjectNameInfoEXT.Ptr
VkDebugMarkerObjectNameInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugMarkerObjectNameInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugMarkerObjectNameInfoEXT.Ptr
that uses the same backing storage as thisVkDebugMarkerObjectNameInfoEXT.Ptr
, but with the new size.@NotNull VkDebugMarkerObjectTagInfoEXT.Ptr
VkDebugMarkerObjectTagInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugMarkerObjectTagInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugMarkerObjectTagInfoEXT.Ptr
that uses the same backing storage as thisVkDebugMarkerObjectTagInfoEXT.Ptr
, but with the new size.VkDebugReportCallbackCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugReportCallbackCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugReportCallbackCreateInfoEXT.Ptr
that uses the same backing storage as thisVkDebugReportCallbackCreateInfoEXT.Ptr
, but with the new size.@NotNull VkDebugUtilsLabelEXT.Ptr
VkDebugUtilsLabelEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugUtilsLabelEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugUtilsLabelEXT.Ptr
that uses the same backing storage as thisVkDebugUtilsLabelEXT.Ptr
, but with the new size.VkDebugUtilsMessengerCallbackDataEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugUtilsMessengerCallbackDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugUtilsMessengerCallbackDataEXT.Ptr
that uses the same backing storage as thisVkDebugUtilsMessengerCallbackDataEXT.Ptr
, but with the new size.VkDebugUtilsMessengerCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugUtilsMessengerCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugUtilsMessengerCreateInfoEXT.Ptr
that uses the same backing storage as thisVkDebugUtilsMessengerCreateInfoEXT.Ptr
, but with the new size.@NotNull VkDebugUtilsObjectNameInfoEXT.Ptr
VkDebugUtilsObjectNameInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugUtilsObjectNameInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugUtilsObjectNameInfoEXT.Ptr
that uses the same backing storage as thisVkDebugUtilsObjectNameInfoEXT.Ptr
, but with the new size.@NotNull VkDebugUtilsObjectTagInfoEXT.Ptr
VkDebugUtilsObjectTagInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugUtilsObjectTagInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugUtilsObjectTagInfoEXT.Ptr
that uses the same backing storage as thisVkDebugUtilsObjectTagInfoEXT.Ptr
, but with the new size.@NotNull VkDecompressMemoryRegionNV.Ptr
VkDecompressMemoryRegionNV.Ptr.reinterpret
(long newSize) Assume theVkDecompressMemoryRegionNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDecompressMemoryRegionNV.Ptr
that uses the same backing storage as thisVkDecompressMemoryRegionNV.Ptr
, but with the new size.VkDedicatedAllocationBufferCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkDedicatedAllocationBufferCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDedicatedAllocationBufferCreateInfoNV.Ptr
that uses the same backing storage as thisVkDedicatedAllocationBufferCreateInfoNV.Ptr
, but with the new size.VkDedicatedAllocationImageCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkDedicatedAllocationImageCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDedicatedAllocationImageCreateInfoNV.Ptr
that uses the same backing storage as thisVkDedicatedAllocationImageCreateInfoNV.Ptr
, but with the new size.VkDedicatedAllocationMemoryAllocateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkDedicatedAllocationMemoryAllocateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDedicatedAllocationMemoryAllocateInfoNV.Ptr
that uses the same backing storage as thisVkDedicatedAllocationMemoryAllocateInfoNV.Ptr
, but with the new size.@NotNull VkDependencyInfo.Ptr
VkDependencyInfo.Ptr.reinterpret
(long newSize) Assume theVkDependencyInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDependencyInfo.Ptr
that uses the same backing storage as thisVkDependencyInfo.Ptr
, but with the new size.@NotNull VkDepthBiasInfoEXT.Ptr
VkDepthBiasInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDepthBiasInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDepthBiasInfoEXT.Ptr
that uses the same backing storage as thisVkDepthBiasInfoEXT.Ptr
, but with the new size.@NotNull VkDepthBiasRepresentationInfoEXT.Ptr
VkDepthBiasRepresentationInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDepthBiasRepresentationInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDepthBiasRepresentationInfoEXT.Ptr
that uses the same backing storage as thisVkDepthBiasRepresentationInfoEXT.Ptr
, but with the new size.@NotNull VkDepthClampRangeEXT.Ptr
VkDepthClampRangeEXT.Ptr.reinterpret
(long newSize) Assume theVkDepthClampRangeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDepthClampRangeEXT.Ptr
that uses the same backing storage as thisVkDepthClampRangeEXT.Ptr
, but with the new size.@NotNull VkDescriptorAddressInfoEXT.Ptr
VkDescriptorAddressInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDescriptorAddressInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorAddressInfoEXT.Ptr
that uses the same backing storage as thisVkDescriptorAddressInfoEXT.Ptr
, but with the new size.@NotNull VkDescriptorBufferBindingInfoEXT.Ptr
VkDescriptorBufferBindingInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDescriptorBufferBindingInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorBufferBindingInfoEXT.Ptr
that uses the same backing storage as thisVkDescriptorBufferBindingInfoEXT.Ptr
, but with the new size.VkDescriptorBufferBindingPushDescriptorBufferHandleEXT.Ptr.reinterpret
(long newSize) Assume theVkDescriptorBufferBindingPushDescriptorBufferHandleEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorBufferBindingPushDescriptorBufferHandleEXT.Ptr
that uses the same backing storage as thisVkDescriptorBufferBindingPushDescriptorBufferHandleEXT.Ptr
, but with the new size.@NotNull VkDescriptorBufferInfo.Ptr
VkDescriptorBufferInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorBufferInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorBufferInfo.Ptr
that uses the same backing storage as thisVkDescriptorBufferInfo.Ptr
, but with the new size.@NotNull VkDescriptorDataEXT.Ptr
VkDescriptorDataEXT.Ptr.reinterpret
(long newSize) Assume theVkDescriptorDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorDataEXT.Ptr
that uses the same backing storage as thisVkDescriptorDataEXT.Ptr
, but with the new size.@NotNull VkDescriptorGetInfoEXT.Ptr
VkDescriptorGetInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDescriptorGetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorGetInfoEXT.Ptr
that uses the same backing storage as thisVkDescriptorGetInfoEXT.Ptr
, but with the new size.@NotNull VkDescriptorImageInfo.Ptr
VkDescriptorImageInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorImageInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorImageInfo.Ptr
that uses the same backing storage as thisVkDescriptorImageInfo.Ptr
, but with the new size.@NotNull VkDescriptorPoolCreateInfo.Ptr
VkDescriptorPoolCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorPoolCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorPoolCreateInfo.Ptr
that uses the same backing storage as thisVkDescriptorPoolCreateInfo.Ptr
, but with the new size.VkDescriptorPoolInlineUniformBlockCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorPoolInlineUniformBlockCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorPoolInlineUniformBlockCreateInfo.Ptr
that uses the same backing storage as thisVkDescriptorPoolInlineUniformBlockCreateInfo.Ptr
, but with the new size.@NotNull VkDescriptorPoolSize.Ptr
VkDescriptorPoolSize.Ptr.reinterpret
(long newSize) Assume theVkDescriptorPoolSize.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorPoolSize.Ptr
that uses the same backing storage as thisVkDescriptorPoolSize.Ptr
, but with the new size.@NotNull VkDescriptorSetAllocateInfo.Ptr
VkDescriptorSetAllocateInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetAllocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetAllocateInfo.Ptr
that uses the same backing storage as thisVkDescriptorSetAllocateInfo.Ptr
, but with the new size.VkDescriptorSetBindingReferenceVALVE.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetBindingReferenceVALVE.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetBindingReferenceVALVE.Ptr
that uses the same backing storage as thisVkDescriptorSetBindingReferenceVALVE.Ptr
, but with the new size.@NotNull VkDescriptorSetLayoutBinding.Ptr
VkDescriptorSetLayoutBinding.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetLayoutBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetLayoutBinding.Ptr
that uses the same backing storage as thisVkDescriptorSetLayoutBinding.Ptr
, but with the new size.VkDescriptorSetLayoutBindingFlagsCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetLayoutBindingFlagsCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetLayoutBindingFlagsCreateInfo.Ptr
that uses the same backing storage as thisVkDescriptorSetLayoutBindingFlagsCreateInfo.Ptr
, but with the new size.@NotNull VkDescriptorSetLayoutCreateInfo.Ptr
VkDescriptorSetLayoutCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetLayoutCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetLayoutCreateInfo.Ptr
that uses the same backing storage as thisVkDescriptorSetLayoutCreateInfo.Ptr
, but with the new size.VkDescriptorSetLayoutHostMappingInfoVALVE.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetLayoutHostMappingInfoVALVE.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetLayoutHostMappingInfoVALVE.Ptr
that uses the same backing storage as thisVkDescriptorSetLayoutHostMappingInfoVALVE.Ptr
, but with the new size.@NotNull VkDescriptorSetLayoutSupport.Ptr
VkDescriptorSetLayoutSupport.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetLayoutSupport.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetLayoutSupport.Ptr
that uses the same backing storage as thisVkDescriptorSetLayoutSupport.Ptr
, but with the new size.VkDescriptorSetVariableDescriptorCountAllocateInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetVariableDescriptorCountAllocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetVariableDescriptorCountAllocateInfo.Ptr
that uses the same backing storage as thisVkDescriptorSetVariableDescriptorCountAllocateInfo.Ptr
, but with the new size.VkDescriptorSetVariableDescriptorCountLayoutSupport.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetVariableDescriptorCountLayoutSupport.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetVariableDescriptorCountLayoutSupport.Ptr
that uses the same backing storage as thisVkDescriptorSetVariableDescriptorCountLayoutSupport.Ptr
, but with the new size.VkDescriptorUpdateTemplateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorUpdateTemplateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorUpdateTemplateCreateInfo.Ptr
that uses the same backing storage as thisVkDescriptorUpdateTemplateCreateInfo.Ptr
, but with the new size.@NotNull VkDescriptorUpdateTemplateEntry.Ptr
VkDescriptorUpdateTemplateEntry.Ptr.reinterpret
(long newSize) Assume theVkDescriptorUpdateTemplateEntry.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorUpdateTemplateEntry.Ptr
that uses the same backing storage as thisVkDescriptorUpdateTemplateEntry.Ptr
, but with the new size.VkDeviceAddressBindingCallbackDataEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceAddressBindingCallbackDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceAddressBindingCallbackDataEXT.Ptr
that uses the same backing storage as thisVkDeviceAddressBindingCallbackDataEXT.Ptr
, but with the new size.@NotNull VkDeviceBufferMemoryRequirements.Ptr
VkDeviceBufferMemoryRequirements.Ptr.reinterpret
(long newSize) Assume theVkDeviceBufferMemoryRequirements.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceBufferMemoryRequirements.Ptr
that uses the same backing storage as thisVkDeviceBufferMemoryRequirements.Ptr
, but with the new size.@NotNull VkDeviceCreateInfo.Ptr
VkDeviceCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceCreateInfo.Ptr
that uses the same backing storage as thisVkDeviceCreateInfo.Ptr
, but with the new size.VkDeviceDeviceMemoryReportCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceDeviceMemoryReportCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceDeviceMemoryReportCreateInfoEXT.Ptr
that uses the same backing storage as thisVkDeviceDeviceMemoryReportCreateInfoEXT.Ptr
, but with the new size.VkDeviceDiagnosticsConfigCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkDeviceDiagnosticsConfigCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceDiagnosticsConfigCreateInfoNV.Ptr
that uses the same backing storage as thisVkDeviceDiagnosticsConfigCreateInfoNV.Ptr
, but with the new size.@NotNull VkDeviceEventInfoEXT.Ptr
VkDeviceEventInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceEventInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceEventInfoEXT.Ptr
that uses the same backing storage as thisVkDeviceEventInfoEXT.Ptr
, but with the new size.@NotNull VkDeviceFaultAddressInfoEXT.Ptr
VkDeviceFaultAddressInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceFaultAddressInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceFaultAddressInfoEXT.Ptr
that uses the same backing storage as thisVkDeviceFaultAddressInfoEXT.Ptr
, but with the new size.@NotNull VkDeviceFaultCountsEXT.Ptr
VkDeviceFaultCountsEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceFaultCountsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceFaultCountsEXT.Ptr
that uses the same backing storage as thisVkDeviceFaultCountsEXT.Ptr
, but with the new size.@NotNull VkDeviceFaultInfoEXT.Ptr
VkDeviceFaultInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceFaultInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceFaultInfoEXT.Ptr
that uses the same backing storage as thisVkDeviceFaultInfoEXT.Ptr
, but with the new size.VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptr
that uses the same backing storage as thisVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptr
, but with the new size.@NotNull VkDeviceFaultVendorInfoEXT.Ptr
VkDeviceFaultVendorInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceFaultVendorInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceFaultVendorInfoEXT.Ptr
that uses the same backing storage as thisVkDeviceFaultVendorInfoEXT.Ptr
, but with the new size.@NotNull VkDeviceGroupBindSparseInfo.Ptr
VkDeviceGroupBindSparseInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupBindSparseInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupBindSparseInfo.Ptr
that uses the same backing storage as thisVkDeviceGroupBindSparseInfo.Ptr
, but with the new size.VkDeviceGroupCommandBufferBeginInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupCommandBufferBeginInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupCommandBufferBeginInfo.Ptr
that uses the same backing storage as thisVkDeviceGroupCommandBufferBeginInfo.Ptr
, but with the new size.@NotNull VkDeviceGroupDeviceCreateInfo.Ptr
VkDeviceGroupDeviceCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupDeviceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupDeviceCreateInfo.Ptr
that uses the same backing storage as thisVkDeviceGroupDeviceCreateInfo.Ptr
, but with the new size.VkDeviceGroupPresentCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupPresentCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupPresentCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkDeviceGroupPresentCapabilitiesKHR.Ptr
, but with the new size.@NotNull VkDeviceGroupPresentInfoKHR.Ptr
VkDeviceGroupPresentInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupPresentInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupPresentInfoKHR.Ptr
that uses the same backing storage as thisVkDeviceGroupPresentInfoKHR.Ptr
, but with the new size.@NotNull VkDeviceGroupRenderPassBeginInfo.Ptr
VkDeviceGroupRenderPassBeginInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupRenderPassBeginInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupRenderPassBeginInfo.Ptr
that uses the same backing storage as thisVkDeviceGroupRenderPassBeginInfo.Ptr
, but with the new size.@NotNull VkDeviceGroupSubmitInfo.Ptr
VkDeviceGroupSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupSubmitInfo.Ptr
that uses the same backing storage as thisVkDeviceGroupSubmitInfo.Ptr
, but with the new size.VkDeviceGroupSwapchainCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupSwapchainCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupSwapchainCreateInfoKHR.Ptr
that uses the same backing storage as thisVkDeviceGroupSwapchainCreateInfoKHR.Ptr
, but with the new size.@NotNull VkDeviceImageMemoryRequirements.Ptr
VkDeviceImageMemoryRequirements.Ptr.reinterpret
(long newSize) Assume theVkDeviceImageMemoryRequirements.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceImageMemoryRequirements.Ptr
that uses the same backing storage as thisVkDeviceImageMemoryRequirements.Ptr
, but with the new size.@NotNull VkDeviceImageSubresourceInfo.Ptr
VkDeviceImageSubresourceInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceImageSubresourceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceImageSubresourceInfo.Ptr
that uses the same backing storage as thisVkDeviceImageSubresourceInfo.Ptr
, but with the new size.VkDeviceMemoryOpaqueCaptureAddressInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceMemoryOpaqueCaptureAddressInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceMemoryOpaqueCaptureAddressInfo.Ptr
that uses the same backing storage as thisVkDeviceMemoryOpaqueCaptureAddressInfo.Ptr
, but with the new size.VkDeviceMemoryOverallocationCreateInfoAMD.Ptr.reinterpret
(long newSize) Assume theVkDeviceMemoryOverallocationCreateInfoAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceMemoryOverallocationCreateInfoAMD.Ptr
that uses the same backing storage as thisVkDeviceMemoryOverallocationCreateInfoAMD.Ptr
, but with the new size.VkDeviceMemoryReportCallbackDataEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceMemoryReportCallbackDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceMemoryReportCallbackDataEXT.Ptr
that uses the same backing storage as thisVkDeviceMemoryReportCallbackDataEXT.Ptr
, but with the new size.@NotNull VkDeviceOrHostAddressConstAMDX.Ptr
VkDeviceOrHostAddressConstAMDX.Ptr.reinterpret
(long newSize) Assume theVkDeviceOrHostAddressConstAMDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceOrHostAddressConstAMDX.Ptr
that uses the same backing storage as thisVkDeviceOrHostAddressConstAMDX.Ptr
, but with the new size.@NotNull VkDeviceOrHostAddressConstKHR.Ptr
VkDeviceOrHostAddressConstKHR.Ptr.reinterpret
(long newSize) Assume theVkDeviceOrHostAddressConstKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceOrHostAddressConstKHR.Ptr
that uses the same backing storage as thisVkDeviceOrHostAddressConstKHR.Ptr
, but with the new size.@NotNull VkDeviceOrHostAddressKHR.Ptr
VkDeviceOrHostAddressKHR.Ptr.reinterpret
(long newSize) Assume theVkDeviceOrHostAddressKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceOrHostAddressKHR.Ptr
that uses the same backing storage as thisVkDeviceOrHostAddressKHR.Ptr
, but with the new size.VkDevicePipelineBinaryInternalCacheControlKHR.Ptr.reinterpret
(long newSize) Assume theVkDevicePipelineBinaryInternalCacheControlKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDevicePipelineBinaryInternalCacheControlKHR.Ptr
that uses the same backing storage as thisVkDevicePipelineBinaryInternalCacheControlKHR.Ptr
, but with the new size.@NotNull VkDevicePrivateDataCreateInfo.Ptr
VkDevicePrivateDataCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDevicePrivateDataCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDevicePrivateDataCreateInfo.Ptr
that uses the same backing storage as thisVkDevicePrivateDataCreateInfo.Ptr
, but with the new size.@NotNull VkDeviceQueueCreateInfo.Ptr
VkDeviceQueueCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceQueueCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceQueueCreateInfo.Ptr
that uses the same backing storage as thisVkDeviceQueueCreateInfo.Ptr
, but with the new size.VkDeviceQueueGlobalPriorityCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkDeviceQueueGlobalPriorityCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceQueueGlobalPriorityCreateInfo.Ptr
that uses the same backing storage as thisVkDeviceQueueGlobalPriorityCreateInfo.Ptr
, but with the new size.@NotNull VkDeviceQueueInfo2.Ptr
VkDeviceQueueInfo2.Ptr.reinterpret
(long newSize) Assume theVkDeviceQueueInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceQueueInfo2.Ptr
that uses the same backing storage as thisVkDeviceQueueInfo2.Ptr
, but with the new size.VkDeviceQueueShaderCoreControlCreateInfoARM.Ptr.reinterpret
(long newSize) Assume theVkDeviceQueueShaderCoreControlCreateInfoARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceQueueShaderCoreControlCreateInfoARM.Ptr
that uses the same backing storage as thisVkDeviceQueueShaderCoreControlCreateInfoARM.Ptr
, but with the new size.VkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.Ptr
that uses the same backing storage as thisVkDeviceSemaphoreSciSyncPoolReservationCreateInfoNV.Ptr
, but with the new size.@NotNull VkDirectDriverLoadingInfoLUNARG.Ptr
VkDirectDriverLoadingInfoLUNARG.Ptr.reinterpret
(long newSize) Assume theVkDirectDriverLoadingInfoLUNARG.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDirectDriverLoadingInfoLUNARG.Ptr
that uses the same backing storage as thisVkDirectDriverLoadingInfoLUNARG.Ptr
, but with the new size.@NotNull VkDirectDriverLoadingListLUNARG.Ptr
VkDirectDriverLoadingListLUNARG.Ptr.reinterpret
(long newSize) Assume theVkDirectDriverLoadingListLUNARG.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDirectDriverLoadingListLUNARG.Ptr
that uses the same backing storage as thisVkDirectDriverLoadingListLUNARG.Ptr
, but with the new size.@NotNull VkDirectFBSurfaceCreateInfoEXT.Ptr
VkDirectFBSurfaceCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDirectFBSurfaceCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDirectFBSurfaceCreateInfoEXT.Ptr
that uses the same backing storage as thisVkDirectFBSurfaceCreateInfoEXT.Ptr
, but with the new size.@NotNull VkDispatchGraphCountInfoAMDX.Ptr
VkDispatchGraphCountInfoAMDX.Ptr.reinterpret
(long newSize) Assume theVkDispatchGraphCountInfoAMDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDispatchGraphCountInfoAMDX.Ptr
that uses the same backing storage as thisVkDispatchGraphCountInfoAMDX.Ptr
, but with the new size.@NotNull VkDispatchGraphInfoAMDX.Ptr
VkDispatchGraphInfoAMDX.Ptr.reinterpret
(long newSize) Assume theVkDispatchGraphInfoAMDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDispatchGraphInfoAMDX.Ptr
that uses the same backing storage as thisVkDispatchGraphInfoAMDX.Ptr
, but with the new size.@NotNull VkDispatchIndirectCommand.Ptr
VkDispatchIndirectCommand.Ptr.reinterpret
(long newSize) Assume theVkDispatchIndirectCommand.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDispatchIndirectCommand.Ptr
that uses the same backing storage as thisVkDispatchIndirectCommand.Ptr
, but with the new size.@NotNull VkDispatchTileInfoQCOM.Ptr
VkDispatchTileInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkDispatchTileInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDispatchTileInfoQCOM.Ptr
that uses the same backing storage as thisVkDispatchTileInfoQCOM.Ptr
, but with the new size.@NotNull VkDisplayEventInfoEXT.Ptr
VkDisplayEventInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDisplayEventInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayEventInfoEXT.Ptr
that uses the same backing storage as thisVkDisplayEventInfoEXT.Ptr
, but with the new size.@NotNull VkDisplayModeCreateInfoKHR.Ptr
VkDisplayModeCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayModeCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayModeCreateInfoKHR.Ptr
that uses the same backing storage as thisVkDisplayModeCreateInfoKHR.Ptr
, but with the new size.@NotNull VkDisplayModeParametersKHR.Ptr
VkDisplayModeParametersKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayModeParametersKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayModeParametersKHR.Ptr
that uses the same backing storage as thisVkDisplayModeParametersKHR.Ptr
, but with the new size.@NotNull VkDisplayModeProperties2KHR.Ptr
VkDisplayModeProperties2KHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayModeProperties2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayModeProperties2KHR.Ptr
that uses the same backing storage as thisVkDisplayModeProperties2KHR.Ptr
, but with the new size.@NotNull VkDisplayModePropertiesKHR.Ptr
VkDisplayModePropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayModePropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayModePropertiesKHR.Ptr
that uses the same backing storage as thisVkDisplayModePropertiesKHR.Ptr
, but with the new size.@NotNull VkDisplayModeStereoPropertiesNV.Ptr
VkDisplayModeStereoPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkDisplayModeStereoPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayModeStereoPropertiesNV.Ptr
that uses the same backing storage as thisVkDisplayModeStereoPropertiesNV.Ptr
, but with the new size.VkDisplayNativeHdrSurfaceCapabilitiesAMD.Ptr.reinterpret
(long newSize) Assume theVkDisplayNativeHdrSurfaceCapabilitiesAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayNativeHdrSurfaceCapabilitiesAMD.Ptr
that uses the same backing storage as thisVkDisplayNativeHdrSurfaceCapabilitiesAMD.Ptr
, but with the new size.@NotNull VkDisplayPlaneCapabilities2KHR.Ptr
VkDisplayPlaneCapabilities2KHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayPlaneCapabilities2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayPlaneCapabilities2KHR.Ptr
that uses the same backing storage as thisVkDisplayPlaneCapabilities2KHR.Ptr
, but with the new size.@NotNull VkDisplayPlaneCapabilitiesKHR.Ptr
VkDisplayPlaneCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayPlaneCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayPlaneCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkDisplayPlaneCapabilitiesKHR.Ptr
, but with the new size.@NotNull VkDisplayPlaneInfo2KHR.Ptr
VkDisplayPlaneInfo2KHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayPlaneInfo2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayPlaneInfo2KHR.Ptr
that uses the same backing storage as thisVkDisplayPlaneInfo2KHR.Ptr
, but with the new size.@NotNull VkDisplayPlaneProperties2KHR.Ptr
VkDisplayPlaneProperties2KHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayPlaneProperties2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayPlaneProperties2KHR.Ptr
that uses the same backing storage as thisVkDisplayPlaneProperties2KHR.Ptr
, but with the new size.@NotNull VkDisplayPlanePropertiesKHR.Ptr
VkDisplayPlanePropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayPlanePropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayPlanePropertiesKHR.Ptr
that uses the same backing storage as thisVkDisplayPlanePropertiesKHR.Ptr
, but with the new size.@NotNull VkDisplayPowerInfoEXT.Ptr
VkDisplayPowerInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDisplayPowerInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayPowerInfoEXT.Ptr
that uses the same backing storage as thisVkDisplayPowerInfoEXT.Ptr
, but with the new size.@NotNull VkDisplayPresentInfoKHR.Ptr
VkDisplayPresentInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayPresentInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayPresentInfoKHR.Ptr
that uses the same backing storage as thisVkDisplayPresentInfoKHR.Ptr
, but with the new size.@NotNull VkDisplayProperties2KHR.Ptr
VkDisplayProperties2KHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayProperties2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayProperties2KHR.Ptr
that uses the same backing storage as thisVkDisplayProperties2KHR.Ptr
, but with the new size.@NotNull VkDisplayPropertiesKHR.Ptr
VkDisplayPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayPropertiesKHR.Ptr
that uses the same backing storage as thisVkDisplayPropertiesKHR.Ptr
, but with the new size.@NotNull VkDisplaySurfaceCreateInfoKHR.Ptr
VkDisplaySurfaceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplaySurfaceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplaySurfaceCreateInfoKHR.Ptr
that uses the same backing storage as thisVkDisplaySurfaceCreateInfoKHR.Ptr
, but with the new size.VkDisplaySurfaceStereoCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkDisplaySurfaceStereoCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplaySurfaceStereoCreateInfoNV.Ptr
that uses the same backing storage as thisVkDisplaySurfaceStereoCreateInfoNV.Ptr
, but with the new size.@NotNull VkDrawIndexedIndirectCommand.Ptr
VkDrawIndexedIndirectCommand.Ptr.reinterpret
(long newSize) Assume theVkDrawIndexedIndirectCommand.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrawIndexedIndirectCommand.Ptr
that uses the same backing storage as thisVkDrawIndexedIndirectCommand.Ptr
, but with the new size.@NotNull VkDrawIndirectCommand.Ptr
VkDrawIndirectCommand.Ptr.reinterpret
(long newSize) Assume theVkDrawIndirectCommand.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrawIndirectCommand.Ptr
that uses the same backing storage as thisVkDrawIndirectCommand.Ptr
, but with the new size.VkDrawIndirectCountIndirectCommandEXT.Ptr.reinterpret
(long newSize) Assume theVkDrawIndirectCountIndirectCommandEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrawIndirectCountIndirectCommandEXT.Ptr
that uses the same backing storage as thisVkDrawIndirectCountIndirectCommandEXT.Ptr
, but with the new size.VkDrawMeshTasksIndirectCommandEXT.Ptr.reinterpret
(long newSize) Assume theVkDrawMeshTasksIndirectCommandEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrawMeshTasksIndirectCommandEXT.Ptr
that uses the same backing storage as thisVkDrawMeshTasksIndirectCommandEXT.Ptr
, but with the new size.@NotNull VkDrawMeshTasksIndirectCommandNV.Ptr
VkDrawMeshTasksIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkDrawMeshTasksIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrawMeshTasksIndirectCommandNV.Ptr
that uses the same backing storage as thisVkDrawMeshTasksIndirectCommandNV.Ptr
, but with the new size.VkDrmFormatModifierProperties2EXT.Ptr.reinterpret
(long newSize) Assume theVkDrmFormatModifierProperties2EXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrmFormatModifierProperties2EXT.Ptr
that uses the same backing storage as thisVkDrmFormatModifierProperties2EXT.Ptr
, but with the new size.@NotNull VkDrmFormatModifierPropertiesEXT.Ptr
VkDrmFormatModifierPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkDrmFormatModifierPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrmFormatModifierPropertiesEXT.Ptr
that uses the same backing storage as thisVkDrmFormatModifierPropertiesEXT.Ptr
, but with the new size.VkDrmFormatModifierPropertiesList2EXT.Ptr.reinterpret
(long newSize) Assume theVkDrmFormatModifierPropertiesList2EXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrmFormatModifierPropertiesList2EXT.Ptr
that uses the same backing storage as thisVkDrmFormatModifierPropertiesList2EXT.Ptr
, but with the new size.VkDrmFormatModifierPropertiesListEXT.Ptr.reinterpret
(long newSize) Assume theVkDrmFormatModifierPropertiesListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrmFormatModifierPropertiesListEXT.Ptr
that uses the same backing storage as thisVkDrmFormatModifierPropertiesListEXT.Ptr
, but with the new size.@NotNull VkEventCreateInfo.Ptr
VkEventCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkEventCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkEventCreateInfo.Ptr
that uses the same backing storage as thisVkEventCreateInfo.Ptr
, but with the new size.VkExecutionGraphPipelineCreateInfoAMDX.Ptr.reinterpret
(long newSize) Assume theVkExecutionGraphPipelineCreateInfoAMDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExecutionGraphPipelineCreateInfoAMDX.Ptr
that uses the same backing storage as thisVkExecutionGraphPipelineCreateInfoAMDX.Ptr
, but with the new size.VkExecutionGraphPipelineScratchSizeAMDX.Ptr.reinterpret
(long newSize) Assume theVkExecutionGraphPipelineScratchSizeAMDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExecutionGraphPipelineScratchSizeAMDX.Ptr
that uses the same backing storage as thisVkExecutionGraphPipelineScratchSizeAMDX.Ptr
, but with the new size.@NotNull VkExportFenceCreateInfo.Ptr
VkExportFenceCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkExportFenceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportFenceCreateInfo.Ptr
that uses the same backing storage as thisVkExportFenceCreateInfo.Ptr
, but with the new size.@NotNull VkExportFenceSciSyncInfoNV.Ptr
VkExportFenceSciSyncInfoNV.Ptr.reinterpret
(long newSize) Assume theVkExportFenceSciSyncInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportFenceSciSyncInfoNV.Ptr
that uses the same backing storage as thisVkExportFenceSciSyncInfoNV.Ptr
, but with the new size.@NotNull VkExportFenceWin32HandleInfoKHR.Ptr
VkExportFenceWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkExportFenceWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportFenceWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkExportFenceWin32HandleInfoKHR.Ptr
, but with the new size.@NotNull VkExportMemoryAllocateInfo.Ptr
VkExportMemoryAllocateInfo.Ptr.reinterpret
(long newSize) Assume theVkExportMemoryAllocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMemoryAllocateInfo.Ptr
that uses the same backing storage as thisVkExportMemoryAllocateInfo.Ptr
, but with the new size.@NotNull VkExportMemoryAllocateInfoNV.Ptr
VkExportMemoryAllocateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkExportMemoryAllocateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMemoryAllocateInfoNV.Ptr
that uses the same backing storage as thisVkExportMemoryAllocateInfoNV.Ptr
, but with the new size.@NotNull VkExportMemorySciBufInfoNV.Ptr
VkExportMemorySciBufInfoNV.Ptr.reinterpret
(long newSize) Assume theVkExportMemorySciBufInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMemorySciBufInfoNV.Ptr
that uses the same backing storage as thisVkExportMemorySciBufInfoNV.Ptr
, but with the new size.@NotNull VkExportMemoryWin32HandleInfoKHR.Ptr
VkExportMemoryWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkExportMemoryWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMemoryWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkExportMemoryWin32HandleInfoKHR.Ptr
, but with the new size.@NotNull VkExportMemoryWin32HandleInfoNV.Ptr
VkExportMemoryWin32HandleInfoNV.Ptr.reinterpret
(long newSize) Assume theVkExportMemoryWin32HandleInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMemoryWin32HandleInfoNV.Ptr
that uses the same backing storage as thisVkExportMemoryWin32HandleInfoNV.Ptr
, but with the new size.@NotNull VkExportMetalBufferInfoEXT.Ptr
VkExportMetalBufferInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalBufferInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalBufferInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalBufferInfoEXT.Ptr
, but with the new size.@NotNull VkExportMetalCommandQueueInfoEXT.Ptr
VkExportMetalCommandQueueInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalCommandQueueInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalCommandQueueInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalCommandQueueInfoEXT.Ptr
, but with the new size.@NotNull VkExportMetalDeviceInfoEXT.Ptr
VkExportMetalDeviceInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalDeviceInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalDeviceInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalDeviceInfoEXT.Ptr
, but with the new size.@NotNull VkExportMetalIOSurfaceInfoEXT.Ptr
VkExportMetalIOSurfaceInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalIOSurfaceInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalIOSurfaceInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalIOSurfaceInfoEXT.Ptr
, but with the new size.@NotNull VkExportMetalObjectCreateInfoEXT.Ptr
VkExportMetalObjectCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalObjectCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalObjectCreateInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalObjectCreateInfoEXT.Ptr
, but with the new size.@NotNull VkExportMetalObjectsInfoEXT.Ptr
VkExportMetalObjectsInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalObjectsInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalObjectsInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalObjectsInfoEXT.Ptr
, but with the new size.@NotNull VkExportMetalSharedEventInfoEXT.Ptr
VkExportMetalSharedEventInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalSharedEventInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalSharedEventInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalSharedEventInfoEXT.Ptr
, but with the new size.@NotNull VkExportMetalTextureInfoEXT.Ptr
VkExportMetalTextureInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkExportMetalTextureInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportMetalTextureInfoEXT.Ptr
that uses the same backing storage as thisVkExportMetalTextureInfoEXT.Ptr
, but with the new size.@NotNull VkExportSemaphoreCreateInfo.Ptr
VkExportSemaphoreCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkExportSemaphoreCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportSemaphoreCreateInfo.Ptr
that uses the same backing storage as thisVkExportSemaphoreCreateInfo.Ptr
, but with the new size.@NotNull VkExportSemaphoreSciSyncInfoNV.Ptr
VkExportSemaphoreSciSyncInfoNV.Ptr.reinterpret
(long newSize) Assume theVkExportSemaphoreSciSyncInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportSemaphoreSciSyncInfoNV.Ptr
that uses the same backing storage as thisVkExportSemaphoreSciSyncInfoNV.Ptr
, but with the new size.VkExportSemaphoreWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkExportSemaphoreWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExportSemaphoreWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkExportSemaphoreWin32HandleInfoKHR.Ptr
, but with the new size.@NotNull VkExtensionProperties.Ptr
VkExtensionProperties.Ptr.reinterpret
(long newSize) Assume theVkExtensionProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExtensionProperties.Ptr
that uses the same backing storage as thisVkExtensionProperties.Ptr
, but with the new size.@NotNull VkExtent2D.Ptr
VkExtent2D.Ptr.reinterpret
(long newSize) Assume theVkExtent2D.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExtent2D.Ptr
that uses the same backing storage as thisVkExtent2D.Ptr
, but with the new size.@NotNull VkExtent3D.Ptr
VkExtent3D.Ptr.reinterpret
(long newSize) Assume theVkExtent3D.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExtent3D.Ptr
that uses the same backing storage as thisVkExtent3D.Ptr
, but with the new size.@NotNull VkExternalBufferProperties.Ptr
VkExternalBufferProperties.Ptr.reinterpret
(long newSize) Assume theVkExternalBufferProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalBufferProperties.Ptr
that uses the same backing storage as thisVkExternalBufferProperties.Ptr
, but with the new size.VkExternalComputeQueueCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkExternalComputeQueueCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalComputeQueueCreateInfoNV.Ptr
that uses the same backing storage as thisVkExternalComputeQueueCreateInfoNV.Ptr
, but with the new size.VkExternalComputeQueueDataParamsNV.Ptr.reinterpret
(long newSize) Assume theVkExternalComputeQueueDataParamsNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalComputeQueueDataParamsNV.Ptr
that uses the same backing storage as thisVkExternalComputeQueueDataParamsNV.Ptr
, but with the new size.VkExternalComputeQueueDeviceCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkExternalComputeQueueDeviceCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalComputeQueueDeviceCreateInfoNV.Ptr
that uses the same backing storage as thisVkExternalComputeQueueDeviceCreateInfoNV.Ptr
, but with the new size.@NotNull VkExternalFenceProperties.Ptr
VkExternalFenceProperties.Ptr.reinterpret
(long newSize) Assume theVkExternalFenceProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalFenceProperties.Ptr
that uses the same backing storage as thisVkExternalFenceProperties.Ptr
, but with the new size.@NotNull VkExternalFormatANDROID.Ptr
VkExternalFormatANDROID.Ptr.reinterpret
(long newSize) Assume theVkExternalFormatANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalFormatANDROID.Ptr
that uses the same backing storage as thisVkExternalFormatANDROID.Ptr
, but with the new size.@NotNull VkExternalFormatQNX.Ptr
VkExternalFormatQNX.Ptr.reinterpret
(long newSize) Assume theVkExternalFormatQNX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalFormatQNX.Ptr
that uses the same backing storage as thisVkExternalFormatQNX.Ptr
, but with the new size.@NotNull VkExternalImageFormatProperties.Ptr
VkExternalImageFormatProperties.Ptr.reinterpret
(long newSize) Assume theVkExternalImageFormatProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalImageFormatProperties.Ptr
that uses the same backing storage as thisVkExternalImageFormatProperties.Ptr
, but with the new size.VkExternalImageFormatPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkExternalImageFormatPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalImageFormatPropertiesNV.Ptr
that uses the same backing storage as thisVkExternalImageFormatPropertiesNV.Ptr
, but with the new size.VkExternalMemoryAcquireUnmodifiedEXT.Ptr.reinterpret
(long newSize) Assume theVkExternalMemoryAcquireUnmodifiedEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalMemoryAcquireUnmodifiedEXT.Ptr
that uses the same backing storage as thisVkExternalMemoryAcquireUnmodifiedEXT.Ptr
, but with the new size.@NotNull VkExternalMemoryBufferCreateInfo.Ptr
VkExternalMemoryBufferCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkExternalMemoryBufferCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalMemoryBufferCreateInfo.Ptr
that uses the same backing storage as thisVkExternalMemoryBufferCreateInfo.Ptr
, but with the new size.@NotNull VkExternalMemoryImageCreateInfo.Ptr
VkExternalMemoryImageCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkExternalMemoryImageCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalMemoryImageCreateInfo.Ptr
that uses the same backing storage as thisVkExternalMemoryImageCreateInfo.Ptr
, but with the new size.VkExternalMemoryImageCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkExternalMemoryImageCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalMemoryImageCreateInfoNV.Ptr
that uses the same backing storage as thisVkExternalMemoryImageCreateInfoNV.Ptr
, but with the new size.@NotNull VkExternalMemoryProperties.Ptr
VkExternalMemoryProperties.Ptr.reinterpret
(long newSize) Assume theVkExternalMemoryProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalMemoryProperties.Ptr
that uses the same backing storage as thisVkExternalMemoryProperties.Ptr
, but with the new size.@NotNull VkExternalSemaphoreProperties.Ptr
VkExternalSemaphoreProperties.Ptr.reinterpret
(long newSize) Assume theVkExternalSemaphoreProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalSemaphoreProperties.Ptr
that uses the same backing storage as thisVkExternalSemaphoreProperties.Ptr
, but with the new size.@NotNull VkFenceCreateInfo.Ptr
VkFenceCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkFenceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFenceCreateInfo.Ptr
that uses the same backing storage as thisVkFenceCreateInfo.Ptr
, but with the new size.@NotNull VkFenceGetFdInfoKHR.Ptr
VkFenceGetFdInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkFenceGetFdInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFenceGetFdInfoKHR.Ptr
that uses the same backing storage as thisVkFenceGetFdInfoKHR.Ptr
, but with the new size.@NotNull VkFenceGetSciSyncInfoNV.Ptr
VkFenceGetSciSyncInfoNV.Ptr.reinterpret
(long newSize) Assume theVkFenceGetSciSyncInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFenceGetSciSyncInfoNV.Ptr
that uses the same backing storage as thisVkFenceGetSciSyncInfoNV.Ptr
, but with the new size.@NotNull VkFenceGetWin32HandleInfoKHR.Ptr
VkFenceGetWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkFenceGetWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFenceGetWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkFenceGetWin32HandleInfoKHR.Ptr
, but with the new size.VkFilterCubicImageViewImageFormatPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkFilterCubicImageViewImageFormatPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFilterCubicImageViewImageFormatPropertiesEXT.Ptr
that uses the same backing storage as thisVkFilterCubicImageViewImageFormatPropertiesEXT.Ptr
, but with the new size.@NotNull VkFormatProperties.Ptr
VkFormatProperties.Ptr.reinterpret
(long newSize) Assume theVkFormatProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFormatProperties.Ptr
that uses the same backing storage as thisVkFormatProperties.Ptr
, but with the new size.@NotNull VkFormatProperties2.Ptr
VkFormatProperties2.Ptr.reinterpret
(long newSize) Assume theVkFormatProperties2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFormatProperties2.Ptr
that uses the same backing storage as thisVkFormatProperties2.Ptr
, but with the new size.@NotNull VkFormatProperties3.Ptr
VkFormatProperties3.Ptr.reinterpret
(long newSize) Assume theVkFormatProperties3.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFormatProperties3.Ptr
that uses the same backing storage as thisVkFormatProperties3.Ptr
, but with the new size.VkFragmentShadingRateAttachmentInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkFragmentShadingRateAttachmentInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFragmentShadingRateAttachmentInfoKHR.Ptr
that uses the same backing storage as thisVkFragmentShadingRateAttachmentInfoKHR.Ptr
, but with the new size.@NotNull VkFrameBoundaryEXT.Ptr
VkFrameBoundaryEXT.Ptr.reinterpret
(long newSize) Assume theVkFrameBoundaryEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFrameBoundaryEXT.Ptr
that uses the same backing storage as thisVkFrameBoundaryEXT.Ptr
, but with the new size.@NotNull VkFramebufferAttachmentImageInfo.Ptr
VkFramebufferAttachmentImageInfo.Ptr.reinterpret
(long newSize) Assume theVkFramebufferAttachmentImageInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFramebufferAttachmentImageInfo.Ptr
that uses the same backing storage as thisVkFramebufferAttachmentImageInfo.Ptr
, but with the new size.VkFramebufferAttachmentsCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkFramebufferAttachmentsCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFramebufferAttachmentsCreateInfo.Ptr
that uses the same backing storage as thisVkFramebufferAttachmentsCreateInfo.Ptr
, but with the new size.@NotNull VkFramebufferCreateInfo.Ptr
VkFramebufferCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkFramebufferCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFramebufferCreateInfo.Ptr
that uses the same backing storage as thisVkFramebufferCreateInfo.Ptr
, but with the new size.VkFramebufferMixedSamplesCombinationNV.Ptr.reinterpret
(long newSize) Assume theVkFramebufferMixedSamplesCombinationNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFramebufferMixedSamplesCombinationNV.Ptr
that uses the same backing storage as thisVkFramebufferMixedSamplesCombinationNV.Ptr
, but with the new size.@NotNull VkGeneratedCommandsInfoEXT.Ptr
VkGeneratedCommandsInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkGeneratedCommandsInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeneratedCommandsInfoEXT.Ptr
that uses the same backing storage as thisVkGeneratedCommandsInfoEXT.Ptr
, but with the new size.@NotNull VkGeneratedCommandsInfoNV.Ptr
VkGeneratedCommandsInfoNV.Ptr.reinterpret
(long newSize) Assume theVkGeneratedCommandsInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeneratedCommandsInfoNV.Ptr
that uses the same backing storage as thisVkGeneratedCommandsInfoNV.Ptr
, but with the new size.VkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr
that uses the same backing storage as thisVkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr
, but with the new size.VkGeneratedCommandsMemoryRequirementsInfoNV.Ptr.reinterpret
(long newSize) Assume theVkGeneratedCommandsMemoryRequirementsInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeneratedCommandsMemoryRequirementsInfoNV.Ptr
that uses the same backing storage as thisVkGeneratedCommandsMemoryRequirementsInfoNV.Ptr
, but with the new size.VkGeneratedCommandsPipelineInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkGeneratedCommandsPipelineInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeneratedCommandsPipelineInfoEXT.Ptr
that uses the same backing storage as thisVkGeneratedCommandsPipelineInfoEXT.Ptr
, but with the new size.@NotNull VkGeneratedCommandsShaderInfoEXT.Ptr
VkGeneratedCommandsShaderInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkGeneratedCommandsShaderInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeneratedCommandsShaderInfoEXT.Ptr
that uses the same backing storage as thisVkGeneratedCommandsShaderInfoEXT.Ptr
, but with the new size.@NotNull VkGeometryAABBNV.Ptr
VkGeometryAABBNV.Ptr.reinterpret
(long newSize) Assume theVkGeometryAABBNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeometryAABBNV.Ptr
that uses the same backing storage as thisVkGeometryAABBNV.Ptr
, but with the new size.@NotNull VkGeometryDataNV.Ptr
VkGeometryDataNV.Ptr.reinterpret
(long newSize) Assume theVkGeometryDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeometryDataNV.Ptr
that uses the same backing storage as thisVkGeometryDataNV.Ptr
, but with the new size.@NotNull VkGeometryNV.Ptr
VkGeometryNV.Ptr.reinterpret
(long newSize) Assume theVkGeometryNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeometryNV.Ptr
that uses the same backing storage as thisVkGeometryNV.Ptr
, but with the new size.@NotNull VkGeometryTrianglesNV.Ptr
VkGeometryTrianglesNV.Ptr.reinterpret
(long newSize) Assume theVkGeometryTrianglesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeometryTrianglesNV.Ptr
that uses the same backing storage as thisVkGeometryTrianglesNV.Ptr
, but with the new size.@NotNull VkGetLatencyMarkerInfoNV.Ptr
VkGetLatencyMarkerInfoNV.Ptr.reinterpret
(long newSize) Assume theVkGetLatencyMarkerInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGetLatencyMarkerInfoNV.Ptr
that uses the same backing storage as thisVkGetLatencyMarkerInfoNV.Ptr
, but with the new size.@NotNull VkGraphicsPipelineCreateInfo.Ptr
VkGraphicsPipelineCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkGraphicsPipelineCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGraphicsPipelineCreateInfo.Ptr
that uses the same backing storage as thisVkGraphicsPipelineCreateInfo.Ptr
, but with the new size.VkGraphicsPipelineLibraryCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkGraphicsPipelineLibraryCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGraphicsPipelineLibraryCreateInfoEXT.Ptr
that uses the same backing storage as thisVkGraphicsPipelineLibraryCreateInfoEXT.Ptr
, but with the new size.VkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr
that uses the same backing storage as thisVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr
, but with the new size.VkGraphicsShaderGroupCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkGraphicsShaderGroupCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGraphicsShaderGroupCreateInfoNV.Ptr
that uses the same backing storage as thisVkGraphicsShaderGroupCreateInfoNV.Ptr
, but with the new size.@NotNull VkHdrMetadataEXT.Ptr
VkHdrMetadataEXT.Ptr.reinterpret
(long newSize) Assume theVkHdrMetadataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkHdrMetadataEXT.Ptr
that uses the same backing storage as thisVkHdrMetadataEXT.Ptr
, but with the new size.@NotNull VkHdrVividDynamicMetadataHUAWEI.Ptr
VkHdrVividDynamicMetadataHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkHdrVividDynamicMetadataHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkHdrVividDynamicMetadataHUAWEI.Ptr
that uses the same backing storage as thisVkHdrVividDynamicMetadataHUAWEI.Ptr
, but with the new size.@NotNull VkHeadlessSurfaceCreateInfoEXT.Ptr
VkHeadlessSurfaceCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkHeadlessSurfaceCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkHeadlessSurfaceCreateInfoEXT.Ptr
that uses the same backing storage as thisVkHeadlessSurfaceCreateInfoEXT.Ptr
, but with the new size.VkHostImageCopyDevicePerformanceQuery.Ptr.reinterpret
(long newSize) Assume theVkHostImageCopyDevicePerformanceQuery.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkHostImageCopyDevicePerformanceQuery.Ptr
that uses the same backing storage as thisVkHostImageCopyDevicePerformanceQuery.Ptr
, but with the new size.@NotNull VkHostImageLayoutTransitionInfo.Ptr
VkHostImageLayoutTransitionInfo.Ptr.reinterpret
(long newSize) Assume theVkHostImageLayoutTransitionInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkHostImageLayoutTransitionInfo.Ptr
that uses the same backing storage as thisVkHostImageLayoutTransitionInfo.Ptr
, but with the new size.VkImageAlignmentControlCreateInfoMESA.Ptr.reinterpret
(long newSize) Assume theVkImageAlignmentControlCreateInfoMESA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageAlignmentControlCreateInfoMESA.Ptr
that uses the same backing storage as thisVkImageAlignmentControlCreateInfoMESA.Ptr
, but with the new size.@NotNull VkImageBlit.Ptr
VkImageBlit.Ptr.reinterpret
(long newSize) Assume theVkImageBlit.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageBlit.Ptr
that uses the same backing storage as thisVkImageBlit.Ptr
, but with the new size.@NotNull VkImageBlit2.Ptr
VkImageBlit2.Ptr.reinterpret
(long newSize) Assume theVkImageBlit2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageBlit2.Ptr
that uses the same backing storage as thisVkImageBlit2.Ptr
, but with the new size.VkImageCaptureDescriptorDataInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImageCaptureDescriptorDataInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageCaptureDescriptorDataInfoEXT.Ptr
that uses the same backing storage as thisVkImageCaptureDescriptorDataInfoEXT.Ptr
, but with the new size.@NotNull VkImageCompressionControlEXT.Ptr
VkImageCompressionControlEXT.Ptr.reinterpret
(long newSize) Assume theVkImageCompressionControlEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageCompressionControlEXT.Ptr
that uses the same backing storage as thisVkImageCompressionControlEXT.Ptr
, but with the new size.@NotNull VkImageCompressionPropertiesEXT.Ptr
VkImageCompressionPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkImageCompressionPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageCompressionPropertiesEXT.Ptr
that uses the same backing storage as thisVkImageCompressionPropertiesEXT.Ptr
, but with the new size.@NotNull VkImageConstraintsInfoFUCHSIA.Ptr
VkImageConstraintsInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkImageConstraintsInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageConstraintsInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkImageConstraintsInfoFUCHSIA.Ptr
, but with the new size.@NotNull VkImageCopy.Ptr
VkImageCopy.Ptr.reinterpret
(long newSize) Assume theVkImageCopy.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageCopy.Ptr
that uses the same backing storage as thisVkImageCopy.Ptr
, but with the new size.@NotNull VkImageCopy2.Ptr
VkImageCopy2.Ptr.reinterpret
(long newSize) Assume theVkImageCopy2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageCopy2.Ptr
that uses the same backing storage as thisVkImageCopy2.Ptr
, but with the new size.@NotNull VkImageCreateInfo.Ptr
VkImageCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkImageCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageCreateInfo.Ptr
that uses the same backing storage as thisVkImageCreateInfo.Ptr
, but with the new size.VkImageDrmFormatModifierExplicitCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImageDrmFormatModifierExplicitCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageDrmFormatModifierExplicitCreateInfoEXT.Ptr
that uses the same backing storage as thisVkImageDrmFormatModifierExplicitCreateInfoEXT.Ptr
, but with the new size.VkImageDrmFormatModifierListCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImageDrmFormatModifierListCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageDrmFormatModifierListCreateInfoEXT.Ptr
that uses the same backing storage as thisVkImageDrmFormatModifierListCreateInfoEXT.Ptr
, but with the new size.VkImageDrmFormatModifierPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkImageDrmFormatModifierPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageDrmFormatModifierPropertiesEXT.Ptr
that uses the same backing storage as thisVkImageDrmFormatModifierPropertiesEXT.Ptr
, but with the new size.VkImageFormatConstraintsInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkImageFormatConstraintsInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageFormatConstraintsInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkImageFormatConstraintsInfoFUCHSIA.Ptr
, but with the new size.@NotNull VkImageFormatListCreateInfo.Ptr
VkImageFormatListCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkImageFormatListCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageFormatListCreateInfo.Ptr
that uses the same backing storage as thisVkImageFormatListCreateInfo.Ptr
, but with the new size.@NotNull VkImageFormatProperties.Ptr
VkImageFormatProperties.Ptr.reinterpret
(long newSize) Assume theVkImageFormatProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageFormatProperties.Ptr
that uses the same backing storage as thisVkImageFormatProperties.Ptr
, but with the new size.@NotNull VkImageFormatProperties2.Ptr
VkImageFormatProperties2.Ptr.reinterpret
(long newSize) Assume theVkImageFormatProperties2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageFormatProperties2.Ptr
that uses the same backing storage as thisVkImageFormatProperties2.Ptr
, but with the new size.@NotNull VkImageMemoryBarrier.Ptr
VkImageMemoryBarrier.Ptr.reinterpret
(long newSize) Assume theVkImageMemoryBarrier.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageMemoryBarrier.Ptr
that uses the same backing storage as thisVkImageMemoryBarrier.Ptr
, but with the new size.@NotNull VkImageMemoryBarrier2.Ptr
VkImageMemoryBarrier2.Ptr.reinterpret
(long newSize) Assume theVkImageMemoryBarrier2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageMemoryBarrier2.Ptr
that uses the same backing storage as thisVkImageMemoryBarrier2.Ptr
, but with the new size.@NotNull VkImageMemoryRequirementsInfo2.Ptr
VkImageMemoryRequirementsInfo2.Ptr.reinterpret
(long newSize) Assume theVkImageMemoryRequirementsInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageMemoryRequirementsInfo2.Ptr
that uses the same backing storage as thisVkImageMemoryRequirementsInfo2.Ptr
, but with the new size.VkImagePipeSurfaceCreateInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkImagePipeSurfaceCreateInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImagePipeSurfaceCreateInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkImagePipeSurfaceCreateInfoFUCHSIA.Ptr
, but with the new size.VkImagePlaneMemoryRequirementsInfo.Ptr.reinterpret
(long newSize) Assume theVkImagePlaneMemoryRequirementsInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImagePlaneMemoryRequirementsInfo.Ptr
that uses the same backing storage as thisVkImagePlaneMemoryRequirementsInfo.Ptr
, but with the new size.@NotNull VkImageResolve.Ptr
VkImageResolve.Ptr.reinterpret
(long newSize) Assume theVkImageResolve.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageResolve.Ptr
that uses the same backing storage as thisVkImageResolve.Ptr
, but with the new size.@NotNull VkImageResolve2.Ptr
VkImageResolve2.Ptr.reinterpret
(long newSize) Assume theVkImageResolve2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageResolve2.Ptr
that uses the same backing storage as thisVkImageResolve2.Ptr
, but with the new size.VkImageSparseMemoryRequirementsInfo2.Ptr.reinterpret
(long newSize) Assume theVkImageSparseMemoryRequirementsInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageSparseMemoryRequirementsInfo2.Ptr
that uses the same backing storage as thisVkImageSparseMemoryRequirementsInfo2.Ptr
, but with the new size.@NotNull VkImageStencilUsageCreateInfo.Ptr
VkImageStencilUsageCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkImageStencilUsageCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageStencilUsageCreateInfo.Ptr
that uses the same backing storage as thisVkImageStencilUsageCreateInfo.Ptr
, but with the new size.@NotNull VkImageSubresource.Ptr
VkImageSubresource.Ptr.reinterpret
(long newSize) Assume theVkImageSubresource.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageSubresource.Ptr
that uses the same backing storage as thisVkImageSubresource.Ptr
, but with the new size.@NotNull VkImageSubresource2.Ptr
VkImageSubresource2.Ptr.reinterpret
(long newSize) Assume theVkImageSubresource2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageSubresource2.Ptr
that uses the same backing storage as thisVkImageSubresource2.Ptr
, but with the new size.@NotNull VkImageSubresourceLayers.Ptr
VkImageSubresourceLayers.Ptr.reinterpret
(long newSize) Assume theVkImageSubresourceLayers.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageSubresourceLayers.Ptr
that uses the same backing storage as thisVkImageSubresourceLayers.Ptr
, but with the new size.@NotNull VkImageSubresourceRange.Ptr
VkImageSubresourceRange.Ptr.reinterpret
(long newSize) Assume theVkImageSubresourceRange.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageSubresourceRange.Ptr
that uses the same backing storage as thisVkImageSubresourceRange.Ptr
, but with the new size.@NotNull VkImageSwapchainCreateInfoKHR.Ptr
VkImageSwapchainCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkImageSwapchainCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageSwapchainCreateInfoKHR.Ptr
that uses the same backing storage as thisVkImageSwapchainCreateInfoKHR.Ptr
, but with the new size.@NotNull VkImageToMemoryCopy.Ptr
VkImageToMemoryCopy.Ptr.reinterpret
(long newSize) Assume theVkImageToMemoryCopy.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageToMemoryCopy.Ptr
that uses the same backing storage as thisVkImageToMemoryCopy.Ptr
, but with the new size.@NotNull VkImageViewAddressPropertiesNVX.Ptr
VkImageViewAddressPropertiesNVX.Ptr.reinterpret
(long newSize) Assume theVkImageViewAddressPropertiesNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewAddressPropertiesNVX.Ptr
that uses the same backing storage as thisVkImageViewAddressPropertiesNVX.Ptr
, but with the new size.@NotNull VkImageViewASTCDecodeModeEXT.Ptr
VkImageViewASTCDecodeModeEXT.Ptr.reinterpret
(long newSize) Assume theVkImageViewASTCDecodeModeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewASTCDecodeModeEXT.Ptr
that uses the same backing storage as thisVkImageViewASTCDecodeModeEXT.Ptr
, but with the new size.VkImageViewCaptureDescriptorDataInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImageViewCaptureDescriptorDataInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewCaptureDescriptorDataInfoEXT.Ptr
that uses the same backing storage as thisVkImageViewCaptureDescriptorDataInfoEXT.Ptr
, but with the new size.@NotNull VkImageViewCreateInfo.Ptr
VkImageViewCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkImageViewCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewCreateInfo.Ptr
that uses the same backing storage as thisVkImageViewCreateInfo.Ptr
, but with the new size.@NotNull VkImageViewHandleInfoNVX.Ptr
VkImageViewHandleInfoNVX.Ptr.reinterpret
(long newSize) Assume theVkImageViewHandleInfoNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewHandleInfoNVX.Ptr
that uses the same backing storage as thisVkImageViewHandleInfoNVX.Ptr
, but with the new size.@NotNull VkImageViewMinLodCreateInfoEXT.Ptr
VkImageViewMinLodCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImageViewMinLodCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewMinLodCreateInfoEXT.Ptr
that uses the same backing storage as thisVkImageViewMinLodCreateInfoEXT.Ptr
, but with the new size.VkImageViewSampleWeightCreateInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkImageViewSampleWeightCreateInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewSampleWeightCreateInfoQCOM.Ptr
that uses the same backing storage as thisVkImageViewSampleWeightCreateInfoQCOM.Ptr
, but with the new size.@NotNull VkImageViewSlicedCreateInfoEXT.Ptr
VkImageViewSlicedCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImageViewSlicedCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewSlicedCreateInfoEXT.Ptr
that uses the same backing storage as thisVkImageViewSlicedCreateInfoEXT.Ptr
, but with the new size.@NotNull VkImageViewUsageCreateInfo.Ptr
VkImageViewUsageCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkImageViewUsageCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewUsageCreateInfo.Ptr
that uses the same backing storage as thisVkImageViewUsageCreateInfo.Ptr
, but with the new size.VkImportAndroidHardwareBufferInfoANDROID.Ptr.reinterpret
(long newSize) Assume theVkImportAndroidHardwareBufferInfoANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportAndroidHardwareBufferInfoANDROID.Ptr
that uses the same backing storage as thisVkImportAndroidHardwareBufferInfoANDROID.Ptr
, but with the new size.@NotNull VkImportFenceFdInfoKHR.Ptr
VkImportFenceFdInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkImportFenceFdInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportFenceFdInfoKHR.Ptr
that uses the same backing storage as thisVkImportFenceFdInfoKHR.Ptr
, but with the new size.@NotNull VkImportFenceSciSyncInfoNV.Ptr
VkImportFenceSciSyncInfoNV.Ptr.reinterpret
(long newSize) Assume theVkImportFenceSciSyncInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportFenceSciSyncInfoNV.Ptr
that uses the same backing storage as thisVkImportFenceSciSyncInfoNV.Ptr
, but with the new size.@NotNull VkImportFenceWin32HandleInfoKHR.Ptr
VkImportFenceWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkImportFenceWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportFenceWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkImportFenceWin32HandleInfoKHR.Ptr
, but with the new size.VkImportMemoryBufferCollectionFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkImportMemoryBufferCollectionFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMemoryBufferCollectionFUCHSIA.Ptr
that uses the same backing storage as thisVkImportMemoryBufferCollectionFUCHSIA.Ptr
, but with the new size.@NotNull VkImportMemoryFdInfoKHR.Ptr
VkImportMemoryFdInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkImportMemoryFdInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMemoryFdInfoKHR.Ptr
that uses the same backing storage as thisVkImportMemoryFdInfoKHR.Ptr
, but with the new size.@NotNull VkImportMemoryHostPointerInfoEXT.Ptr
VkImportMemoryHostPointerInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImportMemoryHostPointerInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMemoryHostPointerInfoEXT.Ptr
that uses the same backing storage as thisVkImportMemoryHostPointerInfoEXT.Ptr
, but with the new size.@NotNull VkImportMemoryMetalHandleInfoEXT.Ptr
VkImportMemoryMetalHandleInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImportMemoryMetalHandleInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMemoryMetalHandleInfoEXT.Ptr
that uses the same backing storage as thisVkImportMemoryMetalHandleInfoEXT.Ptr
, but with the new size.@NotNull VkImportMemorySciBufInfoNV.Ptr
VkImportMemorySciBufInfoNV.Ptr.reinterpret
(long newSize) Assume theVkImportMemorySciBufInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMemorySciBufInfoNV.Ptr
that uses the same backing storage as thisVkImportMemorySciBufInfoNV.Ptr
, but with the new size.@NotNull VkImportMemoryWin32HandleInfoKHR.Ptr
VkImportMemoryWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkImportMemoryWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMemoryWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkImportMemoryWin32HandleInfoKHR.Ptr
, but with the new size.@NotNull VkImportMemoryWin32HandleInfoNV.Ptr
VkImportMemoryWin32HandleInfoNV.Ptr.reinterpret
(long newSize) Assume theVkImportMemoryWin32HandleInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMemoryWin32HandleInfoNV.Ptr
that uses the same backing storage as thisVkImportMemoryWin32HandleInfoNV.Ptr
, but with the new size.VkImportMemoryZirconHandleInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkImportMemoryZirconHandleInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMemoryZirconHandleInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkImportMemoryZirconHandleInfoFUCHSIA.Ptr
, but with the new size.@NotNull VkImportMetalBufferInfoEXT.Ptr
VkImportMetalBufferInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImportMetalBufferInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMetalBufferInfoEXT.Ptr
that uses the same backing storage as thisVkImportMetalBufferInfoEXT.Ptr
, but with the new size.@NotNull VkImportMetalIOSurfaceInfoEXT.Ptr
VkImportMetalIOSurfaceInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImportMetalIOSurfaceInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMetalIOSurfaceInfoEXT.Ptr
that uses the same backing storage as thisVkImportMetalIOSurfaceInfoEXT.Ptr
, but with the new size.@NotNull VkImportMetalSharedEventInfoEXT.Ptr
VkImportMetalSharedEventInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImportMetalSharedEventInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMetalSharedEventInfoEXT.Ptr
that uses the same backing storage as thisVkImportMetalSharedEventInfoEXT.Ptr
, but with the new size.@NotNull VkImportMetalTextureInfoEXT.Ptr
VkImportMetalTextureInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImportMetalTextureInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportMetalTextureInfoEXT.Ptr
that uses the same backing storage as thisVkImportMetalTextureInfoEXT.Ptr
, but with the new size.@NotNull VkImportScreenBufferInfoQNX.Ptr
VkImportScreenBufferInfoQNX.Ptr.reinterpret
(long newSize) Assume theVkImportScreenBufferInfoQNX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportScreenBufferInfoQNX.Ptr
that uses the same backing storage as thisVkImportScreenBufferInfoQNX.Ptr
, but with the new size.@NotNull VkImportSemaphoreFdInfoKHR.Ptr
VkImportSemaphoreFdInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkImportSemaphoreFdInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportSemaphoreFdInfoKHR.Ptr
that uses the same backing storage as thisVkImportSemaphoreFdInfoKHR.Ptr
, but with the new size.@NotNull VkImportSemaphoreSciSyncInfoNV.Ptr
VkImportSemaphoreSciSyncInfoNV.Ptr.reinterpret
(long newSize) Assume theVkImportSemaphoreSciSyncInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportSemaphoreSciSyncInfoNV.Ptr
that uses the same backing storage as thisVkImportSemaphoreSciSyncInfoNV.Ptr
, but with the new size.VkImportSemaphoreWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkImportSemaphoreWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportSemaphoreWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkImportSemaphoreWin32HandleInfoKHR.Ptr
, but with the new size.VkImportSemaphoreZirconHandleInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkImportSemaphoreZirconHandleInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImportSemaphoreZirconHandleInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkImportSemaphoreZirconHandleInfoFUCHSIA.Ptr
, but with the new size.VkIndirectCommandsExecutionSetTokenEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsExecutionSetTokenEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsExecutionSetTokenEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsExecutionSetTokenEXT.Ptr
, but with the new size.VkIndirectCommandsIndexBufferTokenEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsIndexBufferTokenEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsIndexBufferTokenEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsIndexBufferTokenEXT.Ptr
, but with the new size.VkIndirectCommandsLayoutCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsLayoutCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsLayoutCreateInfoEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsLayoutCreateInfoEXT.Ptr
, but with the new size.VkIndirectCommandsLayoutCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsLayoutCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsLayoutCreateInfoNV.Ptr
that uses the same backing storage as thisVkIndirectCommandsLayoutCreateInfoNV.Ptr
, but with the new size.@NotNull VkIndirectCommandsLayoutTokenEXT.Ptr
VkIndirectCommandsLayoutTokenEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsLayoutTokenEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsLayoutTokenEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsLayoutTokenEXT.Ptr
, but with the new size.@NotNull VkIndirectCommandsLayoutTokenNV.Ptr
VkIndirectCommandsLayoutTokenNV.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsLayoutTokenNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsLayoutTokenNV.Ptr
that uses the same backing storage as thisVkIndirectCommandsLayoutTokenNV.Ptr
, but with the new size.VkIndirectCommandsPushConstantTokenEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsPushConstantTokenEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsPushConstantTokenEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsPushConstantTokenEXT.Ptr
, but with the new size.@NotNull VkIndirectCommandsStreamNV.Ptr
VkIndirectCommandsStreamNV.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsStreamNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsStreamNV.Ptr
that uses the same backing storage as thisVkIndirectCommandsStreamNV.Ptr
, but with the new size.@NotNull VkIndirectCommandsTokenDataEXT.Ptr
VkIndirectCommandsTokenDataEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsTokenDataEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsTokenDataEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsTokenDataEXT.Ptr
, but with the new size.VkIndirectCommandsVertexBufferTokenEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsVertexBufferTokenEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsVertexBufferTokenEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsVertexBufferTokenEXT.Ptr
, but with the new size.VkIndirectExecutionSetCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectExecutionSetCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectExecutionSetCreateInfoEXT.Ptr
that uses the same backing storage as thisVkIndirectExecutionSetCreateInfoEXT.Ptr
, but with the new size.@NotNull VkIndirectExecutionSetInfoEXT.Ptr
VkIndirectExecutionSetInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectExecutionSetInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectExecutionSetInfoEXT.Ptr
that uses the same backing storage as thisVkIndirectExecutionSetInfoEXT.Ptr
, but with the new size.VkIndirectExecutionSetPipelineInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectExecutionSetPipelineInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectExecutionSetPipelineInfoEXT.Ptr
that uses the same backing storage as thisVkIndirectExecutionSetPipelineInfoEXT.Ptr
, but with the new size.VkIndirectExecutionSetShaderInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectExecutionSetShaderInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectExecutionSetShaderInfoEXT.Ptr
that uses the same backing storage as thisVkIndirectExecutionSetShaderInfoEXT.Ptr
, but with the new size.VkIndirectExecutionSetShaderLayoutInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectExecutionSetShaderLayoutInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectExecutionSetShaderLayoutInfoEXT.Ptr
that uses the same backing storage as thisVkIndirectExecutionSetShaderLayoutInfoEXT.Ptr
, but with the new size.VkInitializePerformanceApiInfoINTEL.Ptr.reinterpret
(long newSize) Assume theVkInitializePerformanceApiInfoINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkInitializePerformanceApiInfoINTEL.Ptr
that uses the same backing storage as thisVkInitializePerformanceApiInfoINTEL.Ptr
, but with the new size.@NotNull VkInputAttachmentAspectReference.Ptr
VkInputAttachmentAspectReference.Ptr.reinterpret
(long newSize) Assume theVkInputAttachmentAspectReference.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkInputAttachmentAspectReference.Ptr
that uses the same backing storage as thisVkInputAttachmentAspectReference.Ptr
, but with the new size.@NotNull VkInstanceCreateInfo.Ptr
VkInstanceCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkInstanceCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkInstanceCreateInfo.Ptr
that uses the same backing storage as thisVkInstanceCreateInfo.Ptr
, but with the new size.@NotNull VkIOSSurfaceCreateInfoMVK.Ptr
VkIOSSurfaceCreateInfoMVK.Ptr.reinterpret
(long newSize) Assume theVkIOSSurfaceCreateInfoMVK.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIOSSurfaceCreateInfoMVK.Ptr
that uses the same backing storage as thisVkIOSSurfaceCreateInfoMVK.Ptr
, but with the new size.@NotNull VkLatencySleepInfoNV.Ptr
VkLatencySleepInfoNV.Ptr.reinterpret
(long newSize) Assume theVkLatencySleepInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkLatencySleepInfoNV.Ptr
that uses the same backing storage as thisVkLatencySleepInfoNV.Ptr
, but with the new size.@NotNull VkLatencySleepModeInfoNV.Ptr
VkLatencySleepModeInfoNV.Ptr.reinterpret
(long newSize) Assume theVkLatencySleepModeInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkLatencySleepModeInfoNV.Ptr
that uses the same backing storage as thisVkLatencySleepModeInfoNV.Ptr
, but with the new size.@NotNull VkLatencySubmissionPresentIdNV.Ptr
VkLatencySubmissionPresentIdNV.Ptr.reinterpret
(long newSize) Assume theVkLatencySubmissionPresentIdNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkLatencySubmissionPresentIdNV.Ptr
that uses the same backing storage as thisVkLatencySubmissionPresentIdNV.Ptr
, but with the new size.@NotNull VkLatencySurfaceCapabilitiesNV.Ptr
VkLatencySurfaceCapabilitiesNV.Ptr.reinterpret
(long newSize) Assume theVkLatencySurfaceCapabilitiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkLatencySurfaceCapabilitiesNV.Ptr
that uses the same backing storage as thisVkLatencySurfaceCapabilitiesNV.Ptr
, but with the new size.@NotNull VkLatencyTimingsFrameReportNV.Ptr
VkLatencyTimingsFrameReportNV.Ptr.reinterpret
(long newSize) Assume theVkLatencyTimingsFrameReportNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkLatencyTimingsFrameReportNV.Ptr
that uses the same backing storage as thisVkLatencyTimingsFrameReportNV.Ptr
, but with the new size.@NotNull VkLayerProperties.Ptr
VkLayerProperties.Ptr.reinterpret
(long newSize) Assume theVkLayerProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkLayerProperties.Ptr
that uses the same backing storage as thisVkLayerProperties.Ptr
, but with the new size.@NotNull VkLayerSettingEXT.Ptr
VkLayerSettingEXT.Ptr.reinterpret
(long newSize) Assume theVkLayerSettingEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkLayerSettingEXT.Ptr
that uses the same backing storage as thisVkLayerSettingEXT.Ptr
, but with the new size.@NotNull VkLayerSettingsCreateInfoEXT.Ptr
VkLayerSettingsCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkLayerSettingsCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkLayerSettingsCreateInfoEXT.Ptr
that uses the same backing storage as thisVkLayerSettingsCreateInfoEXT.Ptr
, but with the new size.@NotNull VkMacOSSurfaceCreateInfoMVK.Ptr
VkMacOSSurfaceCreateInfoMVK.Ptr.reinterpret
(long newSize) Assume theVkMacOSSurfaceCreateInfoMVK.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMacOSSurfaceCreateInfoMVK.Ptr
that uses the same backing storage as thisVkMacOSSurfaceCreateInfoMVK.Ptr
, but with the new size.@NotNull VkMappedMemoryRange.Ptr
VkMappedMemoryRange.Ptr.reinterpret
(long newSize) Assume theVkMappedMemoryRange.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMappedMemoryRange.Ptr
that uses the same backing storage as thisVkMappedMemoryRange.Ptr
, but with the new size.@NotNull VkMemoryAllocateFlagsInfo.Ptr
VkMemoryAllocateFlagsInfo.Ptr.reinterpret
(long newSize) Assume theVkMemoryAllocateFlagsInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryAllocateFlagsInfo.Ptr
that uses the same backing storage as thisVkMemoryAllocateFlagsInfo.Ptr
, but with the new size.@NotNull VkMemoryAllocateInfo.Ptr
VkMemoryAllocateInfo.Ptr.reinterpret
(long newSize) Assume theVkMemoryAllocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryAllocateInfo.Ptr
that uses the same backing storage as thisVkMemoryAllocateInfo.Ptr
, but with the new size.@NotNull VkMemoryBarrier.Ptr
VkMemoryBarrier.Ptr.reinterpret
(long newSize) Assume theVkMemoryBarrier.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryBarrier.Ptr
that uses the same backing storage as thisVkMemoryBarrier.Ptr
, but with the new size.@NotNull VkMemoryBarrier2.Ptr
VkMemoryBarrier2.Ptr.reinterpret
(long newSize) Assume theVkMemoryBarrier2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryBarrier2.Ptr
that uses the same backing storage as thisVkMemoryBarrier2.Ptr
, but with the new size.@NotNull VkMemoryBarrierAccessFlags3KHR.Ptr
VkMemoryBarrierAccessFlags3KHR.Ptr.reinterpret
(long newSize) Assume theVkMemoryBarrierAccessFlags3KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryBarrierAccessFlags3KHR.Ptr
that uses the same backing storage as thisVkMemoryBarrierAccessFlags3KHR.Ptr
, but with the new size.@NotNull VkMemoryDedicatedAllocateInfo.Ptr
VkMemoryDedicatedAllocateInfo.Ptr.reinterpret
(long newSize) Assume theVkMemoryDedicatedAllocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryDedicatedAllocateInfo.Ptr
that uses the same backing storage as thisVkMemoryDedicatedAllocateInfo.Ptr
, but with the new size.@NotNull VkMemoryDedicatedRequirements.Ptr
VkMemoryDedicatedRequirements.Ptr.reinterpret
(long newSize) Assume theVkMemoryDedicatedRequirements.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryDedicatedRequirements.Ptr
that uses the same backing storage as thisVkMemoryDedicatedRequirements.Ptr
, but with the new size.@NotNull VkMemoryFdPropertiesKHR.Ptr
VkMemoryFdPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkMemoryFdPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryFdPropertiesKHR.Ptr
that uses the same backing storage as thisVkMemoryFdPropertiesKHR.Ptr
, but with the new size.VkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr.reinterpret
(long newSize) Assume theVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr
that uses the same backing storage as thisVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr
, but with the new size.@NotNull VkMemoryGetFdInfoKHR.Ptr
VkMemoryGetFdInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkMemoryGetFdInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryGetFdInfoKHR.Ptr
that uses the same backing storage as thisVkMemoryGetFdInfoKHR.Ptr
, but with the new size.@NotNull VkMemoryGetMetalHandleInfoEXT.Ptr
VkMemoryGetMetalHandleInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMemoryGetMetalHandleInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryGetMetalHandleInfoEXT.Ptr
that uses the same backing storage as thisVkMemoryGetMetalHandleInfoEXT.Ptr
, but with the new size.@NotNull VkMemoryGetRemoteAddressInfoNV.Ptr
VkMemoryGetRemoteAddressInfoNV.Ptr.reinterpret
(long newSize) Assume theVkMemoryGetRemoteAddressInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryGetRemoteAddressInfoNV.Ptr
that uses the same backing storage as thisVkMemoryGetRemoteAddressInfoNV.Ptr
, but with the new size.@NotNull VkMemoryGetSciBufInfoNV.Ptr
VkMemoryGetSciBufInfoNV.Ptr.reinterpret
(long newSize) Assume theVkMemoryGetSciBufInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryGetSciBufInfoNV.Ptr
that uses the same backing storage as thisVkMemoryGetSciBufInfoNV.Ptr
, but with the new size.@NotNull VkMemoryGetWin32HandleInfoKHR.Ptr
VkMemoryGetWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkMemoryGetWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryGetWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkMemoryGetWin32HandleInfoKHR.Ptr
, but with the new size.VkMemoryGetZirconHandleInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkMemoryGetZirconHandleInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryGetZirconHandleInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkMemoryGetZirconHandleInfoFUCHSIA.Ptr
, but with the new size.@NotNull VkMemoryHeap.Ptr
VkMemoryHeap.Ptr.reinterpret
(long newSize) Assume theVkMemoryHeap.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryHeap.Ptr
that uses the same backing storage as thisVkMemoryHeap.Ptr
, but with the new size.@NotNull VkMemoryHostPointerPropertiesEXT.Ptr
VkMemoryHostPointerPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkMemoryHostPointerPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryHostPointerPropertiesEXT.Ptr
that uses the same backing storage as thisVkMemoryHostPointerPropertiesEXT.Ptr
, but with the new size.@NotNull VkMemoryMapInfo.Ptr
VkMemoryMapInfo.Ptr.reinterpret
(long newSize) Assume theVkMemoryMapInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryMapInfo.Ptr
that uses the same backing storage as thisVkMemoryMapInfo.Ptr
, but with the new size.@NotNull VkMemoryMapPlacedInfoEXT.Ptr
VkMemoryMapPlacedInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMemoryMapPlacedInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryMapPlacedInfoEXT.Ptr
that uses the same backing storage as thisVkMemoryMapPlacedInfoEXT.Ptr
, but with the new size.@NotNull VkMemoryMetalHandlePropertiesEXT.Ptr
VkMemoryMetalHandlePropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkMemoryMetalHandlePropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryMetalHandlePropertiesEXT.Ptr
that uses the same backing storage as thisVkMemoryMetalHandlePropertiesEXT.Ptr
, but with the new size.VkMemoryOpaqueCaptureAddressAllocateInfo.Ptr.reinterpret
(long newSize) Assume theVkMemoryOpaqueCaptureAddressAllocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryOpaqueCaptureAddressAllocateInfo.Ptr
that uses the same backing storage as thisVkMemoryOpaqueCaptureAddressAllocateInfo.Ptr
, but with the new size.@NotNull VkMemoryPriorityAllocateInfoEXT.Ptr
VkMemoryPriorityAllocateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMemoryPriorityAllocateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryPriorityAllocateInfoEXT.Ptr
that uses the same backing storage as thisVkMemoryPriorityAllocateInfoEXT.Ptr
, but with the new size.@NotNull VkMemoryRequirements.Ptr
VkMemoryRequirements.Ptr.reinterpret
(long newSize) Assume theVkMemoryRequirements.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryRequirements.Ptr
that uses the same backing storage as thisVkMemoryRequirements.Ptr
, but with the new size.@NotNull VkMemoryRequirements2.Ptr
VkMemoryRequirements2.Ptr.reinterpret
(long newSize) Assume theVkMemoryRequirements2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryRequirements2.Ptr
that uses the same backing storage as thisVkMemoryRequirements2.Ptr
, but with the new size.@NotNull VkMemorySciBufPropertiesNV.Ptr
VkMemorySciBufPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkMemorySciBufPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemorySciBufPropertiesNV.Ptr
that uses the same backing storage as thisVkMemorySciBufPropertiesNV.Ptr
, but with the new size.@NotNull VkMemoryToImageCopy.Ptr
VkMemoryToImageCopy.Ptr.reinterpret
(long newSize) Assume theVkMemoryToImageCopy.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryToImageCopy.Ptr
that uses the same backing storage as thisVkMemoryToImageCopy.Ptr
, but with the new size.@NotNull VkMemoryType.Ptr
VkMemoryType.Ptr.reinterpret
(long newSize) Assume theVkMemoryType.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryType.Ptr
that uses the same backing storage as thisVkMemoryType.Ptr
, but with the new size.@NotNull VkMemoryUnmapInfo.Ptr
VkMemoryUnmapInfo.Ptr.reinterpret
(long newSize) Assume theVkMemoryUnmapInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryUnmapInfo.Ptr
that uses the same backing storage as thisVkMemoryUnmapInfo.Ptr
, but with the new size.@NotNull VkMemoryWin32HandlePropertiesKHR.Ptr
VkMemoryWin32HandlePropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkMemoryWin32HandlePropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryWin32HandlePropertiesKHR.Ptr
that uses the same backing storage as thisVkMemoryWin32HandlePropertiesKHR.Ptr
, but with the new size.VkMemoryZirconHandlePropertiesFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkMemoryZirconHandlePropertiesFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryZirconHandlePropertiesFUCHSIA.Ptr
that uses the same backing storage as thisVkMemoryZirconHandlePropertiesFUCHSIA.Ptr
, but with the new size.@NotNull VkMetalSurfaceCreateInfoEXT.Ptr
VkMetalSurfaceCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMetalSurfaceCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMetalSurfaceCreateInfoEXT.Ptr
that uses the same backing storage as thisVkMetalSurfaceCreateInfoEXT.Ptr
, but with the new size.@NotNull VkMicromapBuildInfoEXT.Ptr
VkMicromapBuildInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMicromapBuildInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMicromapBuildInfoEXT.Ptr
that uses the same backing storage as thisVkMicromapBuildInfoEXT.Ptr
, but with the new size.@NotNull VkMicromapBuildSizesInfoEXT.Ptr
VkMicromapBuildSizesInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMicromapBuildSizesInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMicromapBuildSizesInfoEXT.Ptr
that uses the same backing storage as thisVkMicromapBuildSizesInfoEXT.Ptr
, but with the new size.@NotNull VkMicromapCreateInfoEXT.Ptr
VkMicromapCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMicromapCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMicromapCreateInfoEXT.Ptr
that uses the same backing storage as thisVkMicromapCreateInfoEXT.Ptr
, but with the new size.@NotNull VkMicromapTriangleEXT.Ptr
VkMicromapTriangleEXT.Ptr.reinterpret
(long newSize) Assume theVkMicromapTriangleEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMicromapTriangleEXT.Ptr
that uses the same backing storage as thisVkMicromapTriangleEXT.Ptr
, but with the new size.@NotNull VkMicromapUsageEXT.Ptr
VkMicromapUsageEXT.Ptr.reinterpret
(long newSize) Assume theVkMicromapUsageEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMicromapUsageEXT.Ptr
that uses the same backing storage as thisVkMicromapUsageEXT.Ptr
, but with the new size.@NotNull VkMicromapVersionInfoEXT.Ptr
VkMicromapVersionInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMicromapVersionInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMicromapVersionInfoEXT.Ptr
that uses the same backing storage as thisVkMicromapVersionInfoEXT.Ptr
, but with the new size.@NotNull VkMultiDrawIndexedInfoEXT.Ptr
VkMultiDrawIndexedInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMultiDrawIndexedInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMultiDrawIndexedInfoEXT.Ptr
that uses the same backing storage as thisVkMultiDrawIndexedInfoEXT.Ptr
, but with the new size.@NotNull VkMultiDrawInfoEXT.Ptr
VkMultiDrawInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMultiDrawInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMultiDrawInfoEXT.Ptr
that uses the same backing storage as thisVkMultiDrawInfoEXT.Ptr
, but with the new size.VkMultisampledRenderToSingleSampledInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMultisampledRenderToSingleSampledInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMultisampledRenderToSingleSampledInfoEXT.Ptr
that uses the same backing storage as thisVkMultisampledRenderToSingleSampledInfoEXT.Ptr
, but with the new size.@NotNull VkMultisamplePropertiesEXT.Ptr
VkMultisamplePropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkMultisamplePropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMultisamplePropertiesEXT.Ptr
that uses the same backing storage as thisVkMultisamplePropertiesEXT.Ptr
, but with the new size.VkMultiviewPerViewAttributesInfoNVX.Ptr.reinterpret
(long newSize) Assume theVkMultiviewPerViewAttributesInfoNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMultiviewPerViewAttributesInfoNVX.Ptr
that uses the same backing storage as thisVkMultiviewPerViewAttributesInfoNVX.Ptr
, but with the new size.VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.Ptr
that uses the same backing storage as thisVkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.Ptr
, but with the new size.VkMutableDescriptorTypeCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMutableDescriptorTypeCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMutableDescriptorTypeCreateInfoEXT.Ptr
that uses the same backing storage as thisVkMutableDescriptorTypeCreateInfoEXT.Ptr
, but with the new size.@NotNull VkMutableDescriptorTypeListEXT.Ptr
VkMutableDescriptorTypeListEXT.Ptr.reinterpret
(long newSize) Assume theVkMutableDescriptorTypeListEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMutableDescriptorTypeListEXT.Ptr
that uses the same backing storage as thisVkMutableDescriptorTypeListEXT.Ptr
, but with the new size.@NotNull VkOffset2D.Ptr
VkOffset2D.Ptr.reinterpret
(long newSize) Assume theVkOffset2D.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOffset2D.Ptr
that uses the same backing storage as thisVkOffset2D.Ptr
, but with the new size.@NotNull VkOffset3D.Ptr
VkOffset3D.Ptr.reinterpret
(long newSize) Assume theVkOffset3D.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOffset3D.Ptr
that uses the same backing storage as thisVkOffset3D.Ptr
, but with the new size.VkOpaqueCaptureDescriptorDataCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkOpaqueCaptureDescriptorDataCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOpaqueCaptureDescriptorDataCreateInfoEXT.Ptr
that uses the same backing storage as thisVkOpaqueCaptureDescriptorDataCreateInfoEXT.Ptr
, but with the new size.@NotNull VkOpticalFlowExecuteInfoNV.Ptr
VkOpticalFlowExecuteInfoNV.Ptr.reinterpret
(long newSize) Assume theVkOpticalFlowExecuteInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOpticalFlowExecuteInfoNV.Ptr
that uses the same backing storage as thisVkOpticalFlowExecuteInfoNV.Ptr
, but with the new size.@NotNull VkOpticalFlowImageFormatInfoNV.Ptr
VkOpticalFlowImageFormatInfoNV.Ptr.reinterpret
(long newSize) Assume theVkOpticalFlowImageFormatInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOpticalFlowImageFormatInfoNV.Ptr
that uses the same backing storage as thisVkOpticalFlowImageFormatInfoNV.Ptr
, but with the new size.VkOpticalFlowImageFormatPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkOpticalFlowImageFormatPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOpticalFlowImageFormatPropertiesNV.Ptr
that uses the same backing storage as thisVkOpticalFlowImageFormatPropertiesNV.Ptr
, but with the new size.@NotNull VkOpticalFlowSessionCreateInfoNV.Ptr
VkOpticalFlowSessionCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkOpticalFlowSessionCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOpticalFlowSessionCreateInfoNV.Ptr
that uses the same backing storage as thisVkOpticalFlowSessionCreateInfoNV.Ptr
, but with the new size.VkOpticalFlowSessionCreatePrivateDataInfoNV.Ptr.reinterpret
(long newSize) Assume theVkOpticalFlowSessionCreatePrivateDataInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOpticalFlowSessionCreatePrivateDataInfoNV.Ptr
that uses the same backing storage as thisVkOpticalFlowSessionCreatePrivateDataInfoNV.Ptr
, but with the new size.@NotNull VkOutOfBandQueueTypeInfoNV.Ptr
VkOutOfBandQueueTypeInfoNV.Ptr.reinterpret
(long newSize) Assume theVkOutOfBandQueueTypeInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkOutOfBandQueueTypeInfoNV.Ptr
that uses the same backing storage as thisVkOutOfBandQueueTypeInfoNV.Ptr
, but with the new size.VkPartitionedAccelerationStructureFlagsNV.Ptr.reinterpret
(long newSize) Assume theVkPartitionedAccelerationStructureFlagsNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPartitionedAccelerationStructureFlagsNV.Ptr
that uses the same backing storage as thisVkPartitionedAccelerationStructureFlagsNV.Ptr
, but with the new size.VkPartitionedAccelerationStructureInstancesInputNV.Ptr.reinterpret
(long newSize) Assume theVkPartitionedAccelerationStructureInstancesInputNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPartitionedAccelerationStructureInstancesInputNV.Ptr
that uses the same backing storage as thisVkPartitionedAccelerationStructureInstancesInputNV.Ptr
, but with the new size.VkPartitionedAccelerationStructureUpdateInstanceDataNV.Ptr.reinterpret
(long newSize) Assume theVkPartitionedAccelerationStructureUpdateInstanceDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPartitionedAccelerationStructureUpdateInstanceDataNV.Ptr
that uses the same backing storage as thisVkPartitionedAccelerationStructureUpdateInstanceDataNV.Ptr
, but with the new size.VkPartitionedAccelerationStructureWriteInstanceDataNV.Ptr.reinterpret
(long newSize) Assume theVkPartitionedAccelerationStructureWriteInstanceDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPartitionedAccelerationStructureWriteInstanceDataNV.Ptr
that uses the same backing storage as thisVkPartitionedAccelerationStructureWriteInstanceDataNV.Ptr
, but with the new size.VkPartitionedAccelerationStructureWritePartitionTranslationDataNV.Ptr.reinterpret
(long newSize) Assume theVkPartitionedAccelerationStructureWritePartitionTranslationDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPartitionedAccelerationStructureWritePartitionTranslationDataNV.Ptr
that uses the same backing storage as thisVkPartitionedAccelerationStructureWritePartitionTranslationDataNV.Ptr
, but with the new size.@NotNull VkPastPresentationTimingGOOGLE.Ptr
VkPastPresentationTimingGOOGLE.Ptr.reinterpret
(long newSize) Assume theVkPastPresentationTimingGOOGLE.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPastPresentationTimingGOOGLE.Ptr
that uses the same backing storage as thisVkPastPresentationTimingGOOGLE.Ptr
, but with the new size.VkPerformanceConfigurationAcquireInfoINTEL.Ptr.reinterpret
(long newSize) Assume theVkPerformanceConfigurationAcquireInfoINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceConfigurationAcquireInfoINTEL.Ptr
that uses the same backing storage as thisVkPerformanceConfigurationAcquireInfoINTEL.Ptr
, but with the new size.VkPerformanceCounterDescriptionKHR.Ptr.reinterpret
(long newSize) Assume theVkPerformanceCounterDescriptionKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceCounterDescriptionKHR.Ptr
that uses the same backing storage as thisVkPerformanceCounterDescriptionKHR.Ptr
, but with the new size.@NotNull VkPerformanceCounterKHR.Ptr
VkPerformanceCounterKHR.Ptr.reinterpret
(long newSize) Assume theVkPerformanceCounterKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceCounterKHR.Ptr
that uses the same backing storage as thisVkPerformanceCounterKHR.Ptr
, but with the new size.@NotNull VkPerformanceCounterResultKHR.Ptr
VkPerformanceCounterResultKHR.Ptr.reinterpret
(long newSize) Assume theVkPerformanceCounterResultKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceCounterResultKHR.Ptr
that uses the same backing storage as thisVkPerformanceCounterResultKHR.Ptr
, but with the new size.@NotNull VkPerformanceMarkerInfoINTEL.Ptr
VkPerformanceMarkerInfoINTEL.Ptr.reinterpret
(long newSize) Assume theVkPerformanceMarkerInfoINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceMarkerInfoINTEL.Ptr
that uses the same backing storage as thisVkPerformanceMarkerInfoINTEL.Ptr
, but with the new size.@NotNull VkPerformanceOverrideInfoINTEL.Ptr
VkPerformanceOverrideInfoINTEL.Ptr.reinterpret
(long newSize) Assume theVkPerformanceOverrideInfoINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceOverrideInfoINTEL.Ptr
that uses the same backing storage as thisVkPerformanceOverrideInfoINTEL.Ptr
, but with the new size.VkPerformanceQueryReservationInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPerformanceQueryReservationInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceQueryReservationInfoKHR.Ptr
that uses the same backing storage as thisVkPerformanceQueryReservationInfoKHR.Ptr
, but with the new size.@NotNull VkPerformanceQuerySubmitInfoKHR.Ptr
VkPerformanceQuerySubmitInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPerformanceQuerySubmitInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceQuerySubmitInfoKHR.Ptr
that uses the same backing storage as thisVkPerformanceQuerySubmitInfoKHR.Ptr
, but with the new size.VkPerformanceStreamMarkerInfoINTEL.Ptr.reinterpret
(long newSize) Assume theVkPerformanceStreamMarkerInfoINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceStreamMarkerInfoINTEL.Ptr
that uses the same backing storage as thisVkPerformanceStreamMarkerInfoINTEL.Ptr
, but with the new size.@NotNull VkPerformanceValueDataINTEL.Ptr
VkPerformanceValueDataINTEL.Ptr.reinterpret
(long newSize) Assume theVkPerformanceValueDataINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceValueDataINTEL.Ptr
that uses the same backing storage as thisVkPerformanceValueDataINTEL.Ptr
, but with the new size.@NotNull VkPerformanceValueINTEL.Ptr
VkPerformanceValueINTEL.Ptr.reinterpret
(long newSize) Assume theVkPerformanceValueINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerformanceValueINTEL.Ptr
that uses the same backing storage as thisVkPerformanceValueINTEL.Ptr
, but with the new size.@NotNull VkPerTileBeginInfoQCOM.Ptr
VkPerTileBeginInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkPerTileBeginInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerTileBeginInfoQCOM.Ptr
that uses the same backing storage as thisVkPerTileBeginInfoQCOM.Ptr
, but with the new size.@NotNull VkPerTileEndInfoQCOM.Ptr
VkPerTileEndInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkPerTileEndInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPerTileEndInfoQCOM.Ptr
that uses the same backing storage as thisVkPerTileEndInfoQCOM.Ptr
, but with the new size.VkPhysicalDevice16BitStorageFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevice16BitStorageFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevice16BitStorageFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDevice16BitStorageFeatures.Ptr
, but with the new size.VkPhysicalDevice4444FormatsFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevice4444FormatsFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevice4444FormatsFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevice4444FormatsFeaturesEXT.Ptr
, but with the new size.VkPhysicalDevice8BitStorageFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevice8BitStorageFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevice8BitStorageFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDevice8BitStorageFeatures.Ptr
, but with the new size.VkPhysicalDeviceAccelerationStructureFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceAccelerationStructureFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAccelerationStructureFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceAccelerationStructureFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceAccelerationStructurePropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceAccelerationStructurePropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAccelerationStructurePropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceAccelerationStructurePropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceAddressBindingReportFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr
that uses the same backing storage as thisVkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr
, but with the new size.VkPhysicalDeviceAntiLagFeaturesAMD.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceAntiLagFeaturesAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAntiLagFeaturesAMD.Ptr
that uses the same backing storage as thisVkPhysicalDeviceAntiLagFeaturesAMD.Ptr
, but with the new size.VkPhysicalDeviceASTCDecodeFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceASTCDecodeFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceASTCDecodeFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceASTCDecodeFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceBorderColorSwizzleFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceBufferDeviceAddressFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceBufferDeviceAddressFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceBufferDeviceAddressFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceBufferDeviceAddressFeatures.Ptr
, but with the new size.VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceBufferDeviceAddressFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceClusterAccelerationStructureFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceClusterAccelerationStructureFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceClusterAccelerationStructureFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceClusterAccelerationStructurePropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.Ptr
that uses the same backing storage as thisVkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.Ptr
, but with the new size.VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.Ptr
that uses the same backing storage as thisVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.Ptr
, but with the new size.VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.Ptr
that uses the same backing storage as thisVkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.Ptr
, but with the new size.VkPhysicalDeviceCoherentMemoryFeaturesAMD.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCoherentMemoryFeaturesAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCoherentMemoryFeaturesAMD.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCoherentMemoryFeaturesAMD.Ptr
, but with the new size.VkPhysicalDeviceColorWriteEnableFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceColorWriteEnableFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceColorWriteEnableFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceColorWriteEnableFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCommandBufferInheritanceFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCommandBufferInheritanceFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCommandBufferInheritanceFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceConditionalRenderingFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceConditionalRenderingFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceConditionalRenderingFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceConditionalRenderingFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceConservativeRasterizationPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceConservativeRasterizationPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceConservativeRasterizationPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceConservativeRasterizationPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceCooperativeMatrix2PropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeMatrix2PropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeMatrix2PropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrix2PropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceCooperativeMatrixFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeMatrixFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceCooperativeMatrixFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeMatrixFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceCooperativeMatrixPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeMatrixPropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixPropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceCooperativeVectorFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeVectorFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeVectorFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeVectorFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceCopyMemoryIndirectPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCopyMemoryIndirectPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCopyMemoryIndirectPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCopyMemoryIndirectPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceCornerSampledImageFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCornerSampledImageFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCornerSampledImageFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCornerSampledImageFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceCoverageReductionModeFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCoverageReductionModeFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCoverageReductionModeFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCoverageReductionModeFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceCubicClampFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCubicClampFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCubicClampFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCubicClampFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceCubicWeightsFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCubicWeightsFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCubicWeightsFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCubicWeightsFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceCudaKernelLaunchFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCudaKernelLaunchFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCudaKernelLaunchFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCudaKernelLaunchFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceCustomBorderColorFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCustomBorderColorFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCustomBorderColorFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCustomBorderColorFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceCustomBorderColorPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCustomBorderColorPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCustomBorderColorPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCustomBorderColorPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceDepthClampControlFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDepthClampControlFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDepthClampControlFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDepthClampControlFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDepthClampZeroOneFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDepthClampZeroOneFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDepthClampZeroOneFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceDepthClipControlFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDepthClipControlFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDepthClipControlFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDepthClipControlFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceDepthStencilResolveProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDepthStencilResolveProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDepthStencilResolveProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDepthStencilResolveProperties.Ptr
, but with the new size.VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceDescriptorBufferPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDescriptorBufferPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDescriptorBufferPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDescriptorBufferPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceDescriptorIndexingFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDescriptorIndexingFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDescriptorIndexingFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDescriptorIndexingFeatures.Ptr
, but with the new size.VkPhysicalDeviceDescriptorIndexingProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDescriptorIndexingProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDescriptorIndexingProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDescriptorIndexingProperties.Ptr
, but with the new size.VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.Ptr
, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDeviceMemoryReportFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDeviceMemoryReportFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDeviceMemoryReportFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceDiagnosticsConfigFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDiagnosticsConfigFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDiagnosticsConfigFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDiagnosticsConfigFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceDiscardRectanglePropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDiscardRectanglePropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDiscardRectanglePropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDiscardRectanglePropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceDisplacementMicromapFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDisplacementMicromapFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDisplacementMicromapFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDisplacementMicromapFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr
, but with the new size.@NotNull VkPhysicalDeviceDriverProperties.Ptr
VkPhysicalDeviceDriverProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDriverProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDriverProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDriverProperties.Ptr
, but with the new size.@NotNull VkPhysicalDeviceDrmPropertiesEXT.Ptr
VkPhysicalDeviceDrmPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDrmPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDrmPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDrmPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceDynamicRenderingFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDynamicRenderingFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDynamicRenderingFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDynamicRenderingFeatures.Ptr
, but with the new size.VkPhysicalDeviceDynamicRenderingLocalReadFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDynamicRenderingLocalReadFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDynamicRenderingLocalReadFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDynamicRenderingLocalReadFeatures.Ptr
, but with the new size.VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExtendedDynamicState2FeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExtendedDynamicState3PropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExtendedDynamicState3PropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExtendedDynamicState3PropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExtendedDynamicStateFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExtendedDynamicStateFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExtendedDynamicStateFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceExternalBufferInfo.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalBufferInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalBufferInfo.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalBufferInfo.Ptr
, but with the new size.VkPhysicalDeviceExternalComputeQueuePropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalComputeQueuePropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalComputeQueuePropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalComputeQueuePropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceExternalFenceInfo.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalFenceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalFenceInfo.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalFenceInfo.Ptr
, but with the new size.VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalFormatResolveFeaturesANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalFormatResolveFeaturesANDROID.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalFormatResolveFeaturesANDROID.Ptr
, but with the new size.VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr
, but with the new size.VkPhysicalDeviceExternalImageFormatInfo.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalImageFormatInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalImageFormatInfo.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalImageFormatInfo.Ptr
, but with the new size.VkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceExternalMemorySciBufFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalMemorySciBufFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalMemorySciBufFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalMemorySciBufFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalMemoryScreenBufferFeaturesQNX.Ptr
, but with the new size.VkPhysicalDeviceExternalSciSync2FeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalSciSync2FeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalSciSync2FeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalSciSync2FeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceExternalSemaphoreInfo.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceExternalSemaphoreInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceExternalSemaphoreInfo.Ptr
that uses the same backing storage as thisVkPhysicalDeviceExternalSemaphoreInfo.Ptr
, but with the new size.@NotNull VkPhysicalDeviceFaultFeaturesEXT.Ptr
VkPhysicalDeviceFaultFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFaultFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFaultFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFaultFeaturesEXT.Ptr
, but with the new size.@NotNull VkPhysicalDeviceFeatures.Ptr
VkPhysicalDeviceFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFeatures.Ptr
, but with the new size.@NotNull VkPhysicalDeviceFeatures2.Ptr
VkPhysicalDeviceFeatures2.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFeatures2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFeatures2.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFeatures2.Ptr
, but with the new size.VkPhysicalDeviceFloatControlsProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFloatControlsProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFloatControlsProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFloatControlsProperties.Ptr
, but with the new size.VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMap2PropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceFragmentDensityMapFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentDensityMapFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentDensityMapFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMapFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceFragmentShadingRateFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShadingRateFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceFragmentShadingRateKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShadingRateKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateKHR.Ptr
, but with the new size.VkPhysicalDeviceFragmentShadingRatePropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShadingRatePropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShadingRatePropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRatePropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFrameBoundaryFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceGlobalPriorityQueryFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceGlobalPriorityQueryFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceGlobalPriorityQueryFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceGlobalPriorityQueryFeatures.Ptr
, but with the new size.VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.Ptr
, but with the new size.@NotNull VkPhysicalDeviceGroupProperties.Ptr
VkPhysicalDeviceGroupProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceGroupProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceGroupProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceGroupProperties.Ptr
, but with the new size.VkPhysicalDeviceHdrVividFeaturesHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceHdrVividFeaturesHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceHdrVividFeaturesHUAWEI.Ptr
that uses the same backing storage as thisVkPhysicalDeviceHdrVividFeaturesHUAWEI.Ptr
, but with the new size.VkPhysicalDeviceHostImageCopyFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceHostImageCopyFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceHostImageCopyFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceHostImageCopyFeatures.Ptr
, but with the new size.VkPhysicalDeviceHostImageCopyProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceHostImageCopyProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceHostImageCopyProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceHostImageCopyProperties.Ptr
, but with the new size.VkPhysicalDeviceHostQueryResetFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceHostQueryResetFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceHostQueryResetFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceHostQueryResetFeatures.Ptr
, but with the new size.@NotNull VkPhysicalDeviceIDProperties.Ptr
VkPhysicalDeviceIDProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceIDProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceIDProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceIDProperties.Ptr
, but with the new size.VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImage2DViewOf3DFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceImageAlignmentControlFeaturesMESA.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageAlignmentControlFeaturesMESA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageAlignmentControlFeaturesMESA.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageAlignmentControlFeaturesMESA.Ptr
, but with the new size.VkPhysicalDeviceImageAlignmentControlPropertiesMESA.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageAlignmentControlPropertiesMESA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageAlignmentControlPropertiesMESA.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageAlignmentControlPropertiesMESA.Ptr
, but with the new size.VkPhysicalDeviceImageCompressionControlFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageCompressionControlFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageCompressionControlFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageCompressionControlFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr
, but with the new size.@NotNull VkPhysicalDeviceImageFormatInfo2.Ptr
VkPhysicalDeviceImageFormatInfo2.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageFormatInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageFormatInfo2.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageFormatInfo2.Ptr
, but with the new size.VkPhysicalDeviceImagelessFramebufferFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImagelessFramebufferFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImagelessFramebufferFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImagelessFramebufferFeatures.Ptr
, but with the new size.VkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr
, but with the new size.VkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceImageProcessingPropertiesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageProcessingPropertiesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageProcessingPropertiesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageProcessingPropertiesQCOM.Ptr
, but with the new size.VkPhysicalDeviceImageRobustnessFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageRobustnessFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageRobustnessFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageRobustnessFeatures.Ptr
, but with the new size.VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceImageViewImageFormatInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageViewImageFormatInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageViewImageFormatInfoEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageViewImageFormatInfoEXT.Ptr
, but with the new size.VkPhysicalDeviceImageViewMinLodFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageViewMinLodFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageViewMinLodFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageViewMinLodFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceIndexTypeUint8Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceIndexTypeUint8Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceIndexTypeUint8Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceIndexTypeUint8Features.Ptr
, but with the new size.VkPhysicalDeviceInheritedViewportScissorFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceInheritedViewportScissorFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceInheritedViewportScissorFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceInheritedViewportScissorFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceInlineUniformBlockFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceInlineUniformBlockFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceInlineUniformBlockFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceInlineUniformBlockFeatures.Ptr
, but with the new size.VkPhysicalDeviceInlineUniformBlockProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceInlineUniformBlockProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceInlineUniformBlockProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceInlineUniformBlockProperties.Ptr
, but with the new size.VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceInvocationMaskFeaturesHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceInvocationMaskFeaturesHUAWEI.Ptr
that uses the same backing storage as thisVkPhysicalDeviceInvocationMaskFeaturesHUAWEI.Ptr
, but with the new size.VkPhysicalDeviceLayeredApiPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLayeredApiPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLayeredApiPropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLayeredApiPropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceLayeredApiPropertiesListKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLayeredApiPropertiesListKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLayeredApiPropertiesListKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLayeredApiPropertiesListKHR.Ptr
, but with the new size.VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLayeredApiVulkanPropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr
, but with the new size.VkPhysicalDeviceLegacyDitheringFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLegacyDitheringFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLegacyDitheringFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLegacyDitheringFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr
, but with the new size.@NotNull VkPhysicalDeviceLimits.Ptr
VkPhysicalDeviceLimits.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLimits.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLimits.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLimits.Ptr
, but with the new size.VkPhysicalDeviceLinearColorAttachmentFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLinearColorAttachmentFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLinearColorAttachmentFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLinearColorAttachmentFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceLineRasterizationFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLineRasterizationFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLineRasterizationFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLineRasterizationFeatures.Ptr
, but with the new size.VkPhysicalDeviceLineRasterizationProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLineRasterizationProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLineRasterizationProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLineRasterizationProperties.Ptr
, but with the new size.VkPhysicalDeviceMaintenance3Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance3Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance3Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance3Properties.Ptr
, but with the new size.VkPhysicalDeviceMaintenance4Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance4Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance4Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance4Features.Ptr
, but with the new size.VkPhysicalDeviceMaintenance4Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance4Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance4Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance4Properties.Ptr
, but with the new size.VkPhysicalDeviceMaintenance5Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance5Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance5Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance5Features.Ptr
, but with the new size.VkPhysicalDeviceMaintenance5Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance5Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance5Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance5Properties.Ptr
, but with the new size.VkPhysicalDeviceMaintenance6Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance6Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance6Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance6Features.Ptr
, but with the new size.VkPhysicalDeviceMaintenance6Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance6Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance6Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance6Properties.Ptr
, but with the new size.VkPhysicalDeviceMaintenance7FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance7FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance7FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance7FeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceMaintenance7PropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance7PropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance7PropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance7PropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceMaintenance8FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMaintenance8FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMaintenance8FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMaintenance8FeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMapMemoryPlacedFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMapMemoryPlacedPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMapMemoryPlacedPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMapMemoryPlacedPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceMemoryBudgetPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMemoryBudgetPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMemoryBudgetPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMemoryBudgetPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceMemoryDecompressionFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMemoryDecompressionFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMemoryDecompressionFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMemoryDecompressionFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceMemoryPriorityFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMemoryPriorityFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMemoryPriorityFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMemoryPriorityFeaturesEXT.Ptr
, but with the new size.@NotNull VkPhysicalDeviceMemoryProperties.Ptr
VkPhysicalDeviceMemoryProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMemoryProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMemoryProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMemoryProperties.Ptr
, but with the new size.VkPhysicalDeviceMemoryProperties2.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMemoryProperties2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMemoryProperties2.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMemoryProperties2.Ptr
, but with the new size.VkPhysicalDeviceMeshShaderFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMeshShaderFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMeshShaderFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMeshShaderFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMeshShaderFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMeshShaderFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMeshShaderFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceMeshShaderPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMeshShaderPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMeshShaderPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMeshShaderPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceMeshShaderPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMeshShaderPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMeshShaderPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMeshShaderPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceMultiDrawFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMultiDrawFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMultiDrawFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMultiDrawFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceMultiDrawPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMultiDrawPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMultiDrawPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMultiDrawPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceMultiviewFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMultiviewFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMultiviewFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMultiviewFeatures.Ptr
, but with the new size.VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.Ptr
, but with the new size.VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceMultiviewProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMultiviewProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMultiviewProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMultiviewProperties.Ptr
, but with the new size.VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceNestedCommandBufferFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceNestedCommandBufferFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceNestedCommandBufferFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceNestedCommandBufferFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceNestedCommandBufferPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceNestedCommandBufferPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceNestedCommandBufferPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceNestedCommandBufferPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceOpacityMicromapFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceOpacityMicromapFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceOpacityMicromapFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceOpacityMicromapFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceOpacityMicromapPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceOpacityMicromapPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceOpacityMicromapPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceOpacityMicromapPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceOpticalFlowFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceOpticalFlowFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceOpticalFlowFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceOpticalFlowFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceOpticalFlowPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceOpticalFlowPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceOpticalFlowPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceOpticalFlowPropertiesNV.Ptr
, but with the new size.VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.Ptr
, but with the new size.VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.Ptr
, but with the new size.VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.Ptr
, but with the new size.VkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr
, but with the new size.VkPhysicalDevicePerformanceQueryFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePerformanceQueryFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePerformanceQueryFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePerformanceQueryFeaturesKHR.Ptr
, but with the new size.VkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr
, but with the new size.VkPhysicalDevicePerStageDescriptorSetFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePerStageDescriptorSetFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePerStageDescriptorSetFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDevicePerStageDescriptorSetFeaturesNV.Ptr
, but with the new size.VkPhysicalDevicePipelineBinaryFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineBinaryFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineBinaryFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineBinaryFeaturesKHR.Ptr
, but with the new size.VkPhysicalDevicePipelineBinaryPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineBinaryPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineBinaryPropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineBinaryPropertiesKHR.Ptr
, but with the new size.VkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineCreationCacheControlFeatures.Ptr
, but with the new size.VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Ptr
, but with the new size.VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.Ptr
, but with the new size.VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineOpacityMicromapFeaturesARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineOpacityMicromapFeaturesARM.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineOpacityMicromapFeaturesARM.Ptr
, but with the new size.VkPhysicalDevicePipelinePropertiesFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelinePropertiesFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelinePropertiesFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelinePropertiesFeaturesEXT.Ptr
, but with the new size.VkPhysicalDevicePipelineProtectedAccessFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineProtectedAccessFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineProtectedAccessFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineProtectedAccessFeatures.Ptr
, but with the new size.VkPhysicalDevicePipelineRobustnessFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineRobustnessFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineRobustnessFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineRobustnessFeatures.Ptr
, but with the new size.VkPhysicalDevicePipelineRobustnessProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineRobustnessProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineRobustnessProperties.Ptr
that uses the same backing storage as thisVkPhysicalDevicePipelineRobustnessProperties.Ptr
, but with the new size.VkPhysicalDevicePointClippingProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePointClippingProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePointClippingProperties.Ptr
that uses the same backing storage as thisVkPhysicalDevicePointClippingProperties.Ptr
, but with the new size.VkPhysicalDevicePortabilitySubsetFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePortabilitySubsetFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePortabilitySubsetFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePortabilitySubsetFeaturesKHR.Ptr
, but with the new size.VkPhysicalDevicePortabilitySubsetPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePortabilitySubsetPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePortabilitySubsetPropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePortabilitySubsetPropertiesKHR.Ptr
, but with the new size.VkPhysicalDevicePresentBarrierFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePresentBarrierFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePresentBarrierFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDevicePresentBarrierFeaturesNV.Ptr
, but with the new size.VkPhysicalDevicePresentIdFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePresentIdFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePresentIdFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePresentIdFeaturesKHR.Ptr
, but with the new size.VkPhysicalDevicePresentMeteringFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePresentMeteringFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePresentMeteringFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDevicePresentMeteringFeaturesNV.Ptr
, but with the new size.VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.Ptr
, but with the new size.VkPhysicalDevicePresentWaitFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePresentWaitFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePresentWaitFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDevicePresentWaitFeaturesKHR.Ptr
, but with the new size.VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.Ptr
, but with the new size.VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.Ptr
, but with the new size.VkPhysicalDevicePrivateDataFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePrivateDataFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePrivateDataFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDevicePrivateDataFeatures.Ptr
, but with the new size.@NotNull VkPhysicalDeviceProperties.Ptr
VkPhysicalDeviceProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceProperties.Ptr
, but with the new size.@NotNull VkPhysicalDeviceProperties2.Ptr
VkPhysicalDeviceProperties2.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceProperties2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceProperties2.Ptr
that uses the same backing storage as thisVkPhysicalDeviceProperties2.Ptr
, but with the new size.VkPhysicalDeviceProtectedMemoryFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceProtectedMemoryFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceProtectedMemoryFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceProtectedMemoryFeatures.Ptr
, but with the new size.VkPhysicalDeviceProtectedMemoryProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceProtectedMemoryProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceProtectedMemoryProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceProtectedMemoryProperties.Ptr
, but with the new size.VkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceProvokingVertexPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceProvokingVertexPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceProvokingVertexPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceProvokingVertexPropertiesEXT.Ptr
, but with the new size.VkPhysicalDevicePushDescriptorProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePushDescriptorProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePushDescriptorProperties.Ptr
that uses the same backing storage as thisVkPhysicalDevicePushDescriptorProperties.Ptr
, but with the new size.VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceRawAccessChainsFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRawAccessChainsFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRawAccessChainsFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRawAccessChainsFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceRayQueryFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayQueryFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayQueryFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayQueryFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingMotionBlurFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceRayTracingPipelineFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingPipelineFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingPipelineFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingPipelineFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceRayTracingPipelinePropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingPipelinePropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingPipelinePropertiesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingPipelinePropertiesKHR.Ptr
, but with the new size.VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceRayTracingPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceRayTracingValidationFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingValidationFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingValidationFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingValidationFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.Ptr
, but with the new size.VkPhysicalDeviceRenderPassStripedFeaturesARM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRenderPassStripedFeaturesARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRenderPassStripedFeaturesARM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRenderPassStripedFeaturesARM.Ptr
, but with the new size.VkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr
, but with the new size.VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceRobustness2FeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRobustness2FeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRobustness2FeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRobustness2FeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceRobustness2PropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRobustness2PropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRobustness2PropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRobustness2PropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceSamplerFilterMinmaxProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSamplerFilterMinmaxProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSamplerFilterMinmaxProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSamplerFilterMinmaxProperties.Ptr
, but with the new size.VkPhysicalDeviceSamplerYcbcrConversionFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSamplerYcbcrConversionFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSamplerYcbcrConversionFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSamplerYcbcrConversionFeatures.Ptr
, but with the new size.VkPhysicalDeviceScalarBlockLayoutFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceScalarBlockLayoutFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceScalarBlockLayoutFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceScalarBlockLayoutFeatures.Ptr
, but with the new size.VkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSchedulingControlsFeaturesARM.Ptr
, but with the new size.VkPhysicalDeviceSchedulingControlsPropertiesARM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSchedulingControlsPropertiesARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSchedulingControlsPropertiesARM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSchedulingControlsPropertiesARM.Ptr
, but with the new size.VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderAtomicFloatFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderAtomicInt64Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderAtomicInt64Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderAtomicInt64Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderAtomicInt64Features.Ptr
, but with the new size.VkPhysicalDeviceShaderBfloat16FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderBfloat16FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderBfloat16FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderBfloat16FeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceShaderClockFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderClockFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderClockFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderClockFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.Ptr
, but with the new size.VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.Ptr
, but with the new size.VkPhysicalDeviceShaderCoreProperties2AMD.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderCoreProperties2AMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderCoreProperties2AMD.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderCoreProperties2AMD.Ptr
, but with the new size.VkPhysicalDeviceShaderCorePropertiesAMD.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderCorePropertiesAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderCorePropertiesAMD.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderCorePropertiesAMD.Ptr
, but with the new size.VkPhysicalDeviceShaderCorePropertiesARM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderCorePropertiesARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderCorePropertiesARM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderCorePropertiesARM.Ptr
, but with the new size.VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderDrawParametersFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderDrawParametersFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderDrawParametersFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderDrawParametersFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.Ptr
, but with the new size.VkPhysicalDeviceShaderEnqueueFeaturesAMDX.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderEnqueueFeaturesAMDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderEnqueueFeaturesAMDX.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderEnqueueFeaturesAMDX.Ptr
, but with the new size.VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr
, but with the new size.VkPhysicalDeviceShaderExpectAssumeFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderExpectAssumeFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderExpectAssumeFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderExpectAssumeFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderFloat16Int8Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderFloat16Int8Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderFloat16Int8Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderFloat16Int8Features.Ptr
, but with the new size.VkPhysicalDeviceShaderFloatControls2Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderFloatControls2Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderFloatControls2Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderFloatControls2Features.Ptr
, but with the new size.VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderImageFootprintFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderImageFootprintFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderImageFootprintFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderImageFootprintFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceShaderIntegerDotProductFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderIntegerDotProductFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderIntegerDotProductFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderIntegerDotProductFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderIntegerDotProductProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderIntegerDotProductProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderIntegerDotProductProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderIntegerDotProductProperties.Ptr
, but with the new size.VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.Ptr
, but with the new size.VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderObjectFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderObjectFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderObjectFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderObjectFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderObjectPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderObjectPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderObjectPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderObjectPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderQuadControlFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderQuadControlFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderQuadControlFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderQuadControlFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderSMBuiltinsPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderSubgroupRotateFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceShaderTerminateInvocationFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderTerminateInvocationFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderTerminateInvocationFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderTerminateInvocationFeatures.Ptr
, but with the new size.VkPhysicalDeviceShaderTileImageFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderTileImageFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderTileImageFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderTileImageFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceShaderTileImagePropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShaderTileImagePropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShaderTileImagePropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShaderTileImagePropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceShadingRateImageFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShadingRateImageFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShadingRateImageFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShadingRateImageFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceShadingRateImagePropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceShadingRateImagePropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceShadingRateImagePropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceShadingRateImagePropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceSparseImageFormatInfo2.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSparseImageFormatInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSparseImageFormatInfo2.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSparseImageFormatInfo2.Ptr
, but with the new size.@NotNull VkPhysicalDeviceSparseProperties.Ptr
VkPhysicalDeviceSparseProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSparseProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSparseProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSparseProperties.Ptr
, but with the new size.VkPhysicalDeviceSubgroupProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSubgroupProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSubgroupProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSubgroupProperties.Ptr
, but with the new size.VkPhysicalDeviceSubgroupSizeControlFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSubgroupSizeControlFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSubgroupSizeControlFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSubgroupSizeControlFeatures.Ptr
, but with the new size.VkPhysicalDeviceSubgroupSizeControlProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSubgroupSizeControlProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSubgroupSizeControlProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSubgroupSizeControlProperties.Ptr
, but with the new size.VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSubpassShadingFeaturesHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSubpassShadingFeaturesHUAWEI.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSubpassShadingFeaturesHUAWEI.Ptr
, but with the new size.VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSubpassShadingPropertiesHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSubpassShadingPropertiesHUAWEI.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSubpassShadingPropertiesHUAWEI.Ptr
, but with the new size.@NotNull VkPhysicalDeviceSurfaceInfo2KHR.Ptr
VkPhysicalDeviceSurfaceInfo2KHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSurfaceInfo2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSurfaceInfo2KHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSurfaceInfo2KHR.Ptr
, but with the new size.VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceSynchronization2Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSynchronization2Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSynchronization2Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSynchronization2Features.Ptr
, but with the new size.VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr
, but with the new size.VkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr
, but with the new size.VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTileMemoryHeapFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTileMemoryHeapFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTileMemoryHeapFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTileMemoryHeapPropertiesQCOM.Ptr
, but with the new size.VkPhysicalDeviceTilePropertiesFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTilePropertiesFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTilePropertiesFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTilePropertiesFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTileShadingPropertiesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTileShadingPropertiesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTileShadingPropertiesQCOM.Ptr
, but with the new size.VkPhysicalDeviceTimelineSemaphoreFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTimelineSemaphoreFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTimelineSemaphoreFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTimelineSemaphoreFeatures.Ptr
, but with the new size.VkPhysicalDeviceTimelineSemaphoreProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTimelineSemaphoreProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTimelineSemaphoreProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTimelineSemaphoreProperties.Ptr
, but with the new size.@NotNull VkPhysicalDeviceToolProperties.Ptr
VkPhysicalDeviceToolProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceToolProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceToolProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceToolProperties.Ptr
, but with the new size.VkPhysicalDeviceTransformFeedbackFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTransformFeedbackFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTransformFeedbackFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTransformFeedbackFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceUniformBufferStandardLayoutFeatures.Ptr
, but with the new size.VkPhysicalDeviceVariablePointersFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVariablePointersFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVariablePointersFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVariablePointersFeatures.Ptr
, but with the new size.VkPhysicalDeviceVertexAttributeDivisorFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVertexAttributeDivisorFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVertexAttributeDivisorFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVertexAttributeDivisorFeatures.Ptr
, but with the new size.VkPhysicalDeviceVertexAttributeDivisorProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVertexAttributeDivisorProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVertexAttributeDivisorProperties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVertexAttributeDivisorProperties.Ptr
, but with the new size.VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVideoEncodeAV1FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVideoEncodeAV1FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVideoEncodeAV1FeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr
, but with the new size.VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceVideoFormatInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVideoFormatInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVideoFormatInfoKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVideoFormatInfoKHR.Ptr
, but with the new size.VkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceVideoMaintenance2FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVideoMaintenance2FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVideoMaintenance2FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVideoMaintenance2FeaturesKHR.Ptr
, but with the new size.@NotNull VkPhysicalDeviceVulkan11Features.Ptr
VkPhysicalDeviceVulkan11Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan11Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan11Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan11Features.Ptr
, but with the new size.VkPhysicalDeviceVulkan11Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan11Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan11Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan11Properties.Ptr
, but with the new size.@NotNull VkPhysicalDeviceVulkan12Features.Ptr
VkPhysicalDeviceVulkan12Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan12Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan12Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan12Features.Ptr
, but with the new size.VkPhysicalDeviceVulkan12Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan12Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan12Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan12Properties.Ptr
, but with the new size.@NotNull VkPhysicalDeviceVulkan13Features.Ptr
VkPhysicalDeviceVulkan13Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan13Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan13Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan13Features.Ptr
, but with the new size.VkPhysicalDeviceVulkan13Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan13Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan13Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan13Properties.Ptr
, but with the new size.@NotNull VkPhysicalDeviceVulkan14Features.Ptr
VkPhysicalDeviceVulkan14Features.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan14Features.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan14Features.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan14Features.Ptr
, but with the new size.VkPhysicalDeviceVulkan14Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan14Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan14Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan14Properties.Ptr
, but with the new size.VkPhysicalDeviceVulkanMemoryModelFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkanMemoryModelFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkanMemoryModelFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkanMemoryModelFeatures.Ptr
, but with the new size.VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceYcbcrImageArraysFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceYcbcrImageArraysFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceYcbcrImageArraysFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.Ptr
, but with the new size.@NotNull VkPipelineBinaryCreateInfoKHR.Ptr
VkPipelineBinaryCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryCreateInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryCreateInfoKHR.Ptr
, but with the new size.@NotNull VkPipelineBinaryDataInfoKHR.Ptr
VkPipelineBinaryDataInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryDataInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryDataInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryDataInfoKHR.Ptr
, but with the new size.@NotNull VkPipelineBinaryDataKHR.Ptr
VkPipelineBinaryDataKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryDataKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryDataKHR.Ptr
, but with the new size.@NotNull VkPipelineBinaryHandlesInfoKHR.Ptr
VkPipelineBinaryHandlesInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryHandlesInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryHandlesInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryHandlesInfoKHR.Ptr
, but with the new size.@NotNull VkPipelineBinaryInfoKHR.Ptr
VkPipelineBinaryInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryInfoKHR.Ptr
, but with the new size.@NotNull VkPipelineBinaryKeyKHR.Ptr
VkPipelineBinaryKeyKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryKeyKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryKeyKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryKeyKHR.Ptr
, but with the new size.@NotNull VkPipelineBinaryKeysAndDataKHR.Ptr
VkPipelineBinaryKeysAndDataKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryKeysAndDataKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineBinaryKeysAndDataKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryKeysAndDataKHR.Ptr
, but with the new size.@NotNull VkPipelineCacheCreateInfo.Ptr
VkPipelineCacheCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineCacheCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCacheCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineCacheCreateInfo.Ptr
, but with the new size.@NotNull VkPipelineCacheHeaderVersionOne.Ptr
VkPipelineCacheHeaderVersionOne.Ptr.reinterpret
(long newSize) Assume theVkPipelineCacheHeaderVersionOne.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCacheHeaderVersionOne.Ptr
that uses the same backing storage as thisVkPipelineCacheHeaderVersionOne.Ptr
, but with the new size.VkPipelineColorBlendAdvancedStateCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineColorBlendAdvancedStateCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineColorBlendAdvancedStateCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineColorBlendAdvancedStateCreateInfoEXT.Ptr
, but with the new size.VkPipelineColorBlendAttachmentState.Ptr.reinterpret
(long newSize) Assume theVkPipelineColorBlendAttachmentState.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineColorBlendAttachmentState.Ptr
that uses the same backing storage as thisVkPipelineColorBlendAttachmentState.Ptr
, but with the new size.VkPipelineColorBlendStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineColorBlendStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineColorBlendStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineColorBlendStateCreateInfo.Ptr
, but with the new size.VkPipelineColorWriteCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineColorWriteCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineColorWriteCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineColorWriteCreateInfoEXT.Ptr
, but with the new size.VkPipelineCompilerControlCreateInfoAMD.Ptr.reinterpret
(long newSize) Assume theVkPipelineCompilerControlCreateInfoAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCompilerControlCreateInfoAMD.Ptr
that uses the same backing storage as thisVkPipelineCompilerControlCreateInfoAMD.Ptr
, but with the new size.VkPipelineCoverageModulationStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineCoverageModulationStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCoverageModulationStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineCoverageModulationStateCreateInfoNV.Ptr
, but with the new size.VkPipelineCoverageReductionStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineCoverageReductionStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCoverageReductionStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineCoverageReductionStateCreateInfoNV.Ptr
, but with the new size.VkPipelineCoverageToColorStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineCoverageToColorStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCoverageToColorStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineCoverageToColorStateCreateInfoNV.Ptr
, but with the new size.@NotNull VkPipelineCreateFlags2CreateInfo.Ptr
VkPipelineCreateFlags2CreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineCreateFlags2CreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCreateFlags2CreateInfo.Ptr
that uses the same backing storage as thisVkPipelineCreateFlags2CreateInfo.Ptr
, but with the new size.@NotNull VkPipelineCreateInfoKHR.Ptr
VkPipelineCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCreateInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineCreateInfoKHR.Ptr
, but with the new size.@NotNull VkPipelineCreationFeedback.Ptr
VkPipelineCreationFeedback.Ptr.reinterpret
(long newSize) Assume theVkPipelineCreationFeedback.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCreationFeedback.Ptr
that uses the same backing storage as thisVkPipelineCreationFeedback.Ptr
, but with the new size.VkPipelineCreationFeedbackCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineCreationFeedbackCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineCreationFeedbackCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineCreationFeedbackCreateInfo.Ptr
, but with the new size.VkPipelineDepthStencilStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineDepthStencilStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineDepthStencilStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineDepthStencilStateCreateInfo.Ptr
, but with the new size.VkPipelineDiscardRectangleStateCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineDiscardRectangleStateCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineDiscardRectangleStateCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineDiscardRectangleStateCreateInfoEXT.Ptr
, but with the new size.@NotNull VkPipelineDynamicStateCreateInfo.Ptr
VkPipelineDynamicStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineDynamicStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineDynamicStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineDynamicStateCreateInfo.Ptr
, but with the new size.@NotNull VkPipelineExecutableInfoKHR.Ptr
VkPipelineExecutableInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineExecutableInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineExecutableInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineExecutableInfoKHR.Ptr
, but with the new size.VkPipelineExecutableInternalRepresentationKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineExecutableInternalRepresentationKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineExecutableInternalRepresentationKHR.Ptr
that uses the same backing storage as thisVkPipelineExecutableInternalRepresentationKHR.Ptr
, but with the new size.VkPipelineExecutablePropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineExecutablePropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineExecutablePropertiesKHR.Ptr
that uses the same backing storage as thisVkPipelineExecutablePropertiesKHR.Ptr
, but with the new size.@NotNull VkPipelineExecutableStatisticKHR.Ptr
VkPipelineExecutableStatisticKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineExecutableStatisticKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineExecutableStatisticKHR.Ptr
that uses the same backing storage as thisVkPipelineExecutableStatisticKHR.Ptr
, but with the new size.VkPipelineExecutableStatisticValueKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineExecutableStatisticValueKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineExecutableStatisticValueKHR.Ptr
that uses the same backing storage as thisVkPipelineExecutableStatisticValueKHR.Ptr
, but with the new size.VkPipelineFragmentShadingRateEnumStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineFragmentShadingRateEnumStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineFragmentShadingRateEnumStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineFragmentShadingRateEnumStateCreateInfoNV.Ptr
, but with the new size.VkPipelineFragmentShadingRateStateCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineFragmentShadingRateStateCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineFragmentShadingRateStateCreateInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineFragmentShadingRateStateCreateInfoKHR.Ptr
, but with the new size.VkPipelineIndirectDeviceAddressInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineIndirectDeviceAddressInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineIndirectDeviceAddressInfoNV.Ptr
that uses the same backing storage as thisVkPipelineIndirectDeviceAddressInfoNV.Ptr
, but with the new size.@NotNull VkPipelineInfoKHR.Ptr
VkPipelineInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineInfoKHR.Ptr
, but with the new size.VkPipelineInputAssemblyStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineInputAssemblyStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineInputAssemblyStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineInputAssemblyStateCreateInfo.Ptr
, but with the new size.@NotNull VkPipelineLayoutCreateInfo.Ptr
VkPipelineLayoutCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineLayoutCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineLayoutCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineLayoutCreateInfo.Ptr
, but with the new size.@NotNull VkPipelineLibraryCreateInfoKHR.Ptr
VkPipelineLibraryCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineLibraryCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineLibraryCreateInfoKHR.Ptr
that uses the same backing storage as thisVkPipelineLibraryCreateInfoKHR.Ptr
, but with the new size.VkPipelineMultisampleStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineMultisampleStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineMultisampleStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineMultisampleStateCreateInfo.Ptr
, but with the new size.VkPipelinePropertiesIdentifierEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelinePropertiesIdentifierEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelinePropertiesIdentifierEXT.Ptr
that uses the same backing storage as thisVkPipelinePropertiesIdentifierEXT.Ptr
, but with the new size.VkPipelineRasterizationConservativeStateCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineRasterizationConservativeStateCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRasterizationConservativeStateCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineRasterizationConservativeStateCreateInfoEXT.Ptr
, but with the new size.VkPipelineRasterizationDepthClipStateCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineRasterizationDepthClipStateCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRasterizationDepthClipStateCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineRasterizationDepthClipStateCreateInfoEXT.Ptr
, but with the new size.VkPipelineRasterizationLineStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineRasterizationLineStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRasterizationLineStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineRasterizationLineStateCreateInfo.Ptr
, but with the new size.VkPipelineRasterizationProvokingVertexStateCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineRasterizationProvokingVertexStateCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRasterizationProvokingVertexStateCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineRasterizationProvokingVertexStateCreateInfoEXT.Ptr
, but with the new size.VkPipelineRasterizationStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineRasterizationStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRasterizationStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineRasterizationStateCreateInfo.Ptr
, but with the new size.VkPipelineRasterizationStateRasterizationOrderAMD.Ptr.reinterpret
(long newSize) Assume theVkPipelineRasterizationStateRasterizationOrderAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRasterizationStateRasterizationOrderAMD.Ptr
that uses the same backing storage as thisVkPipelineRasterizationStateRasterizationOrderAMD.Ptr
, but with the new size.VkPipelineRasterizationStateStreamCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineRasterizationStateStreamCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRasterizationStateStreamCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineRasterizationStateStreamCreateInfoEXT.Ptr
, but with the new size.@NotNull VkPipelineRenderingCreateInfo.Ptr
VkPipelineRenderingCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineRenderingCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRenderingCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineRenderingCreateInfo.Ptr
, but with the new size.VkPipelineRepresentativeFragmentTestStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineRepresentativeFragmentTestStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRepresentativeFragmentTestStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineRepresentativeFragmentTestStateCreateInfoNV.Ptr
, but with the new size.@NotNull VkPipelineRobustnessCreateInfo.Ptr
VkPipelineRobustnessCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineRobustnessCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineRobustnessCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineRobustnessCreateInfo.Ptr
, but with the new size.VkPipelineSampleLocationsStateCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineSampleLocationsStateCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineSampleLocationsStateCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineSampleLocationsStateCreateInfoEXT.Ptr
, but with the new size.@NotNull VkPipelineShaderStageCreateInfo.Ptr
VkPipelineShaderStageCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineShaderStageCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineShaderStageCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineShaderStageCreateInfo.Ptr
, but with the new size.VkPipelineShaderStageModuleIdentifierCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineShaderStageModuleIdentifierCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineShaderStageModuleIdentifierCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineShaderStageModuleIdentifierCreateInfoEXT.Ptr
, but with the new size.VkPipelineShaderStageNodeCreateInfoAMDX.Ptr.reinterpret
(long newSize) Assume theVkPipelineShaderStageNodeCreateInfoAMDX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineShaderStageNodeCreateInfoAMDX.Ptr
that uses the same backing storage as thisVkPipelineShaderStageNodeCreateInfoAMDX.Ptr
, but with the new size.VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineShaderStageRequiredSubgroupSizeCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineShaderStageRequiredSubgroupSizeCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineShaderStageRequiredSubgroupSizeCreateInfo.Ptr
, but with the new size.VkPipelineTessellationDomainOriginStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineTessellationDomainOriginStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineTessellationDomainOriginStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineTessellationDomainOriginStateCreateInfo.Ptr
, but with the new size.VkPipelineTessellationStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineTessellationStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineTessellationStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineTessellationStateCreateInfo.Ptr
, but with the new size.VkPipelineVertexInputDivisorStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineVertexInputDivisorStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineVertexInputDivisorStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineVertexInputDivisorStateCreateInfo.Ptr
, but with the new size.VkPipelineVertexInputStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineVertexInputStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineVertexInputStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineVertexInputStateCreateInfo.Ptr
, but with the new size.VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineViewportCoarseSampleOrderStateCreateInfoNV.Ptr
, but with the new size.VkPipelineViewportDepthClampControlCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineViewportDepthClampControlCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineViewportDepthClampControlCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineViewportDepthClampControlCreateInfoEXT.Ptr
, but with the new size.VkPipelineViewportDepthClipControlCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkPipelineViewportDepthClipControlCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineViewportDepthClipControlCreateInfoEXT.Ptr
that uses the same backing storage as thisVkPipelineViewportDepthClipControlCreateInfoEXT.Ptr
, but with the new size.VkPipelineViewportExclusiveScissorStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineViewportExclusiveScissorStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineViewportExclusiveScissorStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineViewportExclusiveScissorStateCreateInfoNV.Ptr
, but with the new size.VkPipelineViewportShadingRateImageStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineViewportShadingRateImageStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineViewportShadingRateImageStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineViewportShadingRateImageStateCreateInfoNV.Ptr
, but with the new size.VkPipelineViewportStateCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPipelineViewportStateCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineViewportStateCreateInfo.Ptr
that uses the same backing storage as thisVkPipelineViewportStateCreateInfo.Ptr
, but with the new size.VkPipelineViewportSwizzleStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineViewportSwizzleStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineViewportSwizzleStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineViewportSwizzleStateCreateInfoNV.Ptr
, but with the new size.VkPipelineViewportWScalingStateCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkPipelineViewportWScalingStateCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPipelineViewportWScalingStateCreateInfoNV.Ptr
that uses the same backing storage as thisVkPipelineViewportWScalingStateCreateInfoNV.Ptr
, but with the new size.@NotNull VkPresentFrameTokenGGP.Ptr
VkPresentFrameTokenGGP.Ptr.reinterpret
(long newSize) Assume theVkPresentFrameTokenGGP.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPresentFrameTokenGGP.Ptr
that uses the same backing storage as thisVkPresentFrameTokenGGP.Ptr
, but with the new size.@NotNull VkPresentIdKHR.Ptr
VkPresentIdKHR.Ptr.reinterpret
(long newSize) Assume theVkPresentIdKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPresentIdKHR.Ptr
that uses the same backing storage as thisVkPresentIdKHR.Ptr
, but with the new size.@NotNull VkPresentInfoKHR.Ptr
VkPresentInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkPresentInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPresentInfoKHR.Ptr
that uses the same backing storage as thisVkPresentInfoKHR.Ptr
, but with the new size.@NotNull VkPresentRegionKHR.Ptr
VkPresentRegionKHR.Ptr.reinterpret
(long newSize) Assume theVkPresentRegionKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPresentRegionKHR.Ptr
that uses the same backing storage as thisVkPresentRegionKHR.Ptr
, but with the new size.@NotNull VkPresentRegionsKHR.Ptr
VkPresentRegionsKHR.Ptr.reinterpret
(long newSize) Assume theVkPresentRegionsKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPresentRegionsKHR.Ptr
that uses the same backing storage as thisVkPresentRegionsKHR.Ptr
, but with the new size.@NotNull VkPresentTimeGOOGLE.Ptr
VkPresentTimeGOOGLE.Ptr.reinterpret
(long newSize) Assume theVkPresentTimeGOOGLE.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPresentTimeGOOGLE.Ptr
that uses the same backing storage as thisVkPresentTimeGOOGLE.Ptr
, but with the new size.@NotNull VkPresentTimesInfoGOOGLE.Ptr
VkPresentTimesInfoGOOGLE.Ptr.reinterpret
(long newSize) Assume theVkPresentTimesInfoGOOGLE.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPresentTimesInfoGOOGLE.Ptr
that uses the same backing storage as thisVkPresentTimesInfoGOOGLE.Ptr
, but with the new size.@NotNull VkPrivateDataSlotCreateInfo.Ptr
VkPrivateDataSlotCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkPrivateDataSlotCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPrivateDataSlotCreateInfo.Ptr
that uses the same backing storage as thisVkPrivateDataSlotCreateInfo.Ptr
, but with the new size.@NotNull VkProtectedSubmitInfo.Ptr
VkProtectedSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkProtectedSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkProtectedSubmitInfo.Ptr
that uses the same backing storage as thisVkProtectedSubmitInfo.Ptr
, but with the new size.@NotNull VkPushConstantRange.Ptr
VkPushConstantRange.Ptr.reinterpret
(long newSize) Assume theVkPushConstantRange.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPushConstantRange.Ptr
that uses the same backing storage as thisVkPushConstantRange.Ptr
, but with the new size.@NotNull VkPushConstantsInfo.Ptr
VkPushConstantsInfo.Ptr.reinterpret
(long newSize) Assume theVkPushConstantsInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPushConstantsInfo.Ptr
that uses the same backing storage as thisVkPushConstantsInfo.Ptr
, but with the new size.@NotNull VkPushDescriptorSetInfo.Ptr
VkPushDescriptorSetInfo.Ptr.reinterpret
(long newSize) Assume theVkPushDescriptorSetInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPushDescriptorSetInfo.Ptr
that uses the same backing storage as thisVkPushDescriptorSetInfo.Ptr
, but with the new size.VkPushDescriptorSetWithTemplateInfo.Ptr.reinterpret
(long newSize) Assume theVkPushDescriptorSetWithTemplateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPushDescriptorSetWithTemplateInfo.Ptr
that uses the same backing storage as thisVkPushDescriptorSetWithTemplateInfo.Ptr
, but with the new size.@NotNull VkQueryLowLatencySupportNV.Ptr
VkQueryLowLatencySupportNV.Ptr.reinterpret
(long newSize) Assume theVkQueryLowLatencySupportNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueryLowLatencySupportNV.Ptr
that uses the same backing storage as thisVkQueryLowLatencySupportNV.Ptr
, but with the new size.@NotNull VkQueryPoolCreateInfo.Ptr
VkQueryPoolCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkQueryPoolCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueryPoolCreateInfo.Ptr
that uses the same backing storage as thisVkQueryPoolCreateInfo.Ptr
, but with the new size.VkQueryPoolPerformanceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkQueryPoolPerformanceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueryPoolPerformanceCreateInfoKHR.Ptr
that uses the same backing storage as thisVkQueryPoolPerformanceCreateInfoKHR.Ptr
, but with the new size.VkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr.reinterpret
(long newSize) Assume theVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr
that uses the same backing storage as thisVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr
, but with the new size.VkQueryPoolVideoEncodeFeedbackCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkQueryPoolVideoEncodeFeedbackCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueryPoolVideoEncodeFeedbackCreateInfoKHR.Ptr
that uses the same backing storage as thisVkQueryPoolVideoEncodeFeedbackCreateInfoKHR.Ptr
, but with the new size.VkQueueFamilyCheckpointProperties2NV.Ptr.reinterpret
(long newSize) Assume theVkQueueFamilyCheckpointProperties2NV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueueFamilyCheckpointProperties2NV.Ptr
that uses the same backing storage as thisVkQueueFamilyCheckpointProperties2NV.Ptr
, but with the new size.VkQueueFamilyCheckpointPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkQueueFamilyCheckpointPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueueFamilyCheckpointPropertiesNV.Ptr
that uses the same backing storage as thisVkQueueFamilyCheckpointPropertiesNV.Ptr
, but with the new size.VkQueueFamilyGlobalPriorityProperties.Ptr.reinterpret
(long newSize) Assume theVkQueueFamilyGlobalPriorityProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueueFamilyGlobalPriorityProperties.Ptr
that uses the same backing storage as thisVkQueueFamilyGlobalPriorityProperties.Ptr
, but with the new size.@NotNull VkQueueFamilyProperties.Ptr
VkQueueFamilyProperties.Ptr.reinterpret
(long newSize) Assume theVkQueueFamilyProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueueFamilyProperties.Ptr
that uses the same backing storage as thisVkQueueFamilyProperties.Ptr
, but with the new size.@NotNull VkQueueFamilyProperties2.Ptr
VkQueueFamilyProperties2.Ptr.reinterpret
(long newSize) Assume theVkQueueFamilyProperties2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueueFamilyProperties2.Ptr
that uses the same backing storage as thisVkQueueFamilyProperties2.Ptr
, but with the new size.VkQueueFamilyQueryResultStatusPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkQueueFamilyQueryResultStatusPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueueFamilyQueryResultStatusPropertiesKHR.Ptr
that uses the same backing storage as thisVkQueueFamilyQueryResultStatusPropertiesKHR.Ptr
, but with the new size.@NotNull VkQueueFamilyVideoPropertiesKHR.Ptr
VkQueueFamilyVideoPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkQueueFamilyVideoPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueueFamilyVideoPropertiesKHR.Ptr
that uses the same backing storage as thisVkQueueFamilyVideoPropertiesKHR.Ptr
, but with the new size.VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.Ptr
that uses the same backing storage as thisVkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.Ptr
, but with the new size.VkRayTracingPipelineCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkRayTracingPipelineCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRayTracingPipelineCreateInfoKHR.Ptr
that uses the same backing storage as thisVkRayTracingPipelineCreateInfoKHR.Ptr
, but with the new size.@NotNull VkRayTracingPipelineCreateInfoNV.Ptr
VkRayTracingPipelineCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkRayTracingPipelineCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRayTracingPipelineCreateInfoNV.Ptr
that uses the same backing storage as thisVkRayTracingPipelineCreateInfoNV.Ptr
, but with the new size.VkRayTracingPipelineInterfaceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkRayTracingPipelineInterfaceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRayTracingPipelineInterfaceCreateInfoKHR.Ptr
that uses the same backing storage as thisVkRayTracingPipelineInterfaceCreateInfoKHR.Ptr
, but with the new size.VkRayTracingShaderGroupCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkRayTracingShaderGroupCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRayTracingShaderGroupCreateInfoKHR.Ptr
that uses the same backing storage as thisVkRayTracingShaderGroupCreateInfoKHR.Ptr
, but with the new size.VkRayTracingShaderGroupCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkRayTracingShaderGroupCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRayTracingShaderGroupCreateInfoNV.Ptr
that uses the same backing storage as thisVkRayTracingShaderGroupCreateInfoNV.Ptr
, but with the new size.@NotNull VkRect2D.Ptr
VkRect2D.Ptr.reinterpret
(long newSize) Assume theVkRect2D.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRect2D.Ptr
that uses the same backing storage as thisVkRect2D.Ptr
, but with the new size.@NotNull VkRectLayerKHR.Ptr
VkRectLayerKHR.Ptr.reinterpret
(long newSize) Assume theVkRectLayerKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRectLayerKHR.Ptr
that uses the same backing storage as thisVkRectLayerKHR.Ptr
, but with the new size.@NotNull VkRefreshCycleDurationGOOGLE.Ptr
VkRefreshCycleDurationGOOGLE.Ptr.reinterpret
(long newSize) Assume theVkRefreshCycleDurationGOOGLE.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRefreshCycleDurationGOOGLE.Ptr
that uses the same backing storage as thisVkRefreshCycleDurationGOOGLE.Ptr
, but with the new size.@NotNull VkRefreshObjectKHR.Ptr
VkRefreshObjectKHR.Ptr.reinterpret
(long newSize) Assume theVkRefreshObjectKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRefreshObjectKHR.Ptr
that uses the same backing storage as thisVkRefreshObjectKHR.Ptr
, but with the new size.@NotNull VkRefreshObjectListKHR.Ptr
VkRefreshObjectListKHR.Ptr.reinterpret
(long newSize) Assume theVkRefreshObjectListKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRefreshObjectListKHR.Ptr
that uses the same backing storage as thisVkRefreshObjectListKHR.Ptr
, but with the new size.VkReleaseCapturedPipelineDataInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkReleaseCapturedPipelineDataInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkReleaseCapturedPipelineDataInfoKHR.Ptr
that uses the same backing storage as thisVkReleaseCapturedPipelineDataInfoKHR.Ptr
, but with the new size.@NotNull VkReleaseSwapchainImagesInfoEXT.Ptr
VkReleaseSwapchainImagesInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkReleaseSwapchainImagesInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkReleaseSwapchainImagesInfoEXT.Ptr
that uses the same backing storage as thisVkReleaseSwapchainImagesInfoEXT.Ptr
, but with the new size.@NotNull VkRenderingAreaInfo.Ptr
VkRenderingAreaInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderingAreaInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingAreaInfo.Ptr
that uses the same backing storage as thisVkRenderingAreaInfo.Ptr
, but with the new size.@NotNull VkRenderingAttachmentInfo.Ptr
VkRenderingAttachmentInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderingAttachmentInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingAttachmentInfo.Ptr
that uses the same backing storage as thisVkRenderingAttachmentInfo.Ptr
, but with the new size.VkRenderingAttachmentLocationInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderingAttachmentLocationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingAttachmentLocationInfo.Ptr
that uses the same backing storage as thisVkRenderingAttachmentLocationInfo.Ptr
, but with the new size.@NotNull VkRenderingEndInfoEXT.Ptr
VkRenderingEndInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderingEndInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingEndInfoEXT.Ptr
that uses the same backing storage as thisVkRenderingEndInfoEXT.Ptr
, but with the new size.VkRenderingFragmentDensityMapAttachmentInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderingFragmentDensityMapAttachmentInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingFragmentDensityMapAttachmentInfoEXT.Ptr
that uses the same backing storage as thisVkRenderingFragmentDensityMapAttachmentInfoEXT.Ptr
, but with the new size.VkRenderingFragmentShadingRateAttachmentInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkRenderingFragmentShadingRateAttachmentInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingFragmentShadingRateAttachmentInfoKHR.Ptr
that uses the same backing storage as thisVkRenderingFragmentShadingRateAttachmentInfoKHR.Ptr
, but with the new size.@NotNull VkRenderingInfo.Ptr
VkRenderingInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderingInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingInfo.Ptr
that uses the same backing storage as thisVkRenderingInfo.Ptr
, but with the new size.VkRenderingInputAttachmentIndexInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderingInputAttachmentIndexInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderingInputAttachmentIndexInfo.Ptr
that uses the same backing storage as thisVkRenderingInputAttachmentIndexInfo.Ptr
, but with the new size.@NotNull VkRenderPassAttachmentBeginInfo.Ptr
VkRenderPassAttachmentBeginInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderPassAttachmentBeginInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassAttachmentBeginInfo.Ptr
that uses the same backing storage as thisVkRenderPassAttachmentBeginInfo.Ptr
, but with the new size.@NotNull VkRenderPassBeginInfo.Ptr
VkRenderPassBeginInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderPassBeginInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassBeginInfo.Ptr
that uses the same backing storage as thisVkRenderPassBeginInfo.Ptr
, but with the new size.@NotNull VkRenderPassCreateInfo.Ptr
VkRenderPassCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderPassCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassCreateInfo.Ptr
that uses the same backing storage as thisVkRenderPassCreateInfo.Ptr
, but with the new size.@NotNull VkRenderPassCreateInfo2.Ptr
VkRenderPassCreateInfo2.Ptr.reinterpret
(long newSize) Assume theVkRenderPassCreateInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassCreateInfo2.Ptr
that uses the same backing storage as thisVkRenderPassCreateInfo2.Ptr
, but with the new size.@NotNull VkRenderPassCreationControlEXT.Ptr
VkRenderPassCreationControlEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderPassCreationControlEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassCreationControlEXT.Ptr
that uses the same backing storage as thisVkRenderPassCreationControlEXT.Ptr
, but with the new size.VkRenderPassCreationFeedbackCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderPassCreationFeedbackCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassCreationFeedbackCreateInfoEXT.Ptr
that uses the same backing storage as thisVkRenderPassCreationFeedbackCreateInfoEXT.Ptr
, but with the new size.VkRenderPassCreationFeedbackInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderPassCreationFeedbackInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassCreationFeedbackInfoEXT.Ptr
that uses the same backing storage as thisVkRenderPassCreationFeedbackInfoEXT.Ptr
, but with the new size.VkRenderPassFragmentDensityMapCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderPassFragmentDensityMapCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassFragmentDensityMapCreateInfoEXT.Ptr
that uses the same backing storage as thisVkRenderPassFragmentDensityMapCreateInfoEXT.Ptr
, but with the new size.VkRenderPassFragmentDensityMapOffsetEndInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderPassFragmentDensityMapOffsetEndInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassFragmentDensityMapOffsetEndInfoEXT.Ptr
that uses the same backing storage as thisVkRenderPassFragmentDensityMapOffsetEndInfoEXT.Ptr
, but with the new size.VkRenderPassInputAttachmentAspectCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderPassInputAttachmentAspectCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassInputAttachmentAspectCreateInfo.Ptr
that uses the same backing storage as thisVkRenderPassInputAttachmentAspectCreateInfo.Ptr
, but with the new size.@NotNull VkRenderPassMultiviewCreateInfo.Ptr
VkRenderPassMultiviewCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkRenderPassMultiviewCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassMultiviewCreateInfo.Ptr
that uses the same backing storage as thisVkRenderPassMultiviewCreateInfo.Ptr
, but with the new size.VkRenderPassSampleLocationsBeginInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderPassSampleLocationsBeginInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassSampleLocationsBeginInfoEXT.Ptr
that uses the same backing storage as thisVkRenderPassSampleLocationsBeginInfoEXT.Ptr
, but with the new size.@NotNull VkRenderPassStripeBeginInfoARM.Ptr
VkRenderPassStripeBeginInfoARM.Ptr.reinterpret
(long newSize) Assume theVkRenderPassStripeBeginInfoARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassStripeBeginInfoARM.Ptr
that uses the same backing storage as thisVkRenderPassStripeBeginInfoARM.Ptr
, but with the new size.@NotNull VkRenderPassStripeInfoARM.Ptr
VkRenderPassStripeInfoARM.Ptr.reinterpret
(long newSize) Assume theVkRenderPassStripeInfoARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassStripeInfoARM.Ptr
that uses the same backing storage as thisVkRenderPassStripeInfoARM.Ptr
, but with the new size.@NotNull VkRenderPassStripeSubmitInfoARM.Ptr
VkRenderPassStripeSubmitInfoARM.Ptr.reinterpret
(long newSize) Assume theVkRenderPassStripeSubmitInfoARM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassStripeSubmitInfoARM.Ptr
that uses the same backing storage as thisVkRenderPassStripeSubmitInfoARM.Ptr
, but with the new size.VkRenderPassSubpassFeedbackCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderPassSubpassFeedbackCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassSubpassFeedbackCreateInfoEXT.Ptr
that uses the same backing storage as thisVkRenderPassSubpassFeedbackCreateInfoEXT.Ptr
, but with the new size.VkRenderPassSubpassFeedbackInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkRenderPassSubpassFeedbackInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassSubpassFeedbackInfoEXT.Ptr
that uses the same backing storage as thisVkRenderPassSubpassFeedbackInfoEXT.Ptr
, but with the new size.VkRenderPassTileShadingCreateInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkRenderPassTileShadingCreateInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassTileShadingCreateInfoQCOM.Ptr
that uses the same backing storage as thisVkRenderPassTileShadingCreateInfoQCOM.Ptr
, but with the new size.VkRenderPassTransformBeginInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkRenderPassTransformBeginInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRenderPassTransformBeginInfoQCOM.Ptr
that uses the same backing storage as thisVkRenderPassTransformBeginInfoQCOM.Ptr
, but with the new size.@NotNull VkResolveImageInfo2.Ptr
VkResolveImageInfo2.Ptr.reinterpret
(long newSize) Assume theVkResolveImageInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkResolveImageInfo2.Ptr
that uses the same backing storage as thisVkResolveImageInfo2.Ptr
, but with the new size.@NotNull VkSampleLocationEXT.Ptr
VkSampleLocationEXT.Ptr.reinterpret
(long newSize) Assume theVkSampleLocationEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSampleLocationEXT.Ptr
that uses the same backing storage as thisVkSampleLocationEXT.Ptr
, but with the new size.@NotNull VkSampleLocationsInfoEXT.Ptr
VkSampleLocationsInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSampleLocationsInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSampleLocationsInfoEXT.Ptr
that uses the same backing storage as thisVkSampleLocationsInfoEXT.Ptr
, but with the new size.VkSamplerBlockMatchWindowCreateInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkSamplerBlockMatchWindowCreateInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerBlockMatchWindowCreateInfoQCOM.Ptr
that uses the same backing storage as thisVkSamplerBlockMatchWindowCreateInfoQCOM.Ptr
, but with the new size.VkSamplerBorderColorComponentMappingCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSamplerBorderColorComponentMappingCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerBorderColorComponentMappingCreateInfoEXT.Ptr
that uses the same backing storage as thisVkSamplerBorderColorComponentMappingCreateInfoEXT.Ptr
, but with the new size.VkSamplerCaptureDescriptorDataInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSamplerCaptureDescriptorDataInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerCaptureDescriptorDataInfoEXT.Ptr
that uses the same backing storage as thisVkSamplerCaptureDescriptorDataInfoEXT.Ptr
, but with the new size.@NotNull VkSamplerCreateInfo.Ptr
VkSamplerCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkSamplerCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerCreateInfo.Ptr
that uses the same backing storage as thisVkSamplerCreateInfo.Ptr
, but with the new size.VkSamplerCubicWeightsCreateInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkSamplerCubicWeightsCreateInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerCubicWeightsCreateInfoQCOM.Ptr
that uses the same backing storage as thisVkSamplerCubicWeightsCreateInfoQCOM.Ptr
, but with the new size.VkSamplerCustomBorderColorCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSamplerCustomBorderColorCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerCustomBorderColorCreateInfoEXT.Ptr
that uses the same backing storage as thisVkSamplerCustomBorderColorCreateInfoEXT.Ptr
, but with the new size.@NotNull VkSamplerReductionModeCreateInfo.Ptr
VkSamplerReductionModeCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkSamplerReductionModeCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerReductionModeCreateInfo.Ptr
that uses the same backing storage as thisVkSamplerReductionModeCreateInfo.Ptr
, but with the new size.VkSamplerYcbcrConversionCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkSamplerYcbcrConversionCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerYcbcrConversionCreateInfo.Ptr
that uses the same backing storage as thisVkSamplerYcbcrConversionCreateInfo.Ptr
, but with the new size.VkSamplerYcbcrConversionImageFormatProperties.Ptr.reinterpret
(long newSize) Assume theVkSamplerYcbcrConversionImageFormatProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerYcbcrConversionImageFormatProperties.Ptr
that uses the same backing storage as thisVkSamplerYcbcrConversionImageFormatProperties.Ptr
, but with the new size.@NotNull VkSamplerYcbcrConversionInfo.Ptr
VkSamplerYcbcrConversionInfo.Ptr.reinterpret
(long newSize) Assume theVkSamplerYcbcrConversionInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerYcbcrConversionInfo.Ptr
that uses the same backing storage as thisVkSamplerYcbcrConversionInfo.Ptr
, but with the new size.VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.Ptr
that uses the same backing storage as thisVkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.Ptr
, but with the new size.@NotNull VkSciSyncAttributesInfoNV.Ptr
VkSciSyncAttributesInfoNV.Ptr.reinterpret
(long newSize) Assume theVkSciSyncAttributesInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSciSyncAttributesInfoNV.Ptr
that uses the same backing storage as thisVkSciSyncAttributesInfoNV.Ptr
, but with the new size.VkScreenBufferFormatPropertiesQNX.Ptr.reinterpret
(long newSize) Assume theVkScreenBufferFormatPropertiesQNX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkScreenBufferFormatPropertiesQNX.Ptr
that uses the same backing storage as thisVkScreenBufferFormatPropertiesQNX.Ptr
, but with the new size.@NotNull VkScreenBufferPropertiesQNX.Ptr
VkScreenBufferPropertiesQNX.Ptr.reinterpret
(long newSize) Assume theVkScreenBufferPropertiesQNX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkScreenBufferPropertiesQNX.Ptr
that uses the same backing storage as thisVkScreenBufferPropertiesQNX.Ptr
, but with the new size.@NotNull VkScreenSurfaceCreateInfoQNX.Ptr
VkScreenSurfaceCreateInfoQNX.Ptr.reinterpret
(long newSize) Assume theVkScreenSurfaceCreateInfoQNX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkScreenSurfaceCreateInfoQNX.Ptr
that uses the same backing storage as thisVkScreenSurfaceCreateInfoQNX.Ptr
, but with the new size.@NotNull VkSemaphoreCreateInfo.Ptr
VkSemaphoreCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreCreateInfo.Ptr
that uses the same backing storage as thisVkSemaphoreCreateInfo.Ptr
, but with the new size.@NotNull VkSemaphoreGetFdInfoKHR.Ptr
VkSemaphoreGetFdInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreGetFdInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreGetFdInfoKHR.Ptr
that uses the same backing storage as thisVkSemaphoreGetFdInfoKHR.Ptr
, but with the new size.@NotNull VkSemaphoreGetSciSyncInfoNV.Ptr
VkSemaphoreGetSciSyncInfoNV.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreGetSciSyncInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreGetSciSyncInfoNV.Ptr
that uses the same backing storage as thisVkSemaphoreGetSciSyncInfoNV.Ptr
, but with the new size.@NotNull VkSemaphoreGetWin32HandleInfoKHR.Ptr
VkSemaphoreGetWin32HandleInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreGetWin32HandleInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreGetWin32HandleInfoKHR.Ptr
that uses the same backing storage as thisVkSemaphoreGetWin32HandleInfoKHR.Ptr
, but with the new size.VkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr
, but with the new size.@NotNull VkSemaphoreSciSyncCreateInfoNV.Ptr
VkSemaphoreSciSyncCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreSciSyncCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreSciSyncCreateInfoNV.Ptr
that uses the same backing storage as thisVkSemaphoreSciSyncCreateInfoNV.Ptr
, but with the new size.VkSemaphoreSciSyncPoolCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreSciSyncPoolCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreSciSyncPoolCreateInfoNV.Ptr
that uses the same backing storage as thisVkSemaphoreSciSyncPoolCreateInfoNV.Ptr
, but with the new size.@NotNull VkSemaphoreSignalInfo.Ptr
VkSemaphoreSignalInfo.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreSignalInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreSignalInfo.Ptr
that uses the same backing storage as thisVkSemaphoreSignalInfo.Ptr
, but with the new size.@NotNull VkSemaphoreSubmitInfo.Ptr
VkSemaphoreSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreSubmitInfo.Ptr
that uses the same backing storage as thisVkSemaphoreSubmitInfo.Ptr
, but with the new size.@NotNull VkSemaphoreTypeCreateInfo.Ptr
VkSemaphoreTypeCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreTypeCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreTypeCreateInfo.Ptr
that uses the same backing storage as thisVkSemaphoreTypeCreateInfo.Ptr
, but with the new size.@NotNull VkSemaphoreWaitInfo.Ptr
VkSemaphoreWaitInfo.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreWaitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreWaitInfo.Ptr
that uses the same backing storage as thisVkSemaphoreWaitInfo.Ptr
, but with the new size.VkSetDescriptorBufferOffsetsInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSetDescriptorBufferOffsetsInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSetDescriptorBufferOffsetsInfoEXT.Ptr
that uses the same backing storage as thisVkSetDescriptorBufferOffsetsInfoEXT.Ptr
, but with the new size.@NotNull VkSetLatencyMarkerInfoNV.Ptr
VkSetLatencyMarkerInfoNV.Ptr.reinterpret
(long newSize) Assume theVkSetLatencyMarkerInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSetLatencyMarkerInfoNV.Ptr
that uses the same backing storage as thisVkSetLatencyMarkerInfoNV.Ptr
, but with the new size.@NotNull VkSetPresentConfigNV.Ptr
VkSetPresentConfigNV.Ptr.reinterpret
(long newSize) Assume theVkSetPresentConfigNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSetPresentConfigNV.Ptr
that uses the same backing storage as thisVkSetPresentConfigNV.Ptr
, but with the new size.@NotNull VkSetStateFlagsIndirectCommandNV.Ptr
VkSetStateFlagsIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkSetStateFlagsIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSetStateFlagsIndirectCommandNV.Ptr
that uses the same backing storage as thisVkSetStateFlagsIndirectCommandNV.Ptr
, but with the new size.@NotNull VkShaderCreateInfoEXT.Ptr
VkShaderCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkShaderCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkShaderCreateInfoEXT.Ptr
that uses the same backing storage as thisVkShaderCreateInfoEXT.Ptr
, but with the new size.@NotNull VkShaderModuleCreateInfo.Ptr
VkShaderModuleCreateInfo.Ptr.reinterpret
(long newSize) Assume theVkShaderModuleCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkShaderModuleCreateInfo.Ptr
that uses the same backing storage as thisVkShaderModuleCreateInfo.Ptr
, but with the new size.@NotNull VkShaderModuleIdentifierEXT.Ptr
VkShaderModuleIdentifierEXT.Ptr.reinterpret
(long newSize) Assume theVkShaderModuleIdentifierEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkShaderModuleIdentifierEXT.Ptr
that uses the same backing storage as thisVkShaderModuleIdentifierEXT.Ptr
, but with the new size.VkShaderModuleValidationCacheCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkShaderModuleValidationCacheCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkShaderModuleValidationCacheCreateInfoEXT.Ptr
that uses the same backing storage as thisVkShaderModuleValidationCacheCreateInfoEXT.Ptr
, but with the new size.@NotNull VkShaderResourceUsageAMD.Ptr
VkShaderResourceUsageAMD.Ptr.reinterpret
(long newSize) Assume theVkShaderResourceUsageAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkShaderResourceUsageAMD.Ptr
that uses the same backing storage as thisVkShaderResourceUsageAMD.Ptr
, but with the new size.@NotNull VkShaderStatisticsInfoAMD.Ptr
VkShaderStatisticsInfoAMD.Ptr.reinterpret
(long newSize) Assume theVkShaderStatisticsInfoAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkShaderStatisticsInfoAMD.Ptr
that uses the same backing storage as thisVkShaderStatisticsInfoAMD.Ptr
, but with the new size.@NotNull VkShadingRatePaletteNV.Ptr
VkShadingRatePaletteNV.Ptr.reinterpret
(long newSize) Assume theVkShadingRatePaletteNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkShadingRatePaletteNV.Ptr
that uses the same backing storage as thisVkShadingRatePaletteNV.Ptr
, but with the new size.VkSharedPresentSurfaceCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkSharedPresentSurfaceCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSharedPresentSurfaceCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkSharedPresentSurfaceCapabilitiesKHR.Ptr
, but with the new size.@NotNull VkSparseBufferMemoryBindInfo.Ptr
VkSparseBufferMemoryBindInfo.Ptr.reinterpret
(long newSize) Assume theVkSparseBufferMemoryBindInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseBufferMemoryBindInfo.Ptr
that uses the same backing storage as thisVkSparseBufferMemoryBindInfo.Ptr
, but with the new size.@NotNull VkSparseImageFormatProperties.Ptr
VkSparseImageFormatProperties.Ptr.reinterpret
(long newSize) Assume theVkSparseImageFormatProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseImageFormatProperties.Ptr
that uses the same backing storage as thisVkSparseImageFormatProperties.Ptr
, but with the new size.@NotNull VkSparseImageFormatProperties2.Ptr
VkSparseImageFormatProperties2.Ptr.reinterpret
(long newSize) Assume theVkSparseImageFormatProperties2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseImageFormatProperties2.Ptr
that uses the same backing storage as thisVkSparseImageFormatProperties2.Ptr
, but with the new size.@NotNull VkSparseImageMemoryBind.Ptr
VkSparseImageMemoryBind.Ptr.reinterpret
(long newSize) Assume theVkSparseImageMemoryBind.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseImageMemoryBind.Ptr
that uses the same backing storage as thisVkSparseImageMemoryBind.Ptr
, but with the new size.@NotNull VkSparseImageMemoryBindInfo.Ptr
VkSparseImageMemoryBindInfo.Ptr.reinterpret
(long newSize) Assume theVkSparseImageMemoryBindInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseImageMemoryBindInfo.Ptr
that uses the same backing storage as thisVkSparseImageMemoryBindInfo.Ptr
, but with the new size.@NotNull VkSparseImageMemoryRequirements.Ptr
VkSparseImageMemoryRequirements.Ptr.reinterpret
(long newSize) Assume theVkSparseImageMemoryRequirements.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseImageMemoryRequirements.Ptr
that uses the same backing storage as thisVkSparseImageMemoryRequirements.Ptr
, but with the new size.@NotNull VkSparseImageMemoryRequirements2.Ptr
VkSparseImageMemoryRequirements2.Ptr.reinterpret
(long newSize) Assume theVkSparseImageMemoryRequirements2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseImageMemoryRequirements2.Ptr
that uses the same backing storage as thisVkSparseImageMemoryRequirements2.Ptr
, but with the new size.VkSparseImageOpaqueMemoryBindInfo.Ptr.reinterpret
(long newSize) Assume theVkSparseImageOpaqueMemoryBindInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseImageOpaqueMemoryBindInfo.Ptr
that uses the same backing storage as thisVkSparseImageOpaqueMemoryBindInfo.Ptr
, but with the new size.@NotNull VkSparseMemoryBind.Ptr
VkSparseMemoryBind.Ptr.reinterpret
(long newSize) Assume theVkSparseMemoryBind.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseMemoryBind.Ptr
that uses the same backing storage as thisVkSparseMemoryBind.Ptr
, but with the new size.@NotNull VkSpecializationInfo.Ptr
VkSpecializationInfo.Ptr.reinterpret
(long newSize) Assume theVkSpecializationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSpecializationInfo.Ptr
that uses the same backing storage as thisVkSpecializationInfo.Ptr
, but with the new size.@NotNull VkSpecializationMapEntry.Ptr
VkSpecializationMapEntry.Ptr.reinterpret
(long newSize) Assume theVkSpecializationMapEntry.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSpecializationMapEntry.Ptr
that uses the same backing storage as thisVkSpecializationMapEntry.Ptr
, but with the new size.@NotNull VkSRTDataNV.Ptr
VkSRTDataNV.Ptr.reinterpret
(long newSize) Assume theVkSRTDataNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSRTDataNV.Ptr
that uses the same backing storage as thisVkSRTDataNV.Ptr
, but with the new size.@NotNull VkStencilOpState.Ptr
VkStencilOpState.Ptr.reinterpret
(long newSize) Assume theVkStencilOpState.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkStencilOpState.Ptr
that uses the same backing storage as thisVkStencilOpState.Ptr
, but with the new size.VkStreamDescriptorSurfaceCreateInfoGGP.Ptr.reinterpret
(long newSize) Assume theVkStreamDescriptorSurfaceCreateInfoGGP.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkStreamDescriptorSurfaceCreateInfoGGP.Ptr
that uses the same backing storage as thisVkStreamDescriptorSurfaceCreateInfoGGP.Ptr
, but with the new size.@NotNull VkStridedDeviceAddressNV.Ptr
VkStridedDeviceAddressNV.Ptr.reinterpret
(long newSize) Assume theVkStridedDeviceAddressNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkStridedDeviceAddressNV.Ptr
that uses the same backing storage as thisVkStridedDeviceAddressNV.Ptr
, but with the new size.@NotNull VkStridedDeviceAddressRegionKHR.Ptr
VkStridedDeviceAddressRegionKHR.Ptr.reinterpret
(long newSize) Assume theVkStridedDeviceAddressRegionKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkStridedDeviceAddressRegionKHR.Ptr
that uses the same backing storage as thisVkStridedDeviceAddressRegionKHR.Ptr
, but with the new size.@NotNull VkSubmitInfo.Ptr
VkSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubmitInfo.Ptr
that uses the same backing storage as thisVkSubmitInfo.Ptr
, but with the new size.@NotNull VkSubmitInfo2.Ptr
VkSubmitInfo2.Ptr.reinterpret
(long newSize) Assume theVkSubmitInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubmitInfo2.Ptr
that uses the same backing storage as thisVkSubmitInfo2.Ptr
, but with the new size.@NotNull VkSubpassBeginInfo.Ptr
VkSubpassBeginInfo.Ptr.reinterpret
(long newSize) Assume theVkSubpassBeginInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassBeginInfo.Ptr
that uses the same backing storage as thisVkSubpassBeginInfo.Ptr
, but with the new size.@NotNull VkSubpassDependency.Ptr
VkSubpassDependency.Ptr.reinterpret
(long newSize) Assume theVkSubpassDependency.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassDependency.Ptr
that uses the same backing storage as thisVkSubpassDependency.Ptr
, but with the new size.@NotNull VkSubpassDependency2.Ptr
VkSubpassDependency2.Ptr.reinterpret
(long newSize) Assume theVkSubpassDependency2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassDependency2.Ptr
that uses the same backing storage as thisVkSubpassDependency2.Ptr
, but with the new size.@NotNull VkSubpassDescription.Ptr
VkSubpassDescription.Ptr.reinterpret
(long newSize) Assume theVkSubpassDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassDescription.Ptr
that uses the same backing storage as thisVkSubpassDescription.Ptr
, but with the new size.@NotNull VkSubpassDescription2.Ptr
VkSubpassDescription2.Ptr.reinterpret
(long newSize) Assume theVkSubpassDescription2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassDescription2.Ptr
that uses the same backing storage as thisVkSubpassDescription2.Ptr
, but with the new size.VkSubpassDescriptionDepthStencilResolve.Ptr.reinterpret
(long newSize) Assume theVkSubpassDescriptionDepthStencilResolve.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassDescriptionDepthStencilResolve.Ptr
that uses the same backing storage as thisVkSubpassDescriptionDepthStencilResolve.Ptr
, but with the new size.@NotNull VkSubpassEndInfo.Ptr
VkSubpassEndInfo.Ptr.reinterpret
(long newSize) Assume theVkSubpassEndInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassEndInfo.Ptr
that uses the same backing storage as thisVkSubpassEndInfo.Ptr
, but with the new size.VkSubpassResolvePerformanceQueryEXT.Ptr.reinterpret
(long newSize) Assume theVkSubpassResolvePerformanceQueryEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassResolvePerformanceQueryEXT.Ptr
that uses the same backing storage as thisVkSubpassResolvePerformanceQueryEXT.Ptr
, but with the new size.@NotNull VkSubpassSampleLocationsEXT.Ptr
VkSubpassSampleLocationsEXT.Ptr.reinterpret
(long newSize) Assume theVkSubpassSampleLocationsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassSampleLocationsEXT.Ptr
that uses the same backing storage as thisVkSubpassSampleLocationsEXT.Ptr
, but with the new size.VkSubpassShadingPipelineCreateInfoHUAWEI.Ptr.reinterpret
(long newSize) Assume theVkSubpassShadingPipelineCreateInfoHUAWEI.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubpassShadingPipelineCreateInfoHUAWEI.Ptr
that uses the same backing storage as thisVkSubpassShadingPipelineCreateInfoHUAWEI.Ptr
, but with the new size.@NotNull VkSubresourceHostMemcpySize.Ptr
VkSubresourceHostMemcpySize.Ptr.reinterpret
(long newSize) Assume theVkSubresourceHostMemcpySize.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubresourceHostMemcpySize.Ptr
that uses the same backing storage as thisVkSubresourceHostMemcpySize.Ptr
, but with the new size.@NotNull VkSubresourceLayout.Ptr
VkSubresourceLayout.Ptr.reinterpret
(long newSize) Assume theVkSubresourceLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubresourceLayout.Ptr
that uses the same backing storage as thisVkSubresourceLayout.Ptr
, but with the new size.@NotNull VkSubresourceLayout2.Ptr
VkSubresourceLayout2.Ptr.reinterpret
(long newSize) Assume theVkSubresourceLayout2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSubresourceLayout2.Ptr
that uses the same backing storage as thisVkSubresourceLayout2.Ptr
, but with the new size.@NotNull VkSurfaceCapabilities2EXT.Ptr
VkSurfaceCapabilities2EXT.Ptr.reinterpret
(long newSize) Assume theVkSurfaceCapabilities2EXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceCapabilities2EXT.Ptr
that uses the same backing storage as thisVkSurfaceCapabilities2EXT.Ptr
, but with the new size.@NotNull VkSurfaceCapabilities2KHR.Ptr
VkSurfaceCapabilities2KHR.Ptr.reinterpret
(long newSize) Assume theVkSurfaceCapabilities2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceCapabilities2KHR.Ptr
that uses the same backing storage as thisVkSurfaceCapabilities2KHR.Ptr
, but with the new size.VkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr.reinterpret
(long newSize) Assume theVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr
that uses the same backing storage as thisVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr
, but with the new size.@NotNull VkSurfaceCapabilitiesKHR.Ptr
VkSurfaceCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkSurfaceCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkSurfaceCapabilitiesKHR.Ptr
, but with the new size.VkSurfaceCapabilitiesPresentBarrierNV.Ptr.reinterpret
(long newSize) Assume theVkSurfaceCapabilitiesPresentBarrierNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceCapabilitiesPresentBarrierNV.Ptr
that uses the same backing storage as thisVkSurfaceCapabilitiesPresentBarrierNV.Ptr
, but with the new size.@NotNull VkSurfaceFormat2KHR.Ptr
VkSurfaceFormat2KHR.Ptr.reinterpret
(long newSize) Assume theVkSurfaceFormat2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceFormat2KHR.Ptr
that uses the same backing storage as thisVkSurfaceFormat2KHR.Ptr
, but with the new size.@NotNull VkSurfaceFormatKHR.Ptr
VkSurfaceFormatKHR.Ptr.reinterpret
(long newSize) Assume theVkSurfaceFormatKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceFormatKHR.Ptr
that uses the same backing storage as thisVkSurfaceFormatKHR.Ptr
, but with the new size.VkSurfaceFullScreenExclusiveInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSurfaceFullScreenExclusiveInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceFullScreenExclusiveInfoEXT.Ptr
that uses the same backing storage as thisVkSurfaceFullScreenExclusiveInfoEXT.Ptr
, but with the new size.VkSurfaceFullScreenExclusiveWin32InfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSurfaceFullScreenExclusiveWin32InfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceFullScreenExclusiveWin32InfoEXT.Ptr
that uses the same backing storage as thisVkSurfaceFullScreenExclusiveWin32InfoEXT.Ptr
, but with the new size.VkSurfacePresentModeCompatibilityEXT.Ptr.reinterpret
(long newSize) Assume theVkSurfacePresentModeCompatibilityEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfacePresentModeCompatibilityEXT.Ptr
that uses the same backing storage as thisVkSurfacePresentModeCompatibilityEXT.Ptr
, but with the new size.@NotNull VkSurfacePresentModeEXT.Ptr
VkSurfacePresentModeEXT.Ptr.reinterpret
(long newSize) Assume theVkSurfacePresentModeEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfacePresentModeEXT.Ptr
that uses the same backing storage as thisVkSurfacePresentModeEXT.Ptr
, but with the new size.VkSurfacePresentScalingCapabilitiesEXT.Ptr.reinterpret
(long newSize) Assume theVkSurfacePresentScalingCapabilitiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfacePresentScalingCapabilitiesEXT.Ptr
that uses the same backing storage as thisVkSurfacePresentScalingCapabilitiesEXT.Ptr
, but with the new size.VkSurfaceProtectedCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkSurfaceProtectedCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSurfaceProtectedCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkSurfaceProtectedCapabilitiesKHR.Ptr
, but with the new size.@NotNull VkSwapchainCounterCreateInfoEXT.Ptr
VkSwapchainCounterCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSwapchainCounterCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainCounterCreateInfoEXT.Ptr
that uses the same backing storage as thisVkSwapchainCounterCreateInfoEXT.Ptr
, but with the new size.@NotNull VkSwapchainCreateInfoKHR.Ptr
VkSwapchainCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkSwapchainCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainCreateInfoKHR.Ptr
that uses the same backing storage as thisVkSwapchainCreateInfoKHR.Ptr
, but with the new size.VkSwapchainDisplayNativeHdrCreateInfoAMD.Ptr.reinterpret
(long newSize) Assume theVkSwapchainDisplayNativeHdrCreateInfoAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainDisplayNativeHdrCreateInfoAMD.Ptr
that uses the same backing storage as thisVkSwapchainDisplayNativeHdrCreateInfoAMD.Ptr
, but with the new size.@NotNull VkSwapchainLatencyCreateInfoNV.Ptr
VkSwapchainLatencyCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkSwapchainLatencyCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainLatencyCreateInfoNV.Ptr
that uses the same backing storage as thisVkSwapchainLatencyCreateInfoNV.Ptr
, but with the new size.VkSwapchainPresentBarrierCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkSwapchainPresentBarrierCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainPresentBarrierCreateInfoNV.Ptr
that uses the same backing storage as thisVkSwapchainPresentBarrierCreateInfoNV.Ptr
, but with the new size.@NotNull VkSwapchainPresentFenceInfoEXT.Ptr
VkSwapchainPresentFenceInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSwapchainPresentFenceInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainPresentFenceInfoEXT.Ptr
that uses the same backing storage as thisVkSwapchainPresentFenceInfoEXT.Ptr
, but with the new size.@NotNull VkSwapchainPresentModeInfoEXT.Ptr
VkSwapchainPresentModeInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSwapchainPresentModeInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainPresentModeInfoEXT.Ptr
that uses the same backing storage as thisVkSwapchainPresentModeInfoEXT.Ptr
, but with the new size.VkSwapchainPresentModesCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSwapchainPresentModesCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainPresentModesCreateInfoEXT.Ptr
that uses the same backing storage as thisVkSwapchainPresentModesCreateInfoEXT.Ptr
, but with the new size.VkSwapchainPresentScalingCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSwapchainPresentScalingCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainPresentScalingCreateInfoEXT.Ptr
that uses the same backing storage as thisVkSwapchainPresentScalingCreateInfoEXT.Ptr
, but with the new size.@NotNull VkSysmemColorSpaceFUCHSIA.Ptr
VkSysmemColorSpaceFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkSysmemColorSpaceFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSysmemColorSpaceFUCHSIA.Ptr
that uses the same backing storage as thisVkSysmemColorSpaceFUCHSIA.Ptr
, but with the new size.VkTextureLODGatherFormatPropertiesAMD.Ptr.reinterpret
(long newSize) Assume theVkTextureLODGatherFormatPropertiesAMD.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTextureLODGatherFormatPropertiesAMD.Ptr
that uses the same backing storage as thisVkTextureLODGatherFormatPropertiesAMD.Ptr
, but with the new size.@NotNull VkTileMemoryBindInfoQCOM.Ptr
VkTileMemoryBindInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkTileMemoryBindInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTileMemoryBindInfoQCOM.Ptr
that uses the same backing storage as thisVkTileMemoryBindInfoQCOM.Ptr
, but with the new size.@NotNull VkTileMemoryRequirementsQCOM.Ptr
VkTileMemoryRequirementsQCOM.Ptr.reinterpret
(long newSize) Assume theVkTileMemoryRequirementsQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTileMemoryRequirementsQCOM.Ptr
that uses the same backing storage as thisVkTileMemoryRequirementsQCOM.Ptr
, but with the new size.@NotNull VkTileMemorySizeInfoQCOM.Ptr
VkTileMemorySizeInfoQCOM.Ptr.reinterpret
(long newSize) Assume theVkTileMemorySizeInfoQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTileMemorySizeInfoQCOM.Ptr
that uses the same backing storage as thisVkTileMemorySizeInfoQCOM.Ptr
, but with the new size.@NotNull VkTilePropertiesQCOM.Ptr
VkTilePropertiesQCOM.Ptr.reinterpret
(long newSize) Assume theVkTilePropertiesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTilePropertiesQCOM.Ptr
that uses the same backing storage as thisVkTilePropertiesQCOM.Ptr
, but with the new size.@NotNull VkTimelineSemaphoreSubmitInfo.Ptr
VkTimelineSemaphoreSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkTimelineSemaphoreSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTimelineSemaphoreSubmitInfo.Ptr
that uses the same backing storage as thisVkTimelineSemaphoreSubmitInfo.Ptr
, but with the new size.@NotNull VkTraceRaysIndirectCommand2KHR.Ptr
VkTraceRaysIndirectCommand2KHR.Ptr.reinterpret
(long newSize) Assume theVkTraceRaysIndirectCommand2KHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTraceRaysIndirectCommand2KHR.Ptr
that uses the same backing storage as thisVkTraceRaysIndirectCommand2KHR.Ptr
, but with the new size.@NotNull VkTraceRaysIndirectCommandKHR.Ptr
VkTraceRaysIndirectCommandKHR.Ptr.reinterpret
(long newSize) Assume theVkTraceRaysIndirectCommandKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTraceRaysIndirectCommandKHR.Ptr
that uses the same backing storage as thisVkTraceRaysIndirectCommandKHR.Ptr
, but with the new size.@NotNull VkTransformMatrixKHR.Ptr
VkTransformMatrixKHR.Ptr.reinterpret
(long newSize) Assume theVkTransformMatrixKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTransformMatrixKHR.Ptr
that uses the same backing storage as thisVkTransformMatrixKHR.Ptr
, but with the new size.@NotNull VkValidationCacheCreateInfoEXT.Ptr
VkValidationCacheCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkValidationCacheCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkValidationCacheCreateInfoEXT.Ptr
that uses the same backing storage as thisVkValidationCacheCreateInfoEXT.Ptr
, but with the new size.@NotNull VkValidationFeaturesEXT.Ptr
VkValidationFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkValidationFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkValidationFeaturesEXT.Ptr
that uses the same backing storage as thisVkValidationFeaturesEXT.Ptr
, but with the new size.@NotNull VkValidationFlagsEXT.Ptr
VkValidationFlagsEXT.Ptr.reinterpret
(long newSize) Assume theVkValidationFlagsEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkValidationFlagsEXT.Ptr
that uses the same backing storage as thisVkValidationFlagsEXT.Ptr
, but with the new size.VkVertexInputAttributeDescription.Ptr.reinterpret
(long newSize) Assume theVkVertexInputAttributeDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVertexInputAttributeDescription.Ptr
that uses the same backing storage as thisVkVertexInputAttributeDescription.Ptr
, but with the new size.VkVertexInputAttributeDescription2EXT.Ptr.reinterpret
(long newSize) Assume theVkVertexInputAttributeDescription2EXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVertexInputAttributeDescription2EXT.Ptr
that uses the same backing storage as thisVkVertexInputAttributeDescription2EXT.Ptr
, but with the new size.@NotNull VkVertexInputBindingDescription.Ptr
VkVertexInputBindingDescription.Ptr.reinterpret
(long newSize) Assume theVkVertexInputBindingDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVertexInputBindingDescription.Ptr
that uses the same backing storage as thisVkVertexInputBindingDescription.Ptr
, but with the new size.VkVertexInputBindingDescription2EXT.Ptr.reinterpret
(long newSize) Assume theVkVertexInputBindingDescription2EXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVertexInputBindingDescription2EXT.Ptr
that uses the same backing storage as thisVkVertexInputBindingDescription2EXT.Ptr
, but with the new size.VkVertexInputBindingDivisorDescription.Ptr.reinterpret
(long newSize) Assume theVkVertexInputBindingDivisorDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVertexInputBindingDivisorDescription.Ptr
that uses the same backing storage as thisVkVertexInputBindingDivisorDescription.Ptr
, but with the new size.@NotNull VkVideoBeginCodingInfoKHR.Ptr
VkVideoBeginCodingInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoBeginCodingInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoBeginCodingInfoKHR.Ptr
that uses the same backing storage as thisVkVideoBeginCodingInfoKHR.Ptr
, but with the new size.@NotNull VkVideoCapabilitiesKHR.Ptr
VkVideoCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoCapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoCodingControlInfoKHR.Ptr
VkVideoCodingControlInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoCodingControlInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoCodingControlInfoKHR.Ptr
that uses the same backing storage as thisVkVideoCodingControlInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeAV1CapabilitiesKHR.Ptr
VkVideoDecodeAV1CapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeAV1CapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeAV1CapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeAV1CapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeAV1DpbSlotInfoKHR.Ptr
VkVideoDecodeAV1DpbSlotInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeAV1DpbSlotInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeAV1DpbSlotInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeAV1DpbSlotInfoKHR.Ptr
, but with the new size.VkVideoDecodeAV1InlineSessionParametersInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeAV1InlineSessionParametersInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeAV1InlineSessionParametersInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeAV1InlineSessionParametersInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeAV1PictureInfoKHR.Ptr
VkVideoDecodeAV1PictureInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeAV1PictureInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeAV1PictureInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeAV1PictureInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeAV1ProfileInfoKHR.Ptr
VkVideoDecodeAV1ProfileInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeAV1ProfileInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeAV1ProfileInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeAV1ProfileInfoKHR.Ptr
, but with the new size.VkVideoDecodeAV1SessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeAV1SessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeAV1SessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeAV1SessionParametersCreateInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeCapabilitiesKHR.Ptr
VkVideoDecodeCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeCapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeH264CapabilitiesKHR.Ptr
VkVideoDecodeH264CapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH264CapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH264CapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH264CapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeH264DpbSlotInfoKHR.Ptr
VkVideoDecodeH264DpbSlotInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH264DpbSlotInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH264DpbSlotInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH264DpbSlotInfoKHR.Ptr
, but with the new size.VkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeH264PictureInfoKHR.Ptr
VkVideoDecodeH264PictureInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH264PictureInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH264PictureInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH264PictureInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeH264ProfileInfoKHR.Ptr
VkVideoDecodeH264ProfileInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH264ProfileInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH264ProfileInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH264ProfileInfoKHR.Ptr
, but with the new size.VkVideoDecodeH264SessionParametersAddInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH264SessionParametersAddInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH264SessionParametersAddInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH264SessionParametersAddInfoKHR.Ptr
, but with the new size.VkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeH265CapabilitiesKHR.Ptr
VkVideoDecodeH265CapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH265CapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH265CapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH265CapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeH265DpbSlotInfoKHR.Ptr
VkVideoDecodeH265DpbSlotInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH265DpbSlotInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH265DpbSlotInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH265DpbSlotInfoKHR.Ptr
, but with the new size.VkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeH265PictureInfoKHR.Ptr
VkVideoDecodeH265PictureInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH265PictureInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH265PictureInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH265PictureInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeH265ProfileInfoKHR.Ptr
VkVideoDecodeH265ProfileInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH265ProfileInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH265ProfileInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH265ProfileInfoKHR.Ptr
, but with the new size.VkVideoDecodeH265SessionParametersAddInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH265SessionParametersAddInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH265SessionParametersAddInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH265SessionParametersAddInfoKHR.Ptr
, but with the new size.VkVideoDecodeH265SessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH265SessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH265SessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH265SessionParametersCreateInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeInfoKHR.Ptr
VkVideoDecodeInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeInfoKHR.Ptr
, but with the new size.@NotNull VkVideoDecodeUsageInfoKHR.Ptr
VkVideoDecodeUsageInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeUsageInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeUsageInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeUsageInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeAV1CapabilitiesKHR.Ptr
VkVideoEncodeAV1CapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1CapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1CapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1CapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeAV1DpbSlotInfoKHR.Ptr
VkVideoEncodeAV1DpbSlotInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1DpbSlotInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1DpbSlotInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1DpbSlotInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeAV1FrameSizeKHR.Ptr
VkVideoEncodeAV1FrameSizeKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1FrameSizeKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1FrameSizeKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1FrameSizeKHR.Ptr
, but with the new size.VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeAV1PictureInfoKHR.Ptr
VkVideoEncodeAV1PictureInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1PictureInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1PictureInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1PictureInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeAV1ProfileInfoKHR.Ptr
VkVideoEncodeAV1ProfileInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1ProfileInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1ProfileInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1ProfileInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeAV1QIndexKHR.Ptr
VkVideoEncodeAV1QIndexKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1QIndexKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1QIndexKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1QIndexKHR.Ptr
, but with the new size.VkVideoEncodeAV1QualityLevelPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1QualityLevelPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1QualityLevelPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1QualityLevelPropertiesKHR.Ptr
, but with the new size.VkVideoEncodeAV1QuantizationMapCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1QuantizationMapCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1QuantizationMapCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1QuantizationMapCapabilitiesKHR.Ptr
, but with the new size.VkVideoEncodeAV1RateControlInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1RateControlInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1RateControlInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1RateControlInfoKHR.Ptr
, but with the new size.VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1RateControlLayerInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1RateControlLayerInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1RateControlLayerInfoKHR.Ptr
, but with the new size.VkVideoEncodeAV1SessionCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1SessionCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1SessionCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1SessionCreateInfoKHR.Ptr
, but with the new size.VkVideoEncodeAV1SessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1SessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1SessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1SessionParametersCreateInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeCapabilitiesKHR.Ptr
VkVideoEncodeCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeCapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH264CapabilitiesKHR.Ptr
VkVideoEncodeH264CapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264CapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264CapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264CapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH264DpbSlotInfoKHR.Ptr
VkVideoEncodeH264DpbSlotInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264DpbSlotInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264DpbSlotInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264DpbSlotInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH264FrameSizeKHR.Ptr
VkVideoEncodeH264FrameSizeKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264FrameSizeKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264FrameSizeKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264FrameSizeKHR.Ptr
, but with the new size.VkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264NaluSliceInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264NaluSliceInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264NaluSliceInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264NaluSliceInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH264PictureInfoKHR.Ptr
VkVideoEncodeH264PictureInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264PictureInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264PictureInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264PictureInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH264ProfileInfoKHR.Ptr
VkVideoEncodeH264ProfileInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264ProfileInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264ProfileInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264ProfileInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH264QpKHR.Ptr
VkVideoEncodeH264QpKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264QpKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264QpKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264QpKHR.Ptr
, but with the new size.VkVideoEncodeH264QualityLevelPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264QualityLevelPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264QualityLevelPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264QualityLevelPropertiesKHR.Ptr
, but with the new size.VkVideoEncodeH264QuantizationMapCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264QuantizationMapCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264QuantizationMapCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264QuantizationMapCapabilitiesKHR.Ptr
, but with the new size.VkVideoEncodeH264RateControlInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264RateControlInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264RateControlInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264RateControlInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264RateControlLayerInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264RateControlLayerInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264RateControlLayerInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264RateControlLayerInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264SessionCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264SessionCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264SessionCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264SessionCreateInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264SessionParametersAddInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264SessionParametersAddInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264SessionParametersAddInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264SessionParametersAddInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264SessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264SessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264SessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264SessionParametersCreateInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264SessionParametersFeedbackInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264SessionParametersFeedbackInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264SessionParametersFeedbackInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264SessionParametersFeedbackInfoKHR.Ptr
, but with the new size.VkVideoEncodeH264SessionParametersGetInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264SessionParametersGetInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264SessionParametersGetInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264SessionParametersGetInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH265CapabilitiesKHR.Ptr
VkVideoEncodeH265CapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265CapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265CapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265CapabilitiesKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH265DpbSlotInfoKHR.Ptr
VkVideoEncodeH265DpbSlotInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265DpbSlotInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265DpbSlotInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265DpbSlotInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH265FrameSizeKHR.Ptr
VkVideoEncodeH265FrameSizeKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265FrameSizeKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265FrameSizeKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265FrameSizeKHR.Ptr
, but with the new size.VkVideoEncodeH265GopRemainingFrameInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265GopRemainingFrameInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265GopRemainingFrameInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265GopRemainingFrameInfoKHR.Ptr
, but with the new size.VkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH265PictureInfoKHR.Ptr
VkVideoEncodeH265PictureInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265PictureInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265PictureInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265PictureInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH265ProfileInfoKHR.Ptr
VkVideoEncodeH265ProfileInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265ProfileInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265ProfileInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265ProfileInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeH265QpKHR.Ptr
VkVideoEncodeH265QpKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265QpKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265QpKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265QpKHR.Ptr
, but with the new size.VkVideoEncodeH265QualityLevelPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265QualityLevelPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265QualityLevelPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265QualityLevelPropertiesKHR.Ptr
, but with the new size.VkVideoEncodeH265QuantizationMapCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265QuantizationMapCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265QuantizationMapCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265QuantizationMapCapabilitiesKHR.Ptr
, but with the new size.VkVideoEncodeH265RateControlInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265RateControlInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265RateControlInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265RateControlInfoKHR.Ptr
, but with the new size.VkVideoEncodeH265RateControlLayerInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265RateControlLayerInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265RateControlLayerInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265RateControlLayerInfoKHR.Ptr
, but with the new size.VkVideoEncodeH265SessionCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265SessionCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265SessionCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265SessionCreateInfoKHR.Ptr
, but with the new size.VkVideoEncodeH265SessionParametersAddInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265SessionParametersAddInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265SessionParametersAddInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265SessionParametersAddInfoKHR.Ptr
, but with the new size.VkVideoEncodeH265SessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265SessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265SessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265SessionParametersCreateInfoKHR.Ptr
, but with the new size.VkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr
, but with the new size.VkVideoEncodeH265SessionParametersGetInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH265SessionParametersGetInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH265SessionParametersGetInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH265SessionParametersGetInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeInfoKHR.Ptr
VkVideoEncodeInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeQualityLevelInfoKHR.Ptr
VkVideoEncodeQualityLevelInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeQualityLevelInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeQualityLevelInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeQualityLevelInfoKHR.Ptr
, but with the new size.VkVideoEncodeQualityLevelPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeQualityLevelPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeQualityLevelPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeQualityLevelPropertiesKHR.Ptr
, but with the new size.VkVideoEncodeQuantizationMapCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeQuantizationMapCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeQuantizationMapCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeQuantizationMapCapabilitiesKHR.Ptr
, but with the new size.VkVideoEncodeQuantizationMapInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeQuantizationMapInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeQuantizationMapInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeQuantizationMapInfoKHR.Ptr
, but with the new size.VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeRateControlInfoKHR.Ptr
VkVideoEncodeRateControlInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeRateControlInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeRateControlInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeRateControlInfoKHR.Ptr
, but with the new size.VkVideoEncodeRateControlLayerInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeRateControlLayerInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeRateControlLayerInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeRateControlLayerInfoKHR.Ptr
, but with the new size.VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr
, but with the new size.VkVideoEncodeSessionParametersGetInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeSessionParametersGetInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeSessionParametersGetInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeSessionParametersGetInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEncodeUsageInfoKHR.Ptr
VkVideoEncodeUsageInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeUsageInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeUsageInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeUsageInfoKHR.Ptr
, but with the new size.@NotNull VkVideoEndCodingInfoKHR.Ptr
VkVideoEndCodingInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEndCodingInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEndCodingInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEndCodingInfoKHR.Ptr
, but with the new size.VkVideoFormatAV1QuantizationMapPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoFormatAV1QuantizationMapPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoFormatAV1QuantizationMapPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoFormatAV1QuantizationMapPropertiesKHR.Ptr
, but with the new size.VkVideoFormatH265QuantizationMapPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoFormatH265QuantizationMapPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoFormatH265QuantizationMapPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoFormatH265QuantizationMapPropertiesKHR.Ptr
, but with the new size.@NotNull VkVideoFormatPropertiesKHR.Ptr
VkVideoFormatPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoFormatPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoFormatPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoFormatPropertiesKHR.Ptr
, but with the new size.VkVideoFormatQuantizationMapPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoFormatQuantizationMapPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoFormatQuantizationMapPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoFormatQuantizationMapPropertiesKHR.Ptr
, but with the new size.@NotNull VkVideoInlineQueryInfoKHR.Ptr
VkVideoInlineQueryInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoInlineQueryInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoInlineQueryInfoKHR.Ptr
that uses the same backing storage as thisVkVideoInlineQueryInfoKHR.Ptr
, but with the new size.@NotNull VkVideoPictureResourceInfoKHR.Ptr
VkVideoPictureResourceInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoPictureResourceInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoPictureResourceInfoKHR.Ptr
that uses the same backing storage as thisVkVideoPictureResourceInfoKHR.Ptr
, but with the new size.@NotNull VkVideoProfileInfoKHR.Ptr
VkVideoProfileInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoProfileInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoProfileInfoKHR.Ptr
that uses the same backing storage as thisVkVideoProfileInfoKHR.Ptr
, but with the new size.@NotNull VkVideoProfileListInfoKHR.Ptr
VkVideoProfileListInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoProfileListInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoProfileListInfoKHR.Ptr
that uses the same backing storage as thisVkVideoProfileListInfoKHR.Ptr
, but with the new size.@NotNull VkVideoReferenceSlotInfoKHR.Ptr
VkVideoReferenceSlotInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoReferenceSlotInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoReferenceSlotInfoKHR.Ptr
that uses the same backing storage as thisVkVideoReferenceSlotInfoKHR.Ptr
, but with the new size.@NotNull VkVideoSessionCreateInfoKHR.Ptr
VkVideoSessionCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoSessionCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoSessionCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoSessionCreateInfoKHR.Ptr
, but with the new size.VkVideoSessionMemoryRequirementsKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoSessionMemoryRequirementsKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoSessionMemoryRequirementsKHR.Ptr
that uses the same backing storage as thisVkVideoSessionMemoryRequirementsKHR.Ptr
, but with the new size.VkVideoSessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoSessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoSessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoSessionParametersCreateInfoKHR.Ptr
, but with the new size.VkVideoSessionParametersUpdateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoSessionParametersUpdateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoSessionParametersUpdateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoSessionParametersUpdateInfoKHR.Ptr
, but with the new size.@NotNull VkViewport.Ptr
VkViewport.Ptr.reinterpret
(long newSize) Assume theVkViewport.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkViewport.Ptr
that uses the same backing storage as thisVkViewport.Ptr
, but with the new size.@NotNull VkViewportSwizzleNV.Ptr
VkViewportSwizzleNV.Ptr.reinterpret
(long newSize) Assume theVkViewportSwizzleNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkViewportSwizzleNV.Ptr
that uses the same backing storage as thisVkViewportSwizzleNV.Ptr
, but with the new size.@NotNull VkViewportWScalingNV.Ptr
VkViewportWScalingNV.Ptr.reinterpret
(long newSize) Assume theVkViewportWScalingNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkViewportWScalingNV.Ptr
that uses the same backing storage as thisVkViewportWScalingNV.Ptr
, but with the new size.@NotNull VkViSurfaceCreateInfoNN.Ptr
VkViSurfaceCreateInfoNN.Ptr.reinterpret
(long newSize) Assume theVkViSurfaceCreateInfoNN.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkViSurfaceCreateInfoNN.Ptr
that uses the same backing storage as thisVkViSurfaceCreateInfoNN.Ptr
, but with the new size.@NotNull VkWaylandSurfaceCreateInfoKHR.Ptr
VkWaylandSurfaceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkWaylandSurfaceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWaylandSurfaceCreateInfoKHR.Ptr
that uses the same backing storage as thisVkWaylandSurfaceCreateInfoKHR.Ptr
, but with the new size.VkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr
that uses the same backing storage as thisVkWin32KeyedMutexAcquireReleaseInfoKHR.Ptr
, but with the new size.VkWin32KeyedMutexAcquireReleaseInfoNV.Ptr.reinterpret
(long newSize) Assume theVkWin32KeyedMutexAcquireReleaseInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWin32KeyedMutexAcquireReleaseInfoNV.Ptr
that uses the same backing storage as thisVkWin32KeyedMutexAcquireReleaseInfoNV.Ptr
, but with the new size.@NotNull VkWin32SurfaceCreateInfoKHR.Ptr
VkWin32SurfaceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkWin32SurfaceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWin32SurfaceCreateInfoKHR.Ptr
that uses the same backing storage as thisVkWin32SurfaceCreateInfoKHR.Ptr
, but with the new size.@NotNull VkWriteDescriptorSet.Ptr
VkWriteDescriptorSet.Ptr.reinterpret
(long newSize) Assume theVkWriteDescriptorSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWriteDescriptorSet.Ptr
that uses the same backing storage as thisVkWriteDescriptorSet.Ptr
, but with the new size.VkWriteDescriptorSetAccelerationStructureKHR.Ptr.reinterpret
(long newSize) Assume theVkWriteDescriptorSetAccelerationStructureKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWriteDescriptorSetAccelerationStructureKHR.Ptr
that uses the same backing storage as thisVkWriteDescriptorSetAccelerationStructureKHR.Ptr
, but with the new size.VkWriteDescriptorSetAccelerationStructureNV.Ptr.reinterpret
(long newSize) Assume theVkWriteDescriptorSetAccelerationStructureNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWriteDescriptorSetAccelerationStructureNV.Ptr
that uses the same backing storage as thisVkWriteDescriptorSetAccelerationStructureNV.Ptr
, but with the new size.VkWriteDescriptorSetInlineUniformBlock.Ptr.reinterpret
(long newSize) Assume theVkWriteDescriptorSetInlineUniformBlock.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWriteDescriptorSetInlineUniformBlock.Ptr
that uses the same backing storage as thisVkWriteDescriptorSetInlineUniformBlock.Ptr
, but with the new size.VkWriteDescriptorSetPartitionedAccelerationStructureNV.Ptr.reinterpret
(long newSize) Assume theVkWriteDescriptorSetPartitionedAccelerationStructureNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWriteDescriptorSetPartitionedAccelerationStructureNV.Ptr
that uses the same backing storage as thisVkWriteDescriptorSetPartitionedAccelerationStructureNV.Ptr
, but with the new size.VkWriteIndirectExecutionSetPipelineEXT.Ptr.reinterpret
(long newSize) Assume theVkWriteIndirectExecutionSetPipelineEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWriteIndirectExecutionSetPipelineEXT.Ptr
that uses the same backing storage as thisVkWriteIndirectExecutionSetPipelineEXT.Ptr
, but with the new size.VkWriteIndirectExecutionSetShaderEXT.Ptr.reinterpret
(long newSize) Assume theVkWriteIndirectExecutionSetShaderEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkWriteIndirectExecutionSetShaderEXT.Ptr
that uses the same backing storage as thisVkWriteIndirectExecutionSetShaderEXT.Ptr
, but with the new size.@NotNull VkXcbSurfaceCreateInfoKHR.Ptr
VkXcbSurfaceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkXcbSurfaceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkXcbSurfaceCreateInfoKHR.Ptr
that uses the same backing storage as thisVkXcbSurfaceCreateInfoKHR.Ptr
, but with the new size.@NotNull VkXlibSurfaceCreateInfoKHR.Ptr
VkXlibSurfaceCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkXlibSurfaceCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkXlibSurfaceCreateInfoKHR.Ptr
that uses the same backing storage as thisVkXlibSurfaceCreateInfoKHR.Ptr
, but with the new size.@NotNull VkXYColorEXT.Ptr
VkXYColorEXT.Ptr.reinterpret
(long newSize) Assume theVkXYColorEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkXYColorEXT.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkAccelerationStructureKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureKHR.Ptr
, but with the new size.VkAccelerationStructureNV.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkAccelerationStructureNV.Ptr
that uses the same backing storage as thisVkAccelerationStructureNV.Ptr
, but with the new size.VkBuffer.Ptr.reinterpret
(long newSize) Assume theVkBuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkBuffer.Ptr
that uses the same backing storage as thisVkBuffer.Ptr
, but with the new size.VkBufferCollectionFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferCollectionFUCHSIA.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkBufferCollectionFUCHSIA.Ptr
that uses the same backing storage as thisVkBufferCollectionFUCHSIA.Ptr
, but with the new size.VkBufferView.Ptr.reinterpret
(long newSize) Assume theVkBufferView.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkBufferView.Ptr
that uses the same backing storage as thisVkBufferView.Ptr
, but with the new size.VkCommandBuffer.Ptr.reinterpret
(long newSize) Assume theVkCommandBuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkCommandBuffer.Ptr
that uses the same backing storage as thisVkCommandBuffer.Ptr
, but with the new size.VkCommandPool.Ptr.reinterpret
(long newSize) Assume theVkCommandPool.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkCommandPool.Ptr
that uses the same backing storage as thisVkCommandPool.Ptr
, but with the new size.VkCudaFunctionNV.Ptr.reinterpret
(long newSize) Assume theVkCudaFunctionNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkCudaFunctionNV.Ptr
that uses the same backing storage as thisVkCudaFunctionNV.Ptr
, but with the new size.VkCudaModuleNV.Ptr.reinterpret
(long newSize) Assume theVkCudaModuleNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkCudaModuleNV.Ptr
that uses the same backing storage as thisVkCudaModuleNV.Ptr
, but with the new size.VkCuFunctionNVX.Ptr.reinterpret
(long newSize) Assume theVkCuFunctionNVX.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkCuFunctionNVX.Ptr
that uses the same backing storage as thisVkCuFunctionNVX.Ptr
, but with the new size.VkCuModuleNVX.Ptr.reinterpret
(long newSize) Assume theVkCuModuleNVX.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkCuModuleNVX.Ptr
that uses the same backing storage as thisVkCuModuleNVX.Ptr
, but with the new size.VkDebugReportCallbackEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugReportCallbackEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDebugReportCallbackEXT.Ptr
that uses the same backing storage as thisVkDebugReportCallbackEXT.Ptr
, but with the new size.VkDebugUtilsMessengerEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugUtilsMessengerEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDebugUtilsMessengerEXT.Ptr
that uses the same backing storage as thisVkDebugUtilsMessengerEXT.Ptr
, but with the new size.VkDeferredOperationKHR.Ptr.reinterpret
(long newSize) Assume theVkDeferredOperationKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDeferredOperationKHR.Ptr
that uses the same backing storage as thisVkDeferredOperationKHR.Ptr
, but with the new size.VkDescriptorPool.Ptr.reinterpret
(long newSize) Assume theVkDescriptorPool.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDescriptorPool.Ptr
that uses the same backing storage as thisVkDescriptorPool.Ptr
, but with the new size.VkDescriptorSet.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSet.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDescriptorSet.Ptr
that uses the same backing storage as thisVkDescriptorSet.Ptr
, but with the new size.VkDescriptorSetLayout.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetLayout.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDescriptorSetLayout.Ptr
that uses the same backing storage as thisVkDescriptorSetLayout.Ptr
, but with the new size.VkDescriptorUpdateTemplate.Ptr.reinterpret
(long newSize) Assume theVkDescriptorUpdateTemplate.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDescriptorUpdateTemplate.Ptr
that uses the same backing storage as thisVkDescriptorUpdateTemplate.Ptr
, but with the new size.VkDevice.Ptr.reinterpret
(long newSize) Assume theVkDevice.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDevice.Ptr
that uses the same backing storage as thisVkDevice.Ptr
, but with the new size.VkDeviceMemory.Ptr.reinterpret
(long newSize) Assume theVkDeviceMemory.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDeviceMemory.Ptr
that uses the same backing storage as thisVkDeviceMemory.Ptr
, but with the new size.VkDisplayKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDisplayKHR.Ptr
that uses the same backing storage as thisVkDisplayKHR.Ptr
, but with the new size.VkDisplayModeKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayModeKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDisplayModeKHR.Ptr
that uses the same backing storage as thisVkDisplayModeKHR.Ptr
, but with the new size.VkEvent.Ptr.reinterpret
(long newSize) Assume theVkEvent.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkEvent.Ptr
that uses the same backing storage as thisVkEvent.Ptr
, but with the new size.VkExternalComputeQueueNV.Ptr.reinterpret
(long newSize) Assume theVkExternalComputeQueueNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkExternalComputeQueueNV.Ptr
that uses the same backing storage as thisVkExternalComputeQueueNV.Ptr
, but with the new size.VkFence.Ptr.reinterpret
(long newSize) Assume theVkFence.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkFence.Ptr
that uses the same backing storage as thisVkFence.Ptr
, but with the new size.VkFramebuffer.Ptr.reinterpret
(long newSize) Assume theVkFramebuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkFramebuffer.Ptr
that uses the same backing storage as thisVkFramebuffer.Ptr
, but with the new size.VkImage.Ptr.reinterpret
(long newSize) Assume theVkImage.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkImage.Ptr
that uses the same backing storage as thisVkImage.Ptr
, but with the new size.VkImageView.Ptr.reinterpret
(long newSize) Assume theVkImageView.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkImageView.Ptr
that uses the same backing storage as thisVkImageView.Ptr
, but with the new size.VkIndirectCommandsLayoutEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsLayoutEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkIndirectCommandsLayoutEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsLayoutEXT.Ptr
, but with the new size.VkIndirectCommandsLayoutNV.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsLayoutNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkIndirectCommandsLayoutNV.Ptr
that uses the same backing storage as thisVkIndirectCommandsLayoutNV.Ptr
, but with the new size.VkIndirectExecutionSetEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectExecutionSetEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkIndirectExecutionSetEXT.Ptr
that uses the same backing storage as thisVkIndirectExecutionSetEXT.Ptr
, but with the new size.VkInstance.Ptr.reinterpret
(long newSize) Assume theVkInstance.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkInstance.Ptr
that uses the same backing storage as thisVkInstance.Ptr
, but with the new size.VkMicromapEXT.Ptr.reinterpret
(long newSize) Assume theVkMicromapEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkMicromapEXT.Ptr
that uses the same backing storage as thisVkMicromapEXT.Ptr
, but with the new size.VkOpticalFlowSessionNV.Ptr.reinterpret
(long newSize) Assume theVkOpticalFlowSessionNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkOpticalFlowSessionNV.Ptr
that uses the same backing storage as thisVkOpticalFlowSessionNV.Ptr
, but with the new size.VkPerformanceConfigurationINTEL.Ptr.reinterpret
(long newSize) Assume theVkPerformanceConfigurationINTEL.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPerformanceConfigurationINTEL.Ptr
that uses the same backing storage as thisVkPerformanceConfigurationINTEL.Ptr
, but with the new size.VkPhysicalDevice.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevice.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPhysicalDevice.Ptr
that uses the same backing storage as thisVkPhysicalDevice.Ptr
, but with the new size.VkPipeline.Ptr.reinterpret
(long newSize) Assume theVkPipeline.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPipeline.Ptr
that uses the same backing storage as thisVkPipeline.Ptr
, but with the new size.VkPipelineBinaryKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPipelineBinaryKHR.Ptr
that uses the same backing storage as thisVkPipelineBinaryKHR.Ptr
, but with the new size.VkPipelineCache.Ptr.reinterpret
(long newSize) Assume theVkPipelineCache.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPipelineCache.Ptr
that uses the same backing storage as thisVkPipelineCache.Ptr
, but with the new size.VkPipelineLayout.Ptr.reinterpret
(long newSize) Assume theVkPipelineLayout.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPipelineLayout.Ptr
that uses the same backing storage as thisVkPipelineLayout.Ptr
, but with the new size.VkPrivateDataSlot.Ptr.reinterpret
(long newSize) Assume theVkPrivateDataSlot.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPrivateDataSlot.Ptr
that uses the same backing storage as thisVkPrivateDataSlot.Ptr
, but with the new size.VkQueryPool.Ptr.reinterpret
(long newSize) Assume theVkQueryPool.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkQueryPool.Ptr
that uses the same backing storage as thisVkQueryPool.Ptr
, but with the new size.VkQueue.Ptr.reinterpret
(long newSize) Assume theVkQueue.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkQueue.Ptr
that uses the same backing storage as thisVkQueue.Ptr
, but with the new size.VkRenderPass.Ptr.reinterpret
(long newSize) Assume theVkRenderPass.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkRenderPass.Ptr
that uses the same backing storage as thisVkRenderPass.Ptr
, but with the new size.VkSampler.Ptr.reinterpret
(long newSize) Assume theVkSampler.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSampler.Ptr
that uses the same backing storage as thisVkSampler.Ptr
, but with the new size.VkSamplerYcbcrConversion.Ptr.reinterpret
(long newSize) Assume theVkSamplerYcbcrConversion.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSamplerYcbcrConversion.Ptr
that uses the same backing storage as thisVkSamplerYcbcrConversion.Ptr
, but with the new size.VkSemaphore.Ptr.reinterpret
(long newSize) Assume theVkSemaphore.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSemaphore.Ptr
that uses the same backing storage as thisVkSemaphore.Ptr
, but with the new size.VkSemaphoreSciSyncPoolNV.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreSciSyncPoolNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSemaphoreSciSyncPoolNV.Ptr
that uses the same backing storage as thisVkSemaphoreSciSyncPoolNV.Ptr
, but with the new size.VkShaderEXT.Ptr.reinterpret
(long newSize) Assume theVkShaderEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkShaderEXT.Ptr
that uses the same backing storage as thisVkShaderEXT.Ptr
, but with the new size.VkShaderModule.Ptr.reinterpret
(long newSize) Assume theVkShaderModule.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkShaderModule.Ptr
that uses the same backing storage as thisVkShaderModule.Ptr
, but with the new size.VkSurfaceKHR.Ptr.reinterpret
(long newSize) Assume theVkSurfaceKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSurfaceKHR.Ptr
that uses the same backing storage as thisVkSurfaceKHR.Ptr
, but with the new size.VkSwapchainKHR.Ptr.reinterpret
(long newSize) Assume theVkSwapchainKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSwapchainKHR.Ptr
that uses the same backing storage as thisVkSwapchainKHR.Ptr
, but with the new size.VkValidationCacheEXT.Ptr.reinterpret
(long newSize) Assume theVkValidationCacheEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkValidationCacheEXT.Ptr
that uses the same backing storage as thisVkValidationCacheEXT.Ptr
, but with the new size.VkVideoSessionKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoSessionKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkVideoSessionKHR.Ptr
that uses the same backing storage as thisVkVideoSessionKHR.Ptr
, but with the new size.VkVideoSessionParametersKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoSessionParametersKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkVideoSessionParametersKHR.Ptr
that 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.Ptr
WGPUAdapterInfo.Ptr.reinterpret
(long newSize) Assume theWGPUAdapterInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUAdapterInfo.Ptr
that uses the same backing storage as thisWGPUAdapterInfo.Ptr
, but with the new size.@NotNull WGPUBindGroupDescriptor.Ptr
WGPUBindGroupDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroupDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBindGroupDescriptor.Ptr
that uses the same backing storage as thisWGPUBindGroupDescriptor.Ptr
, but with the new size.@NotNull WGPUBindGroupEntry.Ptr
WGPUBindGroupEntry.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroupEntry.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBindGroupEntry.Ptr
that uses the same backing storage as thisWGPUBindGroupEntry.Ptr
, but with the new size.@NotNull WGPUBindGroupEntryExtras.Ptr
WGPUBindGroupEntryExtras.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroupEntryExtras.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBindGroupEntryExtras.Ptr
that uses the same backing storage as thisWGPUBindGroupEntryExtras.Ptr
, but with the new size.@NotNull WGPUBindGroupLayoutDescriptor.Ptr
WGPUBindGroupLayoutDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroupLayoutDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBindGroupLayoutDescriptor.Ptr
that uses the same backing storage as thisWGPUBindGroupLayoutDescriptor.Ptr
, but with the new size.@NotNull WGPUBindGroupLayoutEntry.Ptr
WGPUBindGroupLayoutEntry.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroupLayoutEntry.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBindGroupLayoutEntry.Ptr
that uses the same backing storage as thisWGPUBindGroupLayoutEntry.Ptr
, but with the new size.@NotNull WGPUBindGroupLayoutEntryExtras.Ptr
WGPUBindGroupLayoutEntryExtras.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroupLayoutEntryExtras.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBindGroupLayoutEntryExtras.Ptr
that uses the same backing storage as thisWGPUBindGroupLayoutEntryExtras.Ptr
, but with the new size.@NotNull WGPUBlendComponent.Ptr
WGPUBlendComponent.Ptr.reinterpret
(long newSize) Assume theWGPUBlendComponent.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBlendComponent.Ptr
that uses the same backing storage as thisWGPUBlendComponent.Ptr
, but with the new size.@NotNull WGPUBlendState.Ptr
WGPUBlendState.Ptr.reinterpret
(long newSize) Assume theWGPUBlendState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBlendState.Ptr
that uses the same backing storage as thisWGPUBlendState.Ptr
, but with the new size.@NotNull WGPUBufferBindingLayout.Ptr
WGPUBufferBindingLayout.Ptr.reinterpret
(long newSize) Assume theWGPUBufferBindingLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBufferBindingLayout.Ptr
that uses the same backing storage as thisWGPUBufferBindingLayout.Ptr
, but with the new size.@NotNull WGPUBufferDescriptor.Ptr
WGPUBufferDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUBufferDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBufferDescriptor.Ptr
that uses the same backing storage as thisWGPUBufferDescriptor.Ptr
, but with the new size.@NotNull WGPUBufferMapCallbackInfo.Ptr
WGPUBufferMapCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUBufferMapCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBufferMapCallbackInfo.Ptr
that uses the same backing storage as thisWGPUBufferMapCallbackInfo.Ptr
, but with the new size.@NotNull WGPUChainedStruct.Ptr
WGPUChainedStruct.Ptr.reinterpret
(long newSize) Assume theWGPUChainedStruct.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUChainedStruct.Ptr
that uses the same backing storage as thisWGPUChainedStruct.Ptr
, but with the new size.@NotNull WGPUChainedStructOut.Ptr
WGPUChainedStructOut.Ptr.reinterpret
(long newSize) Assume theWGPUChainedStructOut.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUChainedStructOut.Ptr
that uses the same backing storage as thisWGPUChainedStructOut.Ptr
, but with the new size.@NotNull WGPUColor.Ptr
WGPUColor.Ptr.reinterpret
(long newSize) Assume theWGPUColor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUColor.Ptr
that uses the same backing storage as thisWGPUColor.Ptr
, but with the new size.@NotNull WGPUColorTargetState.Ptr
WGPUColorTargetState.Ptr.reinterpret
(long newSize) Assume theWGPUColorTargetState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUColorTargetState.Ptr
that uses the same backing storage as thisWGPUColorTargetState.Ptr
, but with the new size.@NotNull WGPUCommandBufferDescriptor.Ptr
WGPUCommandBufferDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUCommandBufferDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCommandBufferDescriptor.Ptr
that uses the same backing storage as thisWGPUCommandBufferDescriptor.Ptr
, but with the new size.@NotNull WGPUCommandEncoderDescriptor.Ptr
WGPUCommandEncoderDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUCommandEncoderDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCommandEncoderDescriptor.Ptr
that uses the same backing storage as thisWGPUCommandEncoderDescriptor.Ptr
, but with the new size.@NotNull WGPUCompilationInfo.Ptr
WGPUCompilationInfo.Ptr.reinterpret
(long newSize) Assume theWGPUCompilationInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCompilationInfo.Ptr
that uses the same backing storage as thisWGPUCompilationInfo.Ptr
, but with the new size.@NotNull WGPUCompilationInfoCallbackInfo.Ptr
WGPUCompilationInfoCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUCompilationInfoCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCompilationInfoCallbackInfo.Ptr
that uses the same backing storage as thisWGPUCompilationInfoCallbackInfo.Ptr
, but with the new size.@NotNull WGPUCompilationMessage.Ptr
WGPUCompilationMessage.Ptr.reinterpret
(long newSize) Assume theWGPUCompilationMessage.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCompilationMessage.Ptr
that uses the same backing storage as thisWGPUCompilationMessage.Ptr
, but with the new size.@NotNull WGPUComputePassDescriptor.Ptr
WGPUComputePassDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUComputePassDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUComputePassDescriptor.Ptr
that uses the same backing storage as thisWGPUComputePassDescriptor.Ptr
, but with the new size.@NotNull WGPUComputePassTimestampWrites.Ptr
WGPUComputePassTimestampWrites.Ptr.reinterpret
(long newSize) Assume theWGPUComputePassTimestampWrites.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUComputePassTimestampWrites.Ptr
that uses the same backing storage as thisWGPUComputePassTimestampWrites.Ptr
, but with the new size.@NotNull WGPUComputePipelineDescriptor.Ptr
WGPUComputePipelineDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUComputePipelineDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUComputePipelineDescriptor.Ptr
that uses the same backing storage as thisWGPUComputePipelineDescriptor.Ptr
, but with the new size.@NotNull WGPUConstantEntry.Ptr
WGPUConstantEntry.Ptr.reinterpret
(long newSize) Assume theWGPUConstantEntry.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUConstantEntry.Ptr
that uses the same backing storage as thisWGPUConstantEntry.Ptr
, but with the new size.WGPUCreateComputePipelineAsyncCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUCreateComputePipelineAsyncCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCreateComputePipelineAsyncCallbackInfo.Ptr
that uses the same backing storage as thisWGPUCreateComputePipelineAsyncCallbackInfo.Ptr
, but with the new size.WGPUCreateRenderPipelineAsyncCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUCreateRenderPipelineAsyncCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCreateRenderPipelineAsyncCallbackInfo.Ptr
that uses the same backing storage as thisWGPUCreateRenderPipelineAsyncCallbackInfo.Ptr
, but with the new size.@NotNull WGPUDepthStencilState.Ptr
WGPUDepthStencilState.Ptr.reinterpret
(long newSize) Assume theWGPUDepthStencilState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUDepthStencilState.Ptr
that uses the same backing storage as thisWGPUDepthStencilState.Ptr
, but with the new size.@NotNull WGPUDeviceDescriptor.Ptr
WGPUDeviceDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUDeviceDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUDeviceDescriptor.Ptr
that uses the same backing storage as thisWGPUDeviceDescriptor.Ptr
, but with the new size.@NotNull WGPUDeviceExtras.Ptr
WGPUDeviceExtras.Ptr.reinterpret
(long newSize) Assume theWGPUDeviceExtras.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUDeviceExtras.Ptr
that uses the same backing storage as thisWGPUDeviceExtras.Ptr
, but with the new size.@NotNull WGPUDeviceLostCallbackInfo.Ptr
WGPUDeviceLostCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUDeviceLostCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUDeviceLostCallbackInfo.Ptr
that uses the same backing storage as thisWGPUDeviceLostCallbackInfo.Ptr
, but with the new size.@NotNull WGPUExtent3d.Ptr
WGPUExtent3d.Ptr.reinterpret
(long newSize) Assume theWGPUExtent3d.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUExtent3d.Ptr
that uses the same backing storage as thisWGPUExtent3d.Ptr
, but with the new size.@NotNull WGPUFragmentState.Ptr
WGPUFragmentState.Ptr.reinterpret
(long newSize) Assume theWGPUFragmentState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUFragmentState.Ptr
that uses the same backing storage as thisWGPUFragmentState.Ptr
, but with the new size.@NotNull WGPUFuture.Ptr
WGPUFuture.Ptr.reinterpret
(long newSize) Assume theWGPUFuture.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUFuture.Ptr
that uses the same backing storage as thisWGPUFuture.Ptr
, but with the new size.@NotNull WGPUFutureWaitInfo.Ptr
WGPUFutureWaitInfo.Ptr.reinterpret
(long newSize) Assume theWGPUFutureWaitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUFutureWaitInfo.Ptr
that uses the same backing storage as thisWGPUFutureWaitInfo.Ptr
, but with the new size.@NotNull WGPUGlobalReport.Ptr
WGPUGlobalReport.Ptr.reinterpret
(long newSize) Assume theWGPUGlobalReport.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUGlobalReport.Ptr
that uses the same backing storage as thisWGPUGlobalReport.Ptr
, but with the new size.@NotNull WGPUHubReport.Ptr
WGPUHubReport.Ptr.reinterpret
(long newSize) Assume theWGPUHubReport.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUHubReport.Ptr
that uses the same backing storage as thisWGPUHubReport.Ptr
, but with the new size.@NotNull WGPUInstanceCapabilities.Ptr
WGPUInstanceCapabilities.Ptr.reinterpret
(long newSize) Assume theWGPUInstanceCapabilities.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUInstanceCapabilities.Ptr
that uses the same backing storage as thisWGPUInstanceCapabilities.Ptr
, but with the new size.@NotNull WGPUInstanceDescriptor.Ptr
WGPUInstanceDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUInstanceDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUInstanceDescriptor.Ptr
that uses the same backing storage as thisWGPUInstanceDescriptor.Ptr
, but with the new size.WGPUInstanceEnumerateAdapterOptions.Ptr.reinterpret
(long newSize) Assume theWGPUInstanceEnumerateAdapterOptions.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUInstanceEnumerateAdapterOptions.Ptr
that uses the same backing storage as thisWGPUInstanceEnumerateAdapterOptions.Ptr
, but with the new size.@NotNull WGPUInstanceExtras.Ptr
WGPUInstanceExtras.Ptr.reinterpret
(long newSize) Assume theWGPUInstanceExtras.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUInstanceExtras.Ptr
that uses the same backing storage as thisWGPUInstanceExtras.Ptr
, but with the new size.@NotNull WGPULimits.Ptr
WGPULimits.Ptr.reinterpret
(long newSize) Assume theWGPULimits.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPULimits.Ptr
that uses the same backing storage as thisWGPULimits.Ptr
, but with the new size.@NotNull WGPUMultisampleState.Ptr
WGPUMultisampleState.Ptr.reinterpret
(long newSize) Assume theWGPUMultisampleState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUMultisampleState.Ptr
that uses the same backing storage as thisWGPUMultisampleState.Ptr
, but with the new size.@NotNull WGPUNativeLimits.Ptr
WGPUNativeLimits.Ptr.reinterpret
(long newSize) Assume theWGPUNativeLimits.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUNativeLimits.Ptr
that uses the same backing storage as thisWGPUNativeLimits.Ptr
, but with the new size.@NotNull WGPUOrigin3d.Ptr
WGPUOrigin3d.Ptr.reinterpret
(long newSize) Assume theWGPUOrigin3d.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUOrigin3d.Ptr
that uses the same backing storage as thisWGPUOrigin3d.Ptr
, but with the new size.@NotNull WGPUPipelineLayoutDescriptor.Ptr
WGPUPipelineLayoutDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUPipelineLayoutDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUPipelineLayoutDescriptor.Ptr
that uses the same backing storage as thisWGPUPipelineLayoutDescriptor.Ptr
, but with the new size.@NotNull WGPUPipelineLayoutExtras.Ptr
WGPUPipelineLayoutExtras.Ptr.reinterpret
(long newSize) Assume theWGPUPipelineLayoutExtras.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUPipelineLayoutExtras.Ptr
that uses the same backing storage as thisWGPUPipelineLayoutExtras.Ptr
, but with the new size.@NotNull WGPUPopErrorScopeCallbackInfo.Ptr
WGPUPopErrorScopeCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUPopErrorScopeCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUPopErrorScopeCallbackInfo.Ptr
that uses the same backing storage as thisWGPUPopErrorScopeCallbackInfo.Ptr
, but with the new size.@NotNull WGPUPrimitiveState.Ptr
WGPUPrimitiveState.Ptr.reinterpret
(long newSize) Assume theWGPUPrimitiveState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUPrimitiveState.Ptr
that uses the same backing storage as thisWGPUPrimitiveState.Ptr
, but with the new size.@NotNull WGPUProgrammableStageDescriptor.Ptr
WGPUProgrammableStageDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUProgrammableStageDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUProgrammableStageDescriptor.Ptr
that uses the same backing storage as thisWGPUProgrammableStageDescriptor.Ptr
, but with the new size.@NotNull WGPUPushConstantRange.Ptr
WGPUPushConstantRange.Ptr.reinterpret
(long newSize) Assume theWGPUPushConstantRange.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUPushConstantRange.Ptr
that uses the same backing storage as thisWGPUPushConstantRange.Ptr
, but with the new size.@NotNull WGPUQuerySetDescriptor.Ptr
WGPUQuerySetDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUQuerySetDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUQuerySetDescriptor.Ptr
that uses the same backing storage as thisWGPUQuerySetDescriptor.Ptr
, but with the new size.@NotNull WGPUQuerySetDescriptorExtras.Ptr
WGPUQuerySetDescriptorExtras.Ptr.reinterpret
(long newSize) Assume theWGPUQuerySetDescriptorExtras.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUQuerySetDescriptorExtras.Ptr
that uses the same backing storage as thisWGPUQuerySetDescriptorExtras.Ptr
, but with the new size.@NotNull WGPUQueueDescriptor.Ptr
WGPUQueueDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUQueueDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUQueueDescriptor.Ptr
that uses the same backing storage as thisWGPUQueueDescriptor.Ptr
, but with the new size.@NotNull WGPUQueueWorkDoneCallbackInfo.Ptr
WGPUQueueWorkDoneCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUQueueWorkDoneCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUQueueWorkDoneCallbackInfo.Ptr
that uses the same backing storage as thisWGPUQueueWorkDoneCallbackInfo.Ptr
, but with the new size.@NotNull WGPURegistryReport.Ptr
WGPURegistryReport.Ptr.reinterpret
(long newSize) Assume theWGPURegistryReport.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURegistryReport.Ptr
that uses the same backing storage as thisWGPURegistryReport.Ptr
, but with the new size.@NotNull WGPURenderBundleDescriptor.Ptr
WGPURenderBundleDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPURenderBundleDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderBundleDescriptor.Ptr
that uses the same backing storage as thisWGPURenderBundleDescriptor.Ptr
, but with the new size.WGPURenderBundleEncoderDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPURenderBundleEncoderDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderBundleEncoderDescriptor.Ptr
that uses the same backing storage as thisWGPURenderBundleEncoderDescriptor.Ptr
, but with the new size.@NotNull WGPURenderPassColorAttachment.Ptr
WGPURenderPassColorAttachment.Ptr.reinterpret
(long newSize) Assume theWGPURenderPassColorAttachment.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderPassColorAttachment.Ptr
that uses the same backing storage as thisWGPURenderPassColorAttachment.Ptr
, but with the new size.WGPURenderPassDepthStencilAttachment.Ptr.reinterpret
(long newSize) Assume theWGPURenderPassDepthStencilAttachment.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderPassDepthStencilAttachment.Ptr
that uses the same backing storage as thisWGPURenderPassDepthStencilAttachment.Ptr
, but with the new size.@NotNull WGPURenderPassDescriptor.Ptr
WGPURenderPassDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPURenderPassDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderPassDescriptor.Ptr
that uses the same backing storage as thisWGPURenderPassDescriptor.Ptr
, but with the new size.@NotNull WGPURenderPassMaxDrawCount.Ptr
WGPURenderPassMaxDrawCount.Ptr.reinterpret
(long newSize) Assume theWGPURenderPassMaxDrawCount.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderPassMaxDrawCount.Ptr
that uses the same backing storage as thisWGPURenderPassMaxDrawCount.Ptr
, but with the new size.@NotNull WGPURenderPassTimestampWrites.Ptr
WGPURenderPassTimestampWrites.Ptr.reinterpret
(long newSize) Assume theWGPURenderPassTimestampWrites.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderPassTimestampWrites.Ptr
that uses the same backing storage as thisWGPURenderPassTimestampWrites.Ptr
, but with the new size.@NotNull WGPURenderPipelineDescriptor.Ptr
WGPURenderPipelineDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPURenderPipelineDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderPipelineDescriptor.Ptr
that uses the same backing storage as thisWGPURenderPipelineDescriptor.Ptr
, but with the new size.@NotNull WGPURequestAdapterCallbackInfo.Ptr
WGPURequestAdapterCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPURequestAdapterCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURequestAdapterCallbackInfo.Ptr
that uses the same backing storage as thisWGPURequestAdapterCallbackInfo.Ptr
, but with the new size.@NotNull WGPURequestAdapterOptions.Ptr
WGPURequestAdapterOptions.Ptr.reinterpret
(long newSize) Assume theWGPURequestAdapterOptions.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURequestAdapterOptions.Ptr
that uses the same backing storage as thisWGPURequestAdapterOptions.Ptr
, but with the new size.@NotNull WGPURequestDeviceCallbackInfo.Ptr
WGPURequestDeviceCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPURequestDeviceCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURequestDeviceCallbackInfo.Ptr
that uses the same backing storage as thisWGPURequestDeviceCallbackInfo.Ptr
, but with the new size.@NotNull WGPUSamplerBindingLayout.Ptr
WGPUSamplerBindingLayout.Ptr.reinterpret
(long newSize) Assume theWGPUSamplerBindingLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSamplerBindingLayout.Ptr
that uses the same backing storage as thisWGPUSamplerBindingLayout.Ptr
, but with the new size.@NotNull WGPUSamplerDescriptor.Ptr
WGPUSamplerDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUSamplerDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSamplerDescriptor.Ptr
that uses the same backing storage as thisWGPUSamplerDescriptor.Ptr
, but with the new size.@NotNull WGPUShaderDefine.Ptr
WGPUShaderDefine.Ptr.reinterpret
(long newSize) Assume theWGPUShaderDefine.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUShaderDefine.Ptr
that uses the same backing storage as thisWGPUShaderDefine.Ptr
, but with the new size.@NotNull WGPUShaderModuleDescriptor.Ptr
WGPUShaderModuleDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUShaderModuleDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUShaderModuleDescriptor.Ptr
that uses the same backing storage as thisWGPUShaderModuleDescriptor.Ptr
, but with the new size.@NotNull WGPUShaderModuleDescriptorSpirV.Ptr
WGPUShaderModuleDescriptorSpirV.Ptr.reinterpret
(long newSize) Assume theWGPUShaderModuleDescriptorSpirV.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUShaderModuleDescriptorSpirV.Ptr
that uses the same backing storage as thisWGPUShaderModuleDescriptorSpirV.Ptr
, but with the new size.@NotNull WGPUShaderSourceGLSL.Ptr
WGPUShaderSourceGLSL.Ptr.reinterpret
(long newSize) Assume theWGPUShaderSourceGLSL.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUShaderSourceGLSL.Ptr
that uses the same backing storage as thisWGPUShaderSourceGLSL.Ptr
, but with the new size.@NotNull WGPUShaderSourceSpirv.Ptr
WGPUShaderSourceSpirv.Ptr.reinterpret
(long newSize) Assume theWGPUShaderSourceSpirv.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUShaderSourceSpirv.Ptr
that uses the same backing storage as thisWGPUShaderSourceSpirv.Ptr
, but with the new size.@NotNull WGPUShaderSourceWgsl.Ptr
WGPUShaderSourceWgsl.Ptr.reinterpret
(long newSize) Assume theWGPUShaderSourceWgsl.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUShaderSourceWgsl.Ptr
that uses the same backing storage as thisWGPUShaderSourceWgsl.Ptr
, but with the new size.@NotNull WGPUStencilFaceState.Ptr
WGPUStencilFaceState.Ptr.reinterpret
(long newSize) Assume theWGPUStencilFaceState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUStencilFaceState.Ptr
that uses the same backing storage as thisWGPUStencilFaceState.Ptr
, but with the new size.@NotNull WGPUStorageTextureBindingLayout.Ptr
WGPUStorageTextureBindingLayout.Ptr.reinterpret
(long newSize) Assume theWGPUStorageTextureBindingLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUStorageTextureBindingLayout.Ptr
that uses the same backing storage as thisWGPUStorageTextureBindingLayout.Ptr
, but with the new size.@NotNull WGPUStringView.Ptr
WGPUStringView.Ptr.reinterpret
(long newSize) Assume theWGPUStringView.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUStringView.Ptr
that uses the same backing storage as thisWGPUStringView.Ptr
, but with the new size.@NotNull WGPUSupportedFeatures.Ptr
WGPUSupportedFeatures.Ptr.reinterpret
(long newSize) Assume theWGPUSupportedFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSupportedFeatures.Ptr
that uses the same backing storage as thisWGPUSupportedFeatures.Ptr
, but with the new size.WGPUSupportedWgslLanguageFeatures.Ptr.reinterpret
(long newSize) Assume theWGPUSupportedWgslLanguageFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSupportedWgslLanguageFeatures.Ptr
that uses the same backing storage as thisWGPUSupportedWgslLanguageFeatures.Ptr
, but with the new size.@NotNull WGPUSurfaceCapabilities.Ptr
WGPUSurfaceCapabilities.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceCapabilities.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceCapabilities.Ptr
that uses the same backing storage as thisWGPUSurfaceCapabilities.Ptr
, but with the new size.@NotNull WGPUSurfaceConfiguration.Ptr
WGPUSurfaceConfiguration.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceConfiguration.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceConfiguration.Ptr
that uses the same backing storage as thisWGPUSurfaceConfiguration.Ptr
, but with the new size.@NotNull WGPUSurfaceConfigurationExtras.Ptr
WGPUSurfaceConfigurationExtras.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceConfigurationExtras.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceConfigurationExtras.Ptr
that uses the same backing storage as thisWGPUSurfaceConfigurationExtras.Ptr
, but with the new size.@NotNull WGPUSurfaceDescriptor.Ptr
WGPUSurfaceDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceDescriptor.Ptr
that uses the same backing storage as thisWGPUSurfaceDescriptor.Ptr
, but with the new size.WGPUSurfaceSourceAndroidNativeWindow.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceSourceAndroidNativeWindow.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceSourceAndroidNativeWindow.Ptr
that uses the same backing storage as thisWGPUSurfaceSourceAndroidNativeWindow.Ptr
, but with the new size.@NotNull WGPUSurfaceSourceMetalLayer.Ptr
WGPUSurfaceSourceMetalLayer.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceSourceMetalLayer.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceSourceMetalLayer.Ptr
that uses the same backing storage as thisWGPUSurfaceSourceMetalLayer.Ptr
, but with the new size.@NotNull WGPUSurfaceSourceWaylandSurface.Ptr
WGPUSurfaceSourceWaylandSurface.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceSourceWaylandSurface.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceSourceWaylandSurface.Ptr
that uses the same backing storage as thisWGPUSurfaceSourceWaylandSurface.Ptr
, but with the new size.@NotNull WGPUSurfaceSourceWindowsHwnd.Ptr
WGPUSurfaceSourceWindowsHwnd.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceSourceWindowsHwnd.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceSourceWindowsHwnd.Ptr
that uses the same backing storage as thisWGPUSurfaceSourceWindowsHwnd.Ptr
, but with the new size.@NotNull WGPUSurfaceSourceXcbWindow.Ptr
WGPUSurfaceSourceXcbWindow.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceSourceXcbWindow.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceSourceXcbWindow.Ptr
that uses the same backing storage as thisWGPUSurfaceSourceXcbWindow.Ptr
, but with the new size.@NotNull WGPUSurfaceSourceXlibWindow.Ptr
WGPUSurfaceSourceXlibWindow.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceSourceXlibWindow.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceSourceXlibWindow.Ptr
that uses the same backing storage as thisWGPUSurfaceSourceXlibWindow.Ptr
, but with the new size.@NotNull WGPUSurfaceTexture.Ptr
WGPUSurfaceTexture.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceTexture.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceTexture.Ptr
that uses the same backing storage as thisWGPUSurfaceTexture.Ptr
, but with the new size.@NotNull WGPUTexelCopyBufferInfo.Ptr
WGPUTexelCopyBufferInfo.Ptr.reinterpret
(long newSize) Assume theWGPUTexelCopyBufferInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUTexelCopyBufferInfo.Ptr
that uses the same backing storage as thisWGPUTexelCopyBufferInfo.Ptr
, but with the new size.@NotNull WGPUTexelCopyBufferLayout.Ptr
WGPUTexelCopyBufferLayout.Ptr.reinterpret
(long newSize) Assume theWGPUTexelCopyBufferLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUTexelCopyBufferLayout.Ptr
that uses the same backing storage as thisWGPUTexelCopyBufferLayout.Ptr
, but with the new size.@NotNull WGPUTexelCopyTextureInfo.Ptr
WGPUTexelCopyTextureInfo.Ptr.reinterpret
(long newSize) Assume theWGPUTexelCopyTextureInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUTexelCopyTextureInfo.Ptr
that uses the same backing storage as thisWGPUTexelCopyTextureInfo.Ptr
, but with the new size.@NotNull WGPUTextureBindingLayout.Ptr
WGPUTextureBindingLayout.Ptr.reinterpret
(long newSize) Assume theWGPUTextureBindingLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUTextureBindingLayout.Ptr
that uses the same backing storage as thisWGPUTextureBindingLayout.Ptr
, but with the new size.@NotNull WGPUTextureDescriptor.Ptr
WGPUTextureDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUTextureDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUTextureDescriptor.Ptr
that uses the same backing storage as thisWGPUTextureDescriptor.Ptr
, but with the new size.@NotNull WGPUTextureViewDescriptor.Ptr
WGPUTextureViewDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUTextureViewDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUTextureViewDescriptor.Ptr
that uses the same backing storage as thisWGPUTextureViewDescriptor.Ptr
, but with the new size.@NotNull WGPUUncapturedErrorCallbackInfo.Ptr
WGPUUncapturedErrorCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUUncapturedErrorCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUUncapturedErrorCallbackInfo.Ptr
that uses the same backing storage as thisWGPUUncapturedErrorCallbackInfo.Ptr
, but with the new size.@NotNull WGPUVertexAttribute.Ptr
WGPUVertexAttribute.Ptr.reinterpret
(long newSize) Assume theWGPUVertexAttribute.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUVertexAttribute.Ptr
that uses the same backing storage as thisWGPUVertexAttribute.Ptr
, but with the new size.@NotNull WGPUVertexBufferLayout.Ptr
WGPUVertexBufferLayout.Ptr.reinterpret
(long newSize) Assume theWGPUVertexBufferLayout.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUVertexBufferLayout.Ptr
that uses the same backing storage as thisWGPUVertexBufferLayout.Ptr
, but with the new size.@NotNull WGPUVertexState.Ptr
WGPUVertexState.Ptr.reinterpret
(long newSize) Assume theWGPUVertexState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUVertexState.Ptr
that 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.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUAdapter.Ptr
that uses the same backing storage as thisWGPUAdapter.Ptr
, but with the new size.WGPUBindGroup.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroup.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUBindGroup.Ptr
that uses the same backing storage as thisWGPUBindGroup.Ptr
, but with the new size.WGPUBindGroupLayout.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroupLayout.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUBindGroupLayout.Ptr
that uses the same backing storage as thisWGPUBindGroupLayout.Ptr
, but with the new size.WGPUBuffer.Ptr.reinterpret
(long newSize) Assume theWGPUBuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUBuffer.Ptr
that uses the same backing storage as thisWGPUBuffer.Ptr
, but with the new size.WGPUCommandBuffer.Ptr.reinterpret
(long newSize) Assume theWGPUCommandBuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUCommandBuffer.Ptr
that uses the same backing storage as thisWGPUCommandBuffer.Ptr
, but with the new size.WGPUCommandEncoder.Ptr.reinterpret
(long newSize) Assume theWGPUCommandEncoder.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUCommandEncoder.Ptr
that uses the same backing storage as thisWGPUCommandEncoder.Ptr
, but with the new size.WGPUComputePassEncoder.Ptr.reinterpret
(long newSize) Assume theWGPUComputePassEncoder.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUComputePassEncoder.Ptr
that uses the same backing storage as thisWGPUComputePassEncoder.Ptr
, but with the new size.WGPUComputePipeline.Ptr.reinterpret
(long newSize) Assume theWGPUComputePipeline.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUComputePipeline.Ptr
that uses the same backing storage as thisWGPUComputePipeline.Ptr
, but with the new size.WGPUDevice.Ptr.reinterpret
(long newSize) Assume theWGPUDevice.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUDevice.Ptr
that uses the same backing storage as thisWGPUDevice.Ptr
, but with the new size.WGPUInstance.Ptr.reinterpret
(long newSize) Assume theWGPUInstance.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUInstance.Ptr
that uses the same backing storage as thisWGPUInstance.Ptr
, but with the new size.WGPUPipelineLayout.Ptr.reinterpret
(long newSize) Assume theWGPUPipelineLayout.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUPipelineLayout.Ptr
that uses the same backing storage as thisWGPUPipelineLayout.Ptr
, but with the new size.WGPUQuerySet.Ptr.reinterpret
(long newSize) Assume theWGPUQuerySet.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUQuerySet.Ptr
that uses the same backing storage as thisWGPUQuerySet.Ptr
, but with the new size.WGPUQueue.Ptr.reinterpret
(long newSize) Assume theWGPUQueue.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUQueue.Ptr
that uses the same backing storage as thisWGPUQueue.Ptr
, but with the new size.WGPURenderBundle.Ptr.reinterpret
(long newSize) Assume theWGPURenderBundle.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPURenderBundle.Ptr
that uses the same backing storage as thisWGPURenderBundle.Ptr
, but with the new size.WGPURenderBundleEncoder.Ptr.reinterpret
(long newSize) Assume theWGPURenderBundleEncoder.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPURenderBundleEncoder.Ptr
that uses the same backing storage as thisWGPURenderBundleEncoder.Ptr
, but with the new size.WGPURenderPassEncoder.Ptr.reinterpret
(long newSize) Assume theWGPURenderPassEncoder.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPURenderPassEncoder.Ptr
that uses the same backing storage as thisWGPURenderPassEncoder.Ptr
, but with the new size.WGPURenderPipeline.Ptr.reinterpret
(long newSize) Assume theWGPURenderPipeline.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPURenderPipeline.Ptr
that uses the same backing storage as thisWGPURenderPipeline.Ptr
, but with the new size.WGPUSampler.Ptr.reinterpret
(long newSize) Assume theWGPUSampler.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUSampler.Ptr
that uses the same backing storage as thisWGPUSampler.Ptr
, but with the new size.WGPUShaderModule.Ptr.reinterpret
(long newSize) Assume theWGPUShaderModule.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUShaderModule.Ptr
that uses the same backing storage as thisWGPUShaderModule.Ptr
, but with the new size.WGPUSurface.Ptr.reinterpret
(long newSize) Assume theWGPUSurface.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUSurface.Ptr
that uses the same backing storage as thisWGPUSurface.Ptr
, but with the new size.WGPUTexture.Ptr.reinterpret
(long newSize) Assume theWGPUTexture.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUTexture.Ptr
that uses the same backing storage as thisWGPUTexture.Ptr
, but with the new size.WGPUTextureView.Ptr.reinterpret
(long newSize) Assume theWGPUTextureView.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUTextureView.Ptr
that uses the same backing storage as thisWGPUTextureView.Ptr
, but with the new size.