diff options
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,11 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +# +# Author: Cody Northrop <cody@lunarg.com> +# Author: Courtney Goeltzenleuchter <courtney@LunarG.com> +# Author: Tobin Ehlis <tobin@lunarg.com> +# Author: Tony Barbour <tony@LunarG.com> class Param(object): """A function parameter.""" |
