Indentation handler base class.
Definition CodeWriter.hpp:23
Definition ReflectionPrinter.hpp:18
void printReflectionAttribute(const Reflection::NumThreads &numThreads, const char *title)
void printReflectionObjects(const Vector< Reflection::Resource > &objects, const char *title, bool referencedOnly)
ReflectionPrinter(std::ostream &output)
void printReflectionObjects(const Vector< String > &idents, const char *title)
void printReflectionObjects(const Vector< Reflection::SamplerState > &objects, const char *title, bool referencedOnly)
IndentHandler mIndentHandler
Definition ReflectionPrinter.hpp:38
void printReflectionObjects(const Vector< Reflection::Record > &objects, const char *title, bool referencedOnly)
void printReflectionObjects(const Vector< Reflection::StaticSamplerState > &samplerStates, const char *title)
void printReflectionObjects(const Vector< Reflection::Attribute > &objects, const char *title, bool referencedOnly)
void printReflectionObjects(const Vector< Reflection::ConstantBuffer > &objects, const char *title, bool referencedOnly)
std::ostream & indentOut()
void printFields(const Vector< Reflection::Field > &objects, bool referencedOnly)
void printReflection(const Reflection::ReflectionData &reflectionData, bool referencedOnly=false)
std::ostream & mOutput
Definition ReflectionPrinter.hpp:37
std::vector< T, ScopedAllocatorAdaptor< StdAllocator< T, RawAllocator > > > Vector
Vector is a sequence container that encapsulates dynamic size arrays.
Definition Vector.hpp:17
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
Number of threads within each work group of a compute shader.
Definition Reflection.hpp:406
Structure for shader output statistics (e.g. texture/buffer binding points).
Definition Reflection.hpp:418