mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
fix opt4 build
This commit is contained in:
parent
8ceea8d5bc
commit
48c566942b
@ -245,6 +245,8 @@ protected:
|
|||||||
INLINE void add_to_texture_record(TextureContext *) { }
|
INLINE void add_to_texture_record(TextureContext *) { }
|
||||||
INLINE void add_to_geom_record(GeomContext *) { }
|
INLINE void add_to_geom_record(GeomContext *) { }
|
||||||
INLINE void record_state_change(TypeHandle) { }
|
INLINE void record_state_change(TypeHandle) { }
|
||||||
|
INLINE void add_to_vertex_buffer_record(VertexBufferContext *) { }
|
||||||
|
INLINE void add_to_index_buffer_record(IndexBufferContext *i) { }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static CPT(RenderState) get_unlit_state();
|
static CPT(RenderState) get_unlit_state();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user