Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-11 12:34:03 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-11 12:53:56 +0300
commit6acf8642e5c464a0879cf37e3f39cd3e526a2019 (patch)
treef1ac7c45e04749a84af02fa39a7507a4cecb6e76 /source/blender/gpu/GPU_extensions.h
parent7c64f8537f5c4766390cdca58568c07a74863c67 (diff)
Cleanup: remove unused GPU code.
Diffstat (limited to 'source/blender/gpu/GPU_extensions.h')
-rw-r--r--source/blender/gpu/GPU_extensions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/gpu/GPU_extensions.h b/source/blender/gpu/GPU_extensions.h
index f435be7fb34..23ac95775d7 100644
--- a/source/blender/gpu/GPU_extensions.h
+++ b/source/blender/gpu/GPU_extensions.h
@@ -38,9 +38,6 @@ extern "C" {
/* GPU extensions support */
-bool GPU_full_non_power_of_two_support(void);
-bool GPU_bicubic_bump_support(void);
-
int GPU_max_texture_size(void);
int GPU_max_texture_layers(void);
int GPU_max_textures(void);