Uses of Annotation Interface
club.doki7.ffm.annotation.Unsafe
Packages that use Unsafe
Package
Description
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.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 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.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.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.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.