| 256 | [return: MarshalAs(UnmanagedType.Bool)] |
| 257 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_wireframe (IntPtr material); |
| 258 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern DepthTest material_get_depth_test (IntPtr material); |
| 259 | [return: MarshalAs(UnmanagedType.Bool)] |
| 260 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_depth_write (IntPtr material); |
| 261 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int material_get_queue_offset(IntPtr material); |