Home -> IFrameBuffer -> UnbindMultiSamplingResolveTexture
Description
The UnbindMultiSamplingResolveTexture method unbinds a preiously bound multisample resolve texture.
Usage
void UnbindMultiSamplingResolveTexture(AttachmentType type, size_t index = 0);
Argument list
- type [AttachmentType]
- The attachment type to unbind from multisample resolution.
- index [size_t]
- The attachment index within the specified attachment type.