![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| int | w |
| int | h |
| int | number |
| int | refcount |
| GLenum | target |
| GLuint | bindcode |
| int | fromblender |
| GPUFrameBuffer * | fb |
| int | depth |
Definition at line 277 of file gpu_extensions.c.
| GLuint GPUTexture::bindcode |
Definition at line 282 of file gpu_extensions.c.
Referenced by GPU_framebuffer_texture_attach(), GPU_shader_uniform_texture(), GPU_texture_bind(), GPU_texture_create_3D(), GPU_texture_create_nD(), GPU_texture_free(), GPU_texture_from_blender(), and GPU_texture_opengl_bindcode().
Definition at line 286 of file gpu_extensions.c.
Referenced by GPU_framebuffer_texture_attach(), GPU_framebuffer_texture_detach(), GPU_texture_create_3D(), and GPU_texture_create_nD().
Definition at line 285 of file gpu_extensions.c.
Referenced by GPU_framebuffer_texture_attach(), GPU_framebuffer_texture_bind(), GPU_framebuffer_texture_detach(), GPU_texture_framebuffer(), and GPU_texture_free().
Definition at line 283 of file gpu_extensions.c.
Referenced by GPU_texture_free(), and GPU_texture_from_blender().
| int GPUTexture::h |
Definition at line 278 of file gpu_extensions.c.
Referenced by GPU_texture_create_3D(), GPU_texture_create_nD(), GPU_texture_from_blender(), and GPU_texture_opengl_height().
Definition at line 279 of file gpu_extensions.c.
Referenced by GPU_shader_uniform_texture(), GPU_texture_bind(), GPU_texture_create_3D(), GPU_texture_create_nD(), GPU_texture_from_blender(), and GPU_texture_unbind().
Definition at line 280 of file gpu_extensions.c.
Referenced by GPU_texture_create_3D(), GPU_texture_create_nD(), GPU_texture_free(), GPU_texture_from_blender(), and GPU_texture_ref().
| GLenum GPUTexture::target |
Definition at line 281 of file gpu_extensions.c.
Referenced by GPU_framebuffer_texture_attach(), GPU_framebuffer_texture_detach(), GPU_shader_uniform_texture(), GPU_texture_bind(), GPU_texture_create_3D(), GPU_texture_create_nD(), GPU_texture_from_blender(), GPU_texture_target(), and GPU_texture_unbind().
| int GPUTexture::w |
Definition at line 278 of file gpu_extensions.c.
Referenced by GPU_texture_create_3D(), GPU_texture_create_nD(), GPU_texture_from_blender(), and GPU_texture_opengl_width().