d3d11TextureId property

  1. @JsonKey(name: 'd3d11TextureId')
int d3d11TextureId
getter/setter pair
  • Field description: The D3D11 texture, which is the pointer of ID3D11Texture2D, only for Windows.

Implementation

@JsonKey(name: 'd3d11TextureId')
int d3d11TextureId;