Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_context_private.h
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | |||||
| void gpu_context_remove_batch(GPUContext *ctx, GPUBatch *batch); | void gpu_context_remove_batch(GPUContext *ctx, GPUBatch *batch); | ||||
| void gpu_context_add_framebuffer(GPUContext *ctx, struct GPUFrameBuffer *fb); | void gpu_context_add_framebuffer(GPUContext *ctx, struct GPUFrameBuffer *fb); | ||||
| void gpu_context_remove_framebuffer(GPUContext *ctx, struct GPUFrameBuffer *fb); | void gpu_context_remove_framebuffer(GPUContext *ctx, struct GPUFrameBuffer *fb); | ||||
| void gpu_context_active_framebuffer_set(GPUContext *ctx, struct GPUFrameBuffer *fb); | void gpu_context_active_framebuffer_set(GPUContext *ctx, struct GPUFrameBuffer *fb); | ||||
| struct GPUFrameBuffer *gpu_context_active_framebuffer_get(GPUContext *ctx); | struct GPUFrameBuffer *gpu_context_active_framebuffer_get(GPUContext *ctx); | ||||
| struct GPUMatrixState *gpu_context_active_matrix_state_get(); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #endif /* __GPU_CONTEXT_PRIVATE_H__ */ | #endif /* __GPU_CONTEXT_PRIVATE_H__ */ | ||||