├── LICENSE ├── README.md ├── config.lua ├── example ├── sampler_indexed_types.glsl ├── test.frag.glsl └── vk_fragment.txt └── glsl_indexed_types_generator.lua /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nvpro-samples/glsl_indexed_types_generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nvpro-samples/glsl_indexed_types_generator/HEAD/README.md -------------------------------------------------------------------------------- /config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nvpro-samples/glsl_indexed_types_generator/HEAD/config.lua -------------------------------------------------------------------------------- /example/sampler_indexed_types.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nvpro-samples/glsl_indexed_types_generator/HEAD/example/sampler_indexed_types.glsl -------------------------------------------------------------------------------- /example/test.frag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nvpro-samples/glsl_indexed_types_generator/HEAD/example/test.frag.glsl -------------------------------------------------------------------------------- /example/vk_fragment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nvpro-samples/glsl_indexed_types_generator/HEAD/example/vk_fragment.txt -------------------------------------------------------------------------------- /glsl_indexed_types_generator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nvpro-samples/glsl_indexed_types_generator/HEAD/glsl_indexed_types_generator.lua --------------------------------------------------------------------------------