![]() |
Paradox Game Engine
v1.0.0 beta06
|
#include <DirectXTex.h>
Public Member Functions | |
Blob () | |
Blob (Blob &&moveFrom) | |
~Blob () | |
Blob & | operator= (Blob &&moveFrom) |
HRESULT | Initialize (_In_ size_t size) |
void | Release () |
void * | GetBufferPointer () const |
size_t | GetBufferSize () const |
Definition at line 285 of file DirectXTex.h.
DirectX::Blob::Blob | ( | ) |
Definition at line 288 of file DirectXTex.h.
DirectX::Blob::Blob | ( | Blob && | moveFrom | ) |
Definition at line 289 of file DirectXTex.h.
DirectX::Blob::~Blob | ( | ) |
Definition at line 290 of file DirectXTex.h.
References Release().
void* DirectX::Blob::GetBufferPointer | ( | ) | const |
Definition at line 298 of file DirectXTex.h.
Referenced by DirectX::SaveToDDSMemory(), DirectX::SaveToTGAFile(), DirectX::SaveToTGAMemory(), and DirectX::SaveToWICMemory().
size_t DirectX::Blob::GetBufferSize | ( | ) | const |
Definition at line 299 of file DirectXTex.h.
Referenced by DirectX::SaveToDDSMemory(), DirectX::SaveToTGAFile(), DirectX::SaveToTGAMemory(), and DirectX::SaveToWICMemory().
_Use_decl_annotations_ HRESULT DirectX::Blob::Initialize | ( | _In_ size_t | size | ) |
Definition at line 1010 of file DirectXTexUtil.cpp.
References Release(), and DirectX::size.
Referenced by DirectX::SaveToDDSMemory(), DirectX::SaveToTGAMemory(), and DirectX::SaveToWICMemory().
Definition at line 983 of file DirectXTexUtil.cpp.
References Release().
void DirectX::Blob::Release | ( | ) |
Definition at line 998 of file DirectXTexUtil.cpp.
Referenced by Initialize(), operator=(), DirectX::SaveToDDSMemory(), DirectX::SaveToTGAMemory(), DirectX::SaveToWICMemory(), and ~Blob().