Skip to content

Commit

Permalink
export ShaderDataDefinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 9, 2024
1 parent 894db25 commit 47c02c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/data-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ export type EntryPoints = {
[x: string]: EntryPoint;
}

type ShaderDataDefinitions = {
/**
* Warning: The properties of this type will probably be changed
* in a future version. Please consider this an opaque type.
*/
export type ShaderDataDefinitions = {
uniforms: VariableDefinitions,
storages: VariableDefinitions,
samplers: VariableDefinitions,
Expand Down

0 comments on commit 47c02c9

Please sign in to comment.