| Package | Description |
|---|---|
| com.io7m.sombrero.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoShaderStoreDirectory
A shader store based on a directory.
|
class |
SoShaderStoreResource
A shader source based on Java resources.
|
| Modifier and Type | Method and Description |
|---|---|
static SoShaderStoreType |
SoShaderStoreDirectory.create(Path base)
Construct a new shader store.
|
static SoShaderStoreType |
SoShaderStoreResource.create(String base,
Function<String,URL> c)
Construct a new shader store.
|
SoShaderStoreType |
SoShaderModuleType.store() |
SoShaderStoreType |
SoShaderModule.store() |
| Modifier and Type | Method and Description |
|---|---|
static SoShaderModule |
SoShaderModule.of(String name,
SoShaderStoreType store)
Construct a new immutable
SoShaderModule instance. |
SoShaderModule.Builder |
SoShaderModule.Builder.setStore(SoShaderStoreType store)
Initializes the value for the
store attribute. |
SoShaderModule |
SoShaderModule.withStore(SoShaderStoreType value)
Copy the current immutable object by setting a value for the
store attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com