public class UriStrings
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
createBufferUriString(java.util.Collection<? extends java.lang.String> existingUriStrings)
Create an unspecified, new URI string that is not yet used as
a URI string.
|
static java.lang.String |
createImageUriString(ImageModel imageModel,
java.util.Collection<? extends java.lang.String> existingUriStrings)
Create an unspecified, new URI string that is not yet used as
a URI string
|
static java.lang.String |
createShaderUriString(ShaderModel shaderModel,
java.util.Collection<? extends java.lang.String> existingUriStrings)
Create an unspecified, new URI string that is not yet used as
a URI string
|
public static java.lang.String createBufferUriString(java.util.Collection<? extends java.lang.String> existingUriStrings)
existingUriStrings - The existing URI stringspublic static java.lang.String createImageUriString(ImageModel imageModel, java.util.Collection<? extends java.lang.String> existingUriStrings)
imageModel - The ImageModel to create the string forexistingUriStrings - The existing URI stringspublic static java.lang.String createShaderUriString(ShaderModel shaderModel, java.util.Collection<? extends java.lang.String> existingUriStrings)
shaderModel - The ShaderModel to create the string forexistingUriStrings - The existing URI stringsCopyright © 2022. All Rights Reserved.