18 const char* debugName =
nullptr;
19 DepthFormat format = DepthFormat::None;
20 uint32_t width = 0, height = 0;
21 bool isShadowMap =
false;
22 bool isCubemap =
false;
23 bool isSampled =
false;
26 CreateInfo(DepthFormat depthFormat, uint32_t width, uint32_t height,
bool isShadowMap,
bool isCubeMap,
bool isSampled,
const char* debugName) :
28 width(width), height(height),
29 isShadowMap(isShadowMap),
32 debugName(debugName) {}