Class VulkanStrings
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanStrings
Functions over strings.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.PointerBufferstringsToPointerBuffer(org.lwjgl.system.MemoryStack stack, Collection<String> input) Convert a collection of strings to a pointer buffer.
-
Method Details
-
stringsToPointerBuffer
public static org.lwjgl.PointerBuffer stringsToPointerBuffer(org.lwjgl.system.MemoryStack stack, Collection<String> input) Convert a collection of strings to a pointer buffer.- Parameters:
stack- The stackinput- The input- Returns:
- The string pointers
-