License headers: add missing license headers
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#include "eevee_defines.hh"
|
#include "eevee_defines.hh"
|
||||||
#include "gpu_shader_create_info.hh"
|
#include "gpu_shader_create_info.hh"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#include "eevee_defines.hh"
|
#include "eevee_defines.hh"
|
||||||
#include "gpu_shader_create_info.hh"
|
#include "gpu_shader_create_info.hh"
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
"""
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
Prints GPU backend information to the console and exits.
|
|
||||||
|
|
||||||
Use this script as `blender --background --python gpu_info.py`.
|
"""
|
||||||
|
Prints GPU back-end information to the console and exits.
|
||||||
|
|
||||||
|
Use this script as `blender --background --python gpu_info.py`.
|
||||||
"""
|
"""
|
||||||
import bpy
|
import bpy
|
||||||
import gpu
|
import gpu
|
||||||
|
|||||||
Reference in New Issue
Block a user