Public Types | Public Member Functions | Public Attributes

Wizt::VBOField< TypedTexCoordArray< Type > > Class Template Reference
[The Fish Eye Retina - Fiber Bundle to OpenGL Gateway via Vish API]

Associate a Field with texture coordinates referring to a specific texture. More...

#include <VertexField.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

template<class Type>
class Wizt::VBOField< TypedTexCoordArray< Type > >

Associate a Field with texture coordinates referring to a specific texture.


Member Function Documentation

template<class Type >
override RefPtr<BufferArray> Wizt::VBOField< TypedTexCoordArray< Type > >::createVBOArray ( const RefPtr< Fiber::MemBase > &  MB,
const string &  arrayname,
const RefPtr< GLProgram > &  Shader,
const Fiber::MemBase::Creator_t theCreator 
) const [inline, virtual]

Virtual function to create a vertex array from a given memory array.

This function must be called within a valid OpenGL Context.

Implements Wizt::VertexField.