resize - multiple declarations
Function resize
Recreates a new swap chain given an extant swap chain and a new size.
Usually called as the result of a swap chain's underlying Surface having been resized, e.g. the user resized your app's window.
Function resize
Recreates a new texture given an extant texture and a new size.
Remarks
Be aware this operation does not copy any data from the extant texture.
Function resize
Recreates a new buffer given an extant buffer and a new size.
Remarks
Be aware this operation does not copy any data from the extant buffer.