Class SDL_GPUColorTargetDescription

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SDL_GPUColorTargetDescription extends Struct<SDL_GPUColorTargetDescription> implements NativeResource
struct SDL_GPUColorTargetDescription {
    SDL_GPUTextureFormat format;
    SDL_GPUColorTargetBlendState blend_state;
}