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

#include <SShader.h>

Inheritance diagram for saga::video::SShader:
saga::video::SGPUResource

Public Attributes

std::string VSSource
 
std::string GSSource
 
std::string FSSource
 
std::string CSource
 
- 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 14 of file SShader.h.

Member Data Documentation

◆ CSource

std::string saga::video::SShader::CSource

Definition at line 19 of file SShader.h.

◆ FSSource

std::string saga::video::SShader::FSSource

Definition at line 18 of file SShader.h.

◆ GSSource

std::string saga::video::SShader::GSSource

Definition at line 17 of file SShader.h.

◆ VSSource

std::string saga::video::SShader::VSSource

Definition at line 16 of file SShader.h.


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