Saga3D API Documentation  1.0-RC4
saga::video::SPipelineLayout Struct Reference

#include <SPipelineLayout.h>

Inheritance diagram for saga::video::SPipelineLayout:
saga::video::SGPUResource

Public Member Functions

 SPipelineLayout ()
 

Public Attributes

std::array< std::array< SVertexAttribute, MAX_VERTEX_ATTRIBUTES >, MAX_VERTEX_BUFFERSAttributes
 
- Public Attributes inherited from saga::video::SGPUResource
HandleType Handle
 

Additional Inherited Members

- Public Types inherited from saga::video::SGPUResource
using HandleType = std::uint32_t
 

Detailed Description

Definition at line 26 of file SPipelineLayout.h.

Constructor & Destructor Documentation

◆ SPipelineLayout()

saga::video::SPipelineLayout::SPipelineLayout ( )
inline

Definition at line 28 of file SPipelineLayout.h.

Member Data Documentation

◆ Attributes

std::array<std::array<SVertexAttribute, MAX_VERTEX_ATTRIBUTES>, MAX_VERTEX_BUFFERS> saga::video::SPipelineLayout::Attributes

Definition at line 32 of file SPipelineLayout.h.


The documentation for this struct was generated from the following file: