Skip to content

Commit

Permalink
Remove maxInterStageShaderComponents (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Sep 13, 2024
1 parent 8999cfa commit 2ed6245
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion webgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,6 @@ typedef struct WGPULimits {
uint64_t maxBufferSize;
uint32_t maxVertexAttributes;
uint32_t maxVertexBufferArrayStride;
uint32_t maxInterStageShaderComponents;
uint32_t maxInterStageShaderVariables;
uint32_t maxColorAttachments;
uint32_t maxColorAttachmentBytesPerSample;
Expand Down
4 changes: 0 additions & 4 deletions webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2122,10 +2122,6 @@ structs:
doc: |
TODO
type: uint32
- name: max_inter_stage_shader_components
doc: |
TODO
type: uint32
- name: max_inter_stage_shader_variables
doc: |
TODO
Expand Down

0 comments on commit 2ed6245

Please sign in to comment.