module Graphics.LambdaCube.GpuProgramUsage where data GpuProgramUsage = GpuProgramUsage { gpuProgramName :: String } deriving (Eq,Ord)