Skip to content

ChowBu/glsl-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glsl-loader

Brief Introduction

learning how to create a glsl loader

load glsl to create shaders

Usage

Install

First, install glsl-shaders-loader through npm

npm install glsl-shaders-loader --save-dev

Setting

Configure webpack to rewrite the normal glsl-loader configuration, such as:

module: {
    loaders: [
        {
            test: /\.glsl$/,
            loader: 'glsl-shaders-loader'
        }
    ]
}

inspire by webpack-glsl-loader

TODO

About

a webpack loader to load glsl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published