OpenSubdiv/examples/simpleCpu
Takahito Tejima 8efecb0fca Batching stuffs: generalized kernel batches, table/dispatcher refactoring, multiMeshFactory, drawContext, etc.
2 client APIs are changed.
- VertexBuffer::UpdateData() takes start vertex offset
- ComputeController::Refine() takes FarKernelBatchVector

Also, ComputeContext no longer holds farmesh.
Client can free farmesh after OsdComputeContext is created.
(but still need FarKernelBatchVector to apply subdivision kernels)
2013-03-07 17:50:15 -08:00
..
algebra.h Fixed a couple build issues with Visual Studio 2010 2012-10-09 10:56:31 -07:00
CMakeLists.txt Updated simpleCpu to use GLFW for all platforms 2013-02-16 12:03:21 -08:00
glhelpers.h Disabled string drawing from simpleCpu 2013-02-16 12:19:04 -08:00
main.cpp - fix glViewer / simpleCPU example code to work w/ GLFW 3.0 2013-02-19 10:14:56 -08:00
notes.md Release Candidate 1.0 : 2012-12-10 17:15:13 -08:00
shader.glsl Fixed simpleCPU example to run on OS X 2013-01-04 18:18:38 -08:00
simpleCpuSubdivision_org.cpp Release Candidate 1.0 : 2012-12-10 17:15:13 -08:00
simpleCpuSubdivision.cpp Batching stuffs: generalized kernel batches, table/dispatcher refactoring, multiMeshFactory, drawContext, etc. 2013-03-07 17:50:15 -08:00