Home
last modified time | relevance | path

Searched refs:GPU_texture_array (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/
H A DGPU_texture.h274 bool GPU_texture_array(const GPUTexture *tex); in ENUM_OPERATORS()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_framebuffer.cc184 if (attach.layer > -1 && GPU_texture_cube(attach.tex) && !GPU_texture_array(attach.tex)) { in update_attachments()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_texture.cc579 bool GPU_texture_array(const GPUTexture *tex) in GPU_texture_array() function
H A Dgpu_framebuffer.cc98 BLI_assert(GPU_texture_cube(new_attachment.tex) || GPU_texture_array(new_attachment.tex)); in attachment_set()