CFx SDK Documentation  2020SP3
Classes | Macros
OdBlob.h File Reference
#include "MemoryStreamImpl.h"
#include "StaticRxObject.h"

Go to the source code of this file.

Classes

class  OdBlob
 

Macros

#define BLOB_DATA(type, name)
 

Macro Definition Documentation

◆ BLOB_DATA

#define BLOB_DATA (   type,
  name 
)
Value:
inline type OdBlob::rd##name() \
{\
type val;\
getBytes(&val, sizeof(type));\
return val;\
}\
inline void OdBlob::wr##name(type val)\
{ putBytes(&val, sizeof(type));}

Definition at line 81 of file OdBlob.h.

name
GLuint const GLchar * name
Definition: gles2_ext.h:265
type
GLuint GLsizei GLsizei GLint GLenum * type
Definition: gles2_ext.h:274