mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
gallium: Countour MSVC's pickyness for structures returned by value.
This commit is contained in:
parent
901b03e84d
commit
f1bef2cba2
1 changed files with 2 additions and 4 deletions
|
|
@ -36,16 +36,14 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
#include "cso_hash.h" /* for cso_hash_iter, as MSVC requires structures returned by value to be fully defined */
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
struct cso_hash;
|
||||
|
||||
struct cso_hash_iter;
|
||||
|
||||
struct cso_cache {
|
||||
struct cso_hash *blend_hash;
|
||||
struct cso_hash *depth_stencil_hash;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue