Diligent Engine  v.2.4.g
Namespaces | Typedefs | Variables
BasicTypes.h File Reference
#include "CommonDefinitions.h"
#include <cstdint>
#include <string>

Go to the source code of this file.

Namespaces

 Diligent
 The library uses Direct3D-style math:
 

Typedefs

typedef float Diligent::Float32
 32-bit float More...
 
typedef int64_t Diligent::Int64
 64-bit signed integer More...
 
typedef int32_t Diligent::Int32
 32-bit signed integer More...
 
typedef int16_t Diligent::Int16
 16-bit signed integer More...
 
typedef int8_t Diligent::Int8
 8-bit signed integer More...
 
typedef uint64_t Diligent::Uint64
 64-bit unsigned integer More...
 
typedef uint32_t Diligent::Uint32
 32-bit unsigned integer More...
 
typedef uint16_t Diligent::Uint16
 16-bit unsigned integer More...
 
typedef uint8_t Diligent::Uint8
 8-bit unsigned integer More...
 
typedef size_t Diligent::SizeType
 
typedef void * Diligent::PVoid
 
typedef bool Diligent::Bool
 Boolean. More...
 
typedef char Diligent::Char
 
using Diligent::String = std::basic_string< Char >
 String variable. More...
 

Variables

const typedef void * Diligent::CPVoid