Modifier and Type | Method and Description |
---|---|
RenderingAPI |
ShaderTechnique.getRenderAPI()
Gets the rendering API used by this technique
|
static RenderingAPI |
RenderingAPI.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingAPI[] |
RenderingAPI.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ShaderTechnique.setRenderAPI(RenderingAPI value)
Sets the rendering API used by this technique
|
Copyright © 2018. All rights reserved.