Add Vulkan function dispatcher which queries pointers through vkGet*ProcAddress (#176)
This commit is contained in:
committed by
Andreas Süßenbach
parent
07b4e69c9d
commit
4b77709e49
@@ -46,7 +46,8 @@ class VulkanHppGenerator
|
||||
void writeStructureChainValidation(std::ostream & os);
|
||||
void writeToStringFunctions(std::ostream & os);
|
||||
void writeTypes(std::ostream & os, std::map<std::string, std::string> const& defaultValues);
|
||||
void writeDelegationClass(std::ostream &os);
|
||||
void writeDelegationClassStatic(std::ostream &os); // use exported symbols from loader
|
||||
void writeDelegationClassDynamic(std::ostream &os); // use vkGet*ProcAddress to get function pointers
|
||||
#if !defined(NDEBUG)
|
||||
void checkExtensionRequirements();
|
||||
void skipVendorIDs(tinyxml2::XMLElement const* element);
|
||||
|
||||
Reference in New Issue
Block a user