OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::D3D11HLSLProgram::ShaderVarWithPosInBuf Struct Reference

#include <OgreD3D11HLSLProgram.h>

Public Member Functions

ShaderVarWithPosInBufoperator= (const ShaderVarWithPosInBuf &var)
 

Public Attributes

String name
 
size_t size
 
size_t startOffset
 

Detailed Description

Definition at line 132 of file OgreD3D11HLSLProgram.h.

Member Function Documentation

ShaderVarWithPosInBuf& Ogre::D3D11HLSLProgram::ShaderVarWithPosInBuf::operator= ( const ShaderVarWithPosInBuf var)
inline

Definition at line 138 of file OgreD3D11HLSLProgram.h.

References name, size, and startOffset.

Member Data Documentation

String Ogre::D3D11HLSLProgram::ShaderVarWithPosInBuf::name
mutable

Definition at line 134 of file OgreD3D11HLSLProgram.h.

Referenced by operator=().

size_t Ogre::D3D11HLSLProgram::ShaderVarWithPosInBuf::size

Definition at line 135 of file OgreD3D11HLSLProgram.h.

Referenced by operator=().

size_t Ogre::D3D11HLSLProgram::ShaderVarWithPosInBuf::startOffset

Definition at line 136 of file OgreD3D11HLSLProgram.h.

Referenced by operator=().


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