gpuprogram.pyste

来自「使用stl技术,(还没看,是听说的)」· PYSTE 代码 · 共 12 行

PYSTE
12
字号
#Include('OgreParticleEmitter.h')

Import('Resource.pyste') 
gpuProgram = Class('Ogre::GpuProgram', 'OgreGpuProgram.h')

# we exclude those because too much code get generated (we rich compiler limit)
# => should generate them in another translation unit
exclude( gpuProgram._getBindingDelegate )

# @todo dummy policy, need inspection
#set_policy(particleSystem.getParamDictionary, return_internal_reference(1))

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?