Add CType to handle wrapper classes. (#354)
This commit is contained in:
committed by
Markus Tavenrath
parent
5414a2e232
commit
f91fc93fc5
@@ -3445,6 +3445,9 @@ void VulkanHppGenerator::writeHandle(std::ostream & os, std::pair<std::string, H
|
||||
static const std::string templateString = R"(
|
||||
class ${className}
|
||||
{
|
||||
public:
|
||||
using CType = Vk${className};
|
||||
|
||||
public:
|
||||
VULKAN_HPP_CONSTEXPR ${className}()
|
||||
: m_${memberName}(VK_NULL_HANDLE)
|
||||
|
||||
Reference in New Issue
Block a user