MetalShaderStructureGenerator

Generate structure to be used on Metal Shader like this struct name { type name [attribute]; type name; };

Types

Link copied to clipboard
data class Attribute(val type: String, val name: String, val attribute: String? = null)

Functions

Link copied to clipboard