Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » GlslSourceHelper |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| static int32 | GenerateImageCode | Generates compute shader code to read/write a particular texture type. For example, generates code for a 2D texture, 2D array texture, or cubemap. |
| static int32 | GenerateSamplingCode | Generates sampling code for a particular texture type. For example, generates sampling code for a 2D texture, 2D array texture, or cubemap. |