Kanzi  3.9.9
Kanzi Engine Java API
ShaderProgram.CreateInfo Class Reference

Struct that contains all the parameters that Kanzi needs to create a ShaderProgram. More...

Inheritance diagram for ShaderProgram.CreateInfo:
[legend]

Public Member Functions

long getNative ()
 Gets a pointer to the backing C++ instance. More...
 

Protected Attributes

ShaderProgram_CreateInfoWrapper mWrapper
 

Detailed Description

Struct that contains all the parameters that Kanzi needs to create a ShaderProgram.

Member Function Documentation

long getNative ( )

Gets a pointer to the backing C++ instance.

Returns
A pointer to the backing C++ instance.