mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
python: Bindings for pipe_{depth,stencil,alpha}_state.
This commit is contained in:
parent
166b939d52
commit
e69e94d301
1 changed files with 3 additions and 1 deletions
|
|
@ -72,6 +72,9 @@
|
|||
%rename(Blend) pipe_blend_state;
|
||||
%rename(Clip) pipe_clip_state;
|
||||
%rename(ConstantBuffer) pipe_constant_buffer;
|
||||
%rename(Depth) pipe_depth_state;
|
||||
%rename(Stencil) pipe_stencil_state;
|
||||
%rename(Alpha) pipe_alpha_state;
|
||||
%rename(DepthStencilAlpha) pipe_depth_stencil_alpha_state;
|
||||
%rename(FormatBlock) pipe_format_block;
|
||||
%rename(Framebuffer) pipe_framebuffer_state;
|
||||
|
|
@ -86,7 +89,6 @@
|
|||
|
||||
|
||||
%include "pipe/p_defines.h";
|
||||
%include "pipe/p_shader_tokens.h";
|
||||
%include "p_format.i"
|
||||
|
||||
%include "p_device.i"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue