Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::ExpandPixelsAttribs Struct Reference

Parameters of the ExpandPixels function. More...

#include <TextureUtilities.h>

Public Attributes

Uint32 SrcWidth = 0
 Source texture width.
 
Uint32 SrcHeight = 0
 Source texture height.
 
Uint32 ComponentSize = 0
 Texture component size in bytes.
 
Uint32 ComponentCount = 0
 Component count.
 
const void * pSrcPixels = nullptr
 A pointer to source pixels.
 
Uint32 SrcStride = 0
 Source stride in bytes.
 
Uint32 DstWidth = 0
 Destination texture width.
 
Uint32 DstHeight = 0
 Destination texture height.
 
void * pDstPixels = nullptr
 A pointer to destination pixels.
 
Uint32 DstStride = 0
 Destination stride in bytes.
 

Detailed Description

Parameters of the ExpandPixels function.