GPU: add pragma once to GPU_shader_shared.h
Otherwise there are compilation issues when the file happens to be included twice.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
*/
|
||||
|
||||
#ifndef USE_GPU_SHADER_CREATE_INFO
|
||||
# pragma once
|
||||
|
||||
# include "GPU_shader_shared_utils.h"
|
||||
|
||||
typedef struct TestOutputRawData TestOutputRawData;
|
||||
|
||||
Reference in New Issue
Block a user