From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/structCVPSwizzle.html | 235 +++++++++++++++++++++++++++++++++ 1 file changed, 235 insertions(+) create mode 100644 docs/doxygen/nel/structCVPSwizzle.html (limited to 'docs/doxygen/nel/structCVPSwizzle.html') diff --git a/docs/doxygen/nel/structCVPSwizzle.html b/docs/doxygen/nel/structCVPSwizzle.html new file mode 100644 index 00000000..530fef69 --- /dev/null +++ b/docs/doxygen/nel/structCVPSwizzle.html @@ -0,0 +1,235 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

CVPSwizzle Struct Reference

Swizzle of an operand in a vertex program. +More... +

+#include <vertex_program_parse.h> +

+List of all members. + + + + + + + +

Public Types

enum  EComp { X = 0, +Y = 1, +Z = 2, +W = 3 + }

Public Methods

bool isScalar () const
bool isIdentity () const

Public Attributes

EComp Comp [4]
+


Detailed Description

+Swizzle of an operand in a vertex program. +

+ +

+Definition at line 35 of file vertex_program_parse.h.


Member Enumeration Documentation

+

+ + + + +
+ + +
enum CVPSwizzle::EComp +
+
+ + + + + +
+   + + +

+

+Enumeration values:
+ + + + + +
X  +
Y  +
Z  +
W  +
+
+ +

+Definition at line 37 of file vertex_program_parse.h. +

+Referenced by letterToSwizzleComp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
bool CVPSwizzle::isIdentity   const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file vertex_program_parse.h. +

+References Comp, W, X, Y, and Z. +

+Referenced by dumpSwizzle, and NL3D::CDriverGL::setupEXTVertexShader.

+

+ + + + +
+ + + + + + + + + +
bool CVPSwizzle::isScalar   const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 40 of file vertex_program_parse.h. +

+References Comp. +

+Referenced by dumpSwizzle, CVPParser::parseInstruction, and NL3D::CDriverGL::setupEXTVertexShader.

+


Member Data Documentation

+

+ + + + +
+ + +
EComp CVPSwizzle::Comp[4] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 38 of file vertex_program_parse.h. +

+Referenced by dumpSwizzle, isIdentity, isScalar, CVPParser::parseOperand, CVPParser::parseSwizzle, and NL3D::CDriverGL::setupEXTVertexShader.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1