x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
domGlsl_setparam.cpp - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\DarkPuzzle\libs\bullet_sdk\Extras\COLLADA_DOM\src\1.4\dom\domGlsl_setparam.cpp
Girar
Efecto
Propiedad
Historial
/* * Copyright 2006 Sony Computer Entertainment Inc. * * Licensed under the SCEA Shared Source License, Version 1.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at: * http://research.scea.com/scea_shared_source_license.html * * Unless required by applicable law or agreed to in writing, software distributed under the License * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or * implied. See the License for the specific language governing permissions and limitations under the * License. */ #include
#include
#include
#include
#include
#include
#include
#include
daeElementRef domGlsl_setparam::create(daeInt bytes) { domGlsl_setparamRef ref = new(bytes) domGlsl_setparam; return ref; } daeMetaElement * domGlsl_setparam::registerElement() { if ( _Meta != NULL ) return _Meta; _Meta = new daeMetaElement; _Meta->setName( "glsl_setparam" ); _Meta->registerClass(domGlsl_setparam::create, &_Meta); daeMetaCMPolicy *cm = NULL; daeMetaElementAttribute *mea = NULL; cm = new daeMetaSequence( _Meta, cm, 0, 1, 1 ); mea = new daeMetaElementArrayAttribute( _Meta, cm, 0, 0, -1 ); mea->setName( "annotate" ); mea->setOffset( daeOffsetOf(domGlsl_setparam,elemAnnotate_array) ); mea->setElementType( domFx_annotate_common::registerElement() ); cm->appendChild( mea ); cm = new daeMetaChoice( _Meta, cm, 1, 1, 1 ); mea = new daeMetaElementAttribute( _Meta, cm, 0, 1, 1 ); mea->setName( "glsl_param_type" ); mea->setOffset( daeOffsetOf(domGlsl_setparam,elemGlsl_param_type) ); mea->setElementType( domGlsl_param_type::registerElement() ); cm->appendChild( new daeMetaGroup( mea, _Meta, cm, 0, 1, 1 ) ); mea = new daeMetaElementAttribute( _Meta, cm, 0, 1, 1 ); mea->setName( "array" ); mea->setOffset( daeOffsetOf(domGlsl_setparam,elemArray) ); mea->setElementType( domGlsl_setarray_type::registerElement() ); cm->appendChild( mea ); cm->setMaxOrdinal( 0 ); cm->getParent()->appendChild( cm ); cm = cm->getParent(); cm->setMaxOrdinal( 1 ); _Meta->setCMRoot( cm ); // Ordered list of sub-elements _Meta->addContents(daeOffsetOf(domGlsl_setparam,_contents)); _Meta->addContentsOrder(daeOffsetOf(domGlsl_setparam,_contentsOrder)); // Add attribute: ref { daeMetaAttribute *ma = new daeMetaAttribute; ma->setName( "ref" ); ma->setType( daeAtomicType::get("Glsl_identifier")); ma->setOffset( daeOffsetOf( domGlsl_setparam , attrRef )); ma->setContainer( _Meta ); ma->setIsRequired( true ); _Meta->appendAttribute(ma); } // Add attribute: program { daeMetaAttribute *ma = new daeMetaAttribute; ma->setName( "program" ); ma->setType( daeAtomicType::get("xsNCName")); ma->setOffset( daeOffsetOf( domGlsl_setparam , attrProgram )); ma->setContainer( _Meta ); _Meta->appendAttribute(ma); } _Meta->setElementSize(sizeof(domGlsl_setparam)); _Meta->validate(); return _Meta; } daeMetaElement * domGlsl_setparam::_Meta = NULL;
domGlsl_setparam.cpp
Dirección de la página
Dirección del archivo
Anterior
93/172
Siguiente
Descargar
( 3 KB )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.