Graphics/FrameGraph: Remove SwapchainFactors attachment size and fully handle multiple viewer sizes
This commit is contained in:
@@ -91,6 +91,7 @@ namespace Nz
|
||||
std::shared_ptr<CommandPool> m_commandPool;
|
||||
std::vector<PassData> m_passes;
|
||||
std::vector<TextureData> m_textures;
|
||||
std::vector<Vector2ui> m_viewerSizes;
|
||||
AttachmentIdToTextureId m_attachmentToTextureMapping;
|
||||
PassIdToPhysicalPassIndex m_passIdToPhysicalPassMapping;
|
||||
unsigned int m_height;
|
||||
|
||||
@@ -18,7 +18,6 @@ namespace Nz
|
||||
enum class FramePassAttachmentSize
|
||||
{
|
||||
Fixed,
|
||||
SwapchainFactor,
|
||||
ViewerTargetFactor,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user