depth, normals i guess
This commit is contained in:
@@ -183,6 +183,7 @@ public:
|
||||
|
||||
static VkImageViewType GetImageViewType( enum EImageType eImageType );
|
||||
static VkFormat GetImageFormat( enum EImageFormat eImageFormat );
|
||||
static VkSampleCountFlagBits GetMultisampling( enum EMultisampleType eImageFormat );
|
||||
|
||||
uint32_t m_nWidth;
|
||||
uint32_t m_nHeight;
|
||||
@@ -265,6 +266,7 @@ public:
|
||||
virtual void SetTopology( ETopologyMode eTopology ) override;
|
||||
virtual void AddOutputImage( int iImageIndex, EImageFormat eFormat ) override;
|
||||
virtual void SetDepthImage( EImageFormat eFormat ) override;
|
||||
virtual void SetMultisampling( EMultisampleType eFormat ) override;
|
||||
virtual void DisablePixelShader( bool bDisable) override;
|
||||
virtual void Build() override;
|
||||
|
||||
@@ -279,6 +281,7 @@ private:
|
||||
CUtlVector<VkVertexInputBindingDescription> m_layouts;
|
||||
CUtlVector<VkVertexInputAttributeDescription> m_attributes;
|
||||
CUtlVector<VkFormat> m_eFormats;
|
||||
EMultisampleType m_eMultiSampling;
|
||||
VkFormat m_eDepthFormat;
|
||||
bool m_bIsFragmentEnabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user