Searched defs:_GstD3D11Quad (Results 1 – 1 of 1) sorted by relevance
233 struct _GstD3D11Quad struct235 GstD3D11Device *device;236 ID3D11PixelShader *ps;237 ID3D11VertexShader *vs;238 ID3D11InputLayout *layout;239 ID3D11Buffer *const_buffer[MAX_CONST_BUFFERS];240 guint num_const_buffers;241 ID3D11Buffer *vertex_buffer;242 guint vertex_stride;243 ID3D11Buffer *index_buffer;[all …]