NvGraphicFrameShader Class Reference

This adds NvUIGraphicFrame features to the NvGraphicShader 'template'. More...

#include <NvUI.h>

Inheritance diagram for NvGraphicFrameShader:

NvGraphicShader

List of all members.

Public Member Functions

virtual void Load (const char *vs, const char *fs)
 Helper for compiling the given shader strings and then retrieving indicies.

Public Attributes

uint32_t m_borderIndex
uint32_t m_thicknessIndex
uint32_t m_texBorderIndex


Detailed Description

This adds NvUIGraphicFrame features to the NvGraphicShader 'template'.


Member Function Documentation

virtual void NvGraphicFrameShader::Load ( const char *  vs,
const char *  fs 
) [virtual]

Helper for compiling the given shader strings and then retrieving indicies.

Overrides the version in NvGraphicShader, calls the inherited version first, then retrieves our additional indices.

Reimplemented from NvGraphicShader.


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