Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved ↵ | Sven Gothel | 2011-10-07 | 1 | -6/+12 |
| | | | | | | | subarrays - Add GLArrayHandlerFlat gives better distinction of semantics - update sub-array VBO name, if parent's interleaved array initializes it. | ||||
* | GLSL DataArray/Handler: Remove ShaderState state and pass it through: ↵ | Sven Gothel | 2011-08-30 | 1 | -0/+92 |
ShaderState.getShaderState(gl) This removes the dependency of a GLSL GLDataArray object to a specific ShaderState and enables sharing of this VBO data, i.e. via a shared context. Test: TestSharedContextVBOES2NEWT |