dxvk/src/spirv/gen/spirv_gen_decoration.cpp

8 lines
147 B
C++

#include "spirv_gen_decoration.h"
namespace dxvk {
SpirvDecorations:: SpirvDecorations() { }
SpirvDecorations::~SpirvDecorations() { }
}