15 #include <ht_platform.h> 16 #include <ht_resource.h> 33 bool Initialize(
const std::string& fileName);
35 bool VInitFromFile(
const std::string& filename);
37 const BYTE* GetBytecode()
const;
38 size_t GetBytecodeSize()
const;
42 size_t m_bytecodeSize;
45 using ShaderHandle = Core::Handle<const Shader>;
Definition: ht_resource.h:35
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_assimp.h:31
Definition: ht_shader_resource.h:26