SdlxGpuColorTargetDescription constructor

SdlxGpuColorTargetDescription({
  1. int format = 0,
})

Implementation

SdlxGpuColorTargetDescription({this.format = 0}) {
  blendState = SdlxGpuColorTargetBlendState();
}