Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:septag/glslcc
Browse files Browse the repository at this point in the history
  • Loading branch information
septag committed Oct 12, 2019
2 parents ed15908 + 69d6989 commit 3cf75bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,11 @@ The blocks are composed of a uint32_t fourcc code + uint32_t variable defining t
- `DATA`: binary (byte-code) data for the shader stage
- `REFL`: Reflection data for the shader stage
- `struct sgs_chunk_refl`: reflection data header
- `struct sgs_refl_input[]`: array of vertex-shader input attributes, if exists (see `sgs_chunk_refl` for number of inputs)
- `struct sgs_refl_uniform_buffer[]`: array of uniform buffer objects, if exists (see `sgs_chunk_refl` for number of uniform buffers)
- `struct sgs_refl_texture[]`: array of texture objects, if exists (see `sgs_chunk_refl` for number of textures)
- `struct sgs_refl_input[]`: array of vertex-shader input attributes (see `sgs_chunk_refl` for number of inputs)
- `struct sgs_refl_uniform_buffer[]`: array of uniform buffer objects (see `sgs_chunk_refl` for number of uniform buffers)
- `struct sgs_refl_texture[]`: array of texture objects (see `sgs_chunk_refl` for number of textures)
- `struct sgs_refl_texture[]`: array of storage image objects (see `sgs_chunk_refl` for number of storage images)
- `struct sgs_refl_buffer[]`: array of storage buffer objects (see `sgs_chunk_refl` for number of storage buffers)

### MSVC integration

Expand Down

0 comments on commit 3cf75bd

Please sign in to comment.