Diligent Engine  v.2.4.g
Public Member Functions | Public Attributes | List of all members
Diligent::MappedTextureSubresource Struct Reference

#include <Texture.h>

Public Member Functions

 MappedTextureSubresource () noexcept
 
 MappedTextureSubresource (PVoid _pData, Uint32 _Stride, Uint32 _DepthStride=0) noexcept
 

Public Attributes

PVoid pData = nullptr
 
Uint32 Stride = 0
 
Uint32 DepthStride = 0
 

Constructor & Destructor Documentation

◆ MappedTextureSubresource() [1/2]

Diligent::MappedTextureSubresource::MappedTextureSubresource ( )
inlinenoexcept

◆ MappedTextureSubresource() [2/2]

Diligent::MappedTextureSubresource::MappedTextureSubresource ( PVoid  _pData,
Uint32  _Stride,
Uint32  _DepthStride = 0 
)
inlinenoexcept

Member Data Documentation

◆ DepthStride

Uint32 Diligent::MappedTextureSubresource::DepthStride = 0

◆ pData

PVoid Diligent::MappedTextureSubresource::pData = nullptr

◆ Stride

Uint32 Diligent::MappedTextureSubresource::Stride = 0

The documentation for this struct was generated from the following file: