42 lines
911 B
ReStructuredText
42 lines
911 B
ReStructuredText
..
|
|
Copyright 2013 Pixar
|
|
|
|
Licensed under the terms set forth in the LICENSE.txt file available at
|
|
https://opensubdiv.org/license.
|
|
|
|
|
|
glShareTopology
|
|
---------------
|
|
|
|
.. contents::
|
|
:local:
|
|
:backlinks: none
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
.. parsed-literal::
|
|
:class: codefhead
|
|
|
|
**glShareTopology** [**-u**] [**-a**] [**-l** *refinement level*]
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
``glShareTopology`` is a stand-alone application that showcases the implementation of topology
|
|
instancing across Compute contexts. Multiple controls are available to experiment with the algorithms.
|
|
|
|
.. image:: images/glsharetopology.png
|
|
:width: 400px
|
|
:align: center
|
|
:target: images/glsharetopology.png
|
|
|
|
OPTIONS
|
|
=======
|
|
|
|
See the description of the
|
|
`common comand line options <code_examples.html#common-command-line-options>`__
|
|
for the subset of common options supported here.
|
|
|
|
.. include:: examples_see_also.rst
|