|
Blender V4.5
|
#include <gpu_shader_create_info.hh>
Classes | |
| union | [union].__unnamed0__ |
Public Types | |
| enum | BindType { UNIFORM_BUFFER = 0 , STORAGE_BUFFER , SAMPLER , IMAGE } |
Public Member Functions | |
| Resource (BindType type, int _slot) | |
| bool | operator== (const Resource &b) const |
Public Attributes | |
| BindType | bind_type |
| int | slot |
| union | |
Definition at line 784 of file gpu_shader_create_info.hh.
| Enumerator | |
|---|---|
| UNIFORM_BUFFER | |
| STORAGE_BUFFER | |
| SAMPLER | |
| IMAGE | |
Definition at line 785 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 801 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 803 of file gpu_shader_create_info.hh.
| union ShaderCreateInfo::Resource::[union].__unnamed0__ blender::gpu::shader::ShaderCreateInfo::Resource |
Definition at line 792 of file gpu_shader_create_info.hh.
Referenced by blender::gpu::GLShaderInterface::GLShaderInterface(), blender::gpu::VKShaderInterface::init(), blender::gpu::print_resource(), blender::gpu::print_resource(), print_resource(), and print_resource_alias().
Definition at line 793 of file gpu_shader_create_info.hh.
Referenced by blender::gpu::GLShaderInterface::GLShaderInterface(), blender::gpu::VKShaderInterface::init(), and print_resource().