| Package | Description |
|---|---|
| com.io7m.sombrero.core |
Core types and functions.
|
| com.io7m.sombrero.jcpp |
JCPP preprocessor implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SoShaderPreprocessorConfig |
SoShaderPreprocessorConfig.Builder.build()
Builds a new
SoShaderPreprocessorConfig. |
static SoShaderPreprocessorConfig |
SoShaderPreprocessorConfig.copyOf(SoShaderPreprocessorConfigType instance)
Creates an immutable copy of a
SoShaderPreprocessorConfigType value. |
static SoShaderPreprocessorConfig |
SoShaderPreprocessorConfig.of(SoShaderResolverType resolver,
OptionalInt version)
Construct a new immutable
SoShaderPreprocessorConfig instance. |
SoShaderPreprocessorConfig |
SoShaderPreprocessorConfig.withResolver(SoShaderResolverType value)
Copy the current immutable object by setting a value for the
resolver attribute. |
SoShaderPreprocessorConfig |
SoShaderPreprocessorConfig.withVersion(int value)
Copy the current immutable object by setting a present value for the optional
version attribute. |
SoShaderPreprocessorConfig |
SoShaderPreprocessorConfig.withVersion(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
static SoShaderPreprocessorType |
SoShaderPreprocessorJCPP.create(SoShaderPreprocessorConfig config)
Create a new preprocessor.
|
Copyright © 2016 <code@io7m.com> http://io7m.com