Skip to content

Commit

Permalink
GPU: fix padding field typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 4, 2024
1 parent bd4cd34 commit 21e7fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_gpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1280,8 +1280,8 @@ typedef struct SDL_GPUColorTargetBlendState
SDL_GPUColorComponentFlags color_write_mask; /**< A bitmask specifying which of the RGBA components are enabled for writing. Writes to all channels if enable_color_write_mask is false. */
bool enable_blend; /**< Whether blending is enabled for the color target. */
bool enable_color_write_mask; /**< Whether the color write mask is enabled. */
Uint8 padding1;
Uint8 padding2;
Uint8 padding3;
} SDL_GPUColorTargetBlendState;


Expand Down

0 comments on commit 21e7fa4

Please sign in to comment.