Skip to content

Commit

Permalink
Export sampler information in public API.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 19, 2008
1 parent e888921 commit 32c7133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mojoshader.h
Expand Up @@ -57,6 +57,9 @@ typedef enum
MOJOSHADER_UNIFORM_FLOAT = 0,
MOJOSHADER_UNIFORM_INT = 1,
MOJOSHADER_UNIFORM_BOOL = 2,
MOJOSHADER_UNIFORM_SAMPLER_2D = 3,
MOJOSHADER_UNIFORM_SAMPLER_CUBE = 4,
MOJOSHADER_UNIFORM_SAMPLER_3D = 5,
} MOJOSHADER_uniformType;

/*
Expand Down

0 comments on commit 32c7133

Please sign in to comment.